/aosp_15_r20/external/clang/test/PCH/ |
H A D | struct.h | 15 struct Fun { struct 24 struct Fun2; argument
|
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
H A D | PR23141_invoke_not_constexpr.pass.cpp | 23 struct Fun struct 34 std::bind(Fun{}, std::placeholders::_1, 42)("hello"); in main() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
H A D | PR23141.pass.cpp | 24 struct Fun { struct 32 std::bind(Fun{}, std::placeholders::_1, 42)("hello"); in test() argument
|
/aosp_15_r20/external/ksp/test-utils/testData/api/ |
H A D | annotationValue_kt.kt | 65 fun Fun() { in Fun() method
|
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/bugs/ |
H A D | ActualInvocationHasNullArgumentNPEBugTest.java | 16 public interface Fun { interface in ActualInvocationHasNullArgumentNPEBugTest
|
H A D | CaptorAnnotationAutoboxingTest.java | 21 interface Fun { interface in CaptorAnnotationAutoboxingTest
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | attr-noreturn.c | 44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{'noreturn' attribute t… typedef
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/ |
D | iface.go | 18 Fun [1]uintptr // variable sized. fun[0]==0 means Type does not implement Inter. member
|
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
H A D | p2.cpp | 13 typedef auto Fun(int a) -> decltype(a + a); typedef
|
H A D | p5.cpp | 20 typedef auto Fun(int a) -> decltype(a + a); typedef
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/ |
H A D | AsLifoQueue.java | 93 interface Fun {void f() throws Throwable;} in f() interface in AsLifoQueue
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerExtFunctionsWindows.cpp | 60 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/typeof/include/boost/typeof/ |
D | modifiers.hpp | 15 #define BOOST_TYPEOF_modifier_support(ID, Fun)\ argument
|
D | template_encoding.hpp | 77 #define BOOST_TYPEOF_VIRTUAL(Fun, Obj)\ argument
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/PriorityQueue/ |
H A D | ForgetMeNot.java | 154 interface Fun {void f() throws Throwable;} in f() interface in ForgetMeNot
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/ |
D | scope.go | 157 Fun // function or method const
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collection/ |
H A D | IteratorAtEnd.java | 254 interface Fun { interface in IteratorAtEnd
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | warn-infinite-recursion.cpp | 89 void Fun() { // expected-warning{{call itself}} in Fun() function in U
|
H A D | offsetof.cpp | 82 …void Fun() { (void)__builtin_offsetof(Derived, Field); } // expected-warning {{offset of on non-PO… in Fun() function
|
H A D | alignof.cpp | 90 void Fun(T A) { in Fun() function
|
/aosp_15_r20/external/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 338 LLVMValueRef Fun; member 896 LLVMValueRef Fun = LLVMGetNamedFunction(M, Name); in clone_symbols() local
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | DelayedTemplateParsing.cpp | 119 constexpr T Fun(T A) { return T(0); } in Fun() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | func_test.go | 154 func (c *Conf) Fun(entry string, blocs ...bloc) fun { func
|
/aosp_15_r20/system/tools/aidl/ |
D | diagnostics.cpp | 107 using Fun = std::function<void(const AidlAnnotatable&)>; in Check() typedef
|
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/00670F00/ |
H A D | AMD.h | 258 #define MAKE_SBDFO(Seg, Bus, Dev, Fun, Off) ((((UINT32) (Seg)) << 28) | (((UINT32) (Bus)) << 20) | \ argument
|