Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsWindows.cpp58 static T *GetFnPtr(void *Fun, void *FunDef, const char *FnName, in GetFnPtr()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp115 Function *Fun = unwrap<Function>(F); in LLVMRunPassesOnFunction() local
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp150 const auto *Fun = cast<CXXMethodDecl>(Result.Declaration); in handleDeclaration() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp923 const auto ForEachCallArg = [&C, &Call, CallNumArgs](auto &&Fun) { in process()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp427 DeclaratorChunk::FunctionTypeInfo &Fun = getFunctionTypeInfo(); in isExplicitObjectMemberFunction() local
H A DSema.cpp2708 if (const auto *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
H A DSemaOverload.cpp6605 const FunctionDecl *Fun) { in GetExplicitObjectExpr()
6617 FunctionDecl *Fun) { in InitializeExplicitObjectArgument()
11784 } else if (FunctionDecl *Fun in NoteAllOverloadCandidates() local
13836 if (FunctionDecl *Fun = in ComplainNoMatchesFound() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp678 const FunctionDecl *Fun) { in propagateReturnType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1992 if (Function *Fun = CI->getCalledFunction()) { in shouldTryToAddMemAliasingDecoration() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1641 FunctionTypeInfo Fun; member