Home
last modified time | relevance | path

Searched defs:Fun (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/external/clang/test/PCH/
H A Dstruct.h15 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 DPR23141_invoke_not_constexpr.pass.cpp23 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 DPR23141.pass.cpp24 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 DannotationValue_kt.kt65 fun Fun() { in Fun() method
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/bugs/
H A DActualInvocationHasNullArgumentNPEBugTest.java16 public interface Fun { interface in ActualInvocationHasNullArgumentNPEBugTest
H A DCaptorAnnotationAutoboxingTest.java21 interface Fun { interface in CaptorAnnotationAutoboxingTest
/aosp_15_r20/external/clang/test/Sema/
H A Dattr-noreturn.c44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{'noreturn' attribute t… typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Diface.go18 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 Dp2.cpp13 typedef auto Fun(int a) -> decltype(a + a); typedef
H A Dp5.cpp20 typedef auto Fun(int a) -> decltype(a + a); typedef
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/
H A DAsLifoQueue.java93 interface Fun {void f() throws Throwable;} in f() interface in AsLifoQueue
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerExtFunctionsWindows.cpp60 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/
Dmodifiers.hpp15 #define BOOST_TYPEOF_modifier_support(ID, Fun)\ argument
Dtemplate_encoding.hpp77 #define BOOST_TYPEOF_VIRTUAL(Fun, Obj)\ argument
/aosp_15_r20/libcore/ojluni/src/test/java/util/PriorityQueue/
H A DForgetMeNot.java154 interface Fun {void f() throws Throwable;} in f() interface in ForgetMeNot
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/
Dscope.go157 Fun // function or method const
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collection/
H A DIteratorAtEnd.java254 interface Fun { interface in IteratorAtEnd
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-infinite-recursion.cpp89 void Fun() { // expected-warning{{call itself}} in Fun() function in U
H A Doffsetof.cpp82 …void Fun() { (void)__builtin_offsetof(Derived, Field); } // expected-warning {{offset of on non-PO… in Fun() function
H A Dalignof.cpp90 void Fun(T A) { in Fun() function
/aosp_15_r20/external/llvm/tools/llvm-c-test/
H A Decho.cpp338 LLVMValueRef Fun; member
896 LLVMValueRef Fun = LLVMGetNamedFunction(M, Name); in clone_symbols() local
/aosp_15_r20/external/clang/test/Parser/
H A DDelayedTemplateParsing.cpp119 constexpr T Fun(T A) { return T(0); } in Fun() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dfunc_test.go154 func (c *Conf) Fun(entry string, blocs ...bloc) fun { func
/aosp_15_r20/system/tools/aidl/
Ddiagnostics.cpp107 using Fun = std::function<void(const AidlAnnotatable&)>; in Check() typedef
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/00670F00/
H A DAMD.h258 #define MAKE_SBDFO(Seg, Bus, Dev, Fun, Off) ((((UINT32) (Seg)) << 28) | (((UINT32) (Bus)) << 20) | \ argument

12