Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerExtFunctionsWindows.cpp60 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DConsumed.cpp685 const FunctionDecl *Fun) { in propagateReturnType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSema.cpp2353 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
DSemaOverload.cpp10356 } else if (FunctionDecl *Fun in NoteAllOverloadCandidates() local
12200 if (FunctionDecl *Fun = in ComplainNoMatchesFound() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1552 FunctionTypeInfo Fun; member