Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
DPR23141_invoke_not_constexpr.pass.cpp23 struct Fun struct
34 std::bind(Fun{}, std::placeholders::_1, 42)("hello"); in main() argument
/external/clang/test/PCH/
Dstruct.h15 struct Fun { struct
24 struct Fun2; argument
/external/mockito/src/test/java/org/mockitousage/bugs/
DActualInvocationHasNullArgumentNPEBugTest.java16 public interface Fun { interface in ActualInvocationHasNullArgumentNPEBugTest
DCaptorAnnotationAutoboxingTest.java21 interface Fun { interface in CaptorAnnotationAutoboxingTest
/external/clang/test/Sema/
Dattr-noreturn.c44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{'noreturn' attribute t… typedef
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp2.cpp13 typedef auto Fun(int a) -> decltype(a + a); typedef
Dp5.cpp20 typedef auto Fun(int a) -> decltype(a + a); typedef
/external/clang/test/SemaCXX/
Dwarn-infinite-recursion.cpp89 void Fun() { // expected-warning{{call itself}} in Fun() function in U
Doffsetof.cpp82 …void Fun() { (void)__builtin_offsetof(Derived, Field); } // expected-warning {{offset of on non-PO… in Fun() function
Dalignof.cpp90 void Fun(T A) { in Fun() function
Dconstant-expression-cxx11.cpp1992 …constexpr int Fun() { return; } // expected-error {{non-void constexpr function 'Fun' should retur… in Fun() function
/external/clang/test/Parser/
DDelayedTemplateParsing.cpp119 constexpr T Fun(T A) { return T(0); } in Fun() function
/external/tensorflow/tensorflow/contrib/specs/python/
Dspecs_ops.py68 Fun = specs_lib.Function variable
/external/llvm/tools/llvm-c-test/
Decho.cpp338 LLVMValueRef Fun; member
896 LLVMValueRef Fun = LLVMGetNamedFunction(M, Name); in clone_symbols() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp357 LLVMValueRef Fun; member
1007 LLVMValueRef Fun = LLVMGetNamedFunction(M, Name); in clone_symbols() local
/external/clang/lib/Sema/
DSema.cpp1362 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
DSemaOverload.cpp9025 } else if (FunctionDecl *Fun in NoteAllOverloadCandidates() local
10602 if (FunctionDecl *Fun = in ComplainNoMatchesFound() local
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp1519 if (Function* Fun = dyn_cast<Function>(*I)) { in printFunctionUses() local
/external/clang/lib/Analysis/
DConsumed.cpp689 const FunctionDecl *Fun) { in propagateReturnType()
/external/clang/include/clang/Sema/
DDeclSpec.h1447 FunctionTypeInfo Fun; member