Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dstruct.h15 struct Fun { struct
24 struct Fun2; argument
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dattr-noreturn.c44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{'noreturn' attribute t… typedef
/minix3/external/bsd/llvm/dist/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
/minix3/external/bsd/llvm/dist/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 Dconstant-expression-cxx11.cpp1979 …constexpr int Fun() { return; } // expected-error {{non-void constexpr function 'Fun' should retur… in Fun() function
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A DDelayedTemplateParsing.cpp119 constexpr T Fun(T A) { return T(0); } in Fun() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp1327 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
H A DSemaOverload.cpp8603 } else if (FunctionDecl *Fun in NoteAllOverloadCandidates() local
10065 if (FunctionDecl *Fun = in ComplainNoMatchesFound() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1700 if (Function *Fun = dyn_cast<Function>(GV)) { in printFunctionUses() local
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp683 const FunctionDecl *Fun) { in propagateReturnType()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1387 FunctionTypeInfo Fun; member