Searched defs:Fun (Results 1 – 13 of 13) sorted by relevance
15 struct Fun { struct24 struct Fun2; argument
44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{'noreturn' attribute t… typedef
13 typedef auto Fun(int a) -> decltype(a + a); typedef
20 typedef auto Fun(int a) -> decltype(a + a); typedef
89 void Fun() { // expected-warning{{call itself}} in Fun() function in U
82 …void Fun() { (void)__builtin_offsetof(Derived, Field); } // expected-warning {{offset of on non-PO… in Fun() function
1979 …constexpr int Fun() { return; } // expected-error {{non-void constexpr function 'Fun' should retur… in Fun() function
119 constexpr T Fun(T A) { return T(0); } in Fun() function
1327 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
8603 } else if (FunctionDecl *Fun in NoteAllOverloadCandidates() local10065 if (FunctionDecl *Fun = in ComplainNoMatchesFound() local
1700 if (Function *Fun = dyn_cast<Function>(GV)) { in printFunctionUses() local
683 const FunctionDecl *Fun) { in propagateReturnType()
1387 FunctionTypeInfo Fun; member