/llvm-project/clang/include/clang/AST/ |
H A D | IgnoreExpr.h | 44 const Expr *IgnoreExprNodes(const Expr *E, FnTys &&...Fns) { in IgnoreExprNodes()
|
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 119 auto &Fns = getFunctions(); in lookupFunction() local 273 auto &Fns = getFunctions(); in callExternalFunction() local 520 auto &Fns = getFunctions(); in initializeExternalFunctions() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSplitModule.cpp | 290 addAllIndirectCallDependencies(const Module & M,DenseSet<const Function * > & Fns) addAllIndirectCallDependencies() argument 311 addAllDependencies(SplitModuleLogger & SML,const CallGraph & CG,const Function & Fn,DenseSet<const Function * > & Fns,bool OnlyDirect,bool & HadIndirectCall) addAllDependencies() argument
|
/llvm-project/llvm/tools/sancov/ |
H A D | sancov.cpp | 915 Fns.insert(FileFn{Loc.FileName, Loc.FunctionName}); in computeFunctions() local 926 auto Fns = computeFunctions(Coverage.Points); computeNotCoveredFunctions() local 960 resolveFunctions(const SymbolizedCoverage & Coverage,const std::set<FileFn> & Fns) resolveFunctions() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.cpp | 399 gatherFunctions(SmallVectorImpl<Function * > & Fns,llvm::Module & M,bool CtorOrDtor) gatherFunctions() argument
|
H A D | CodeGenModule.cpp | 2075 EmitCtorList(CtorList & Fns,const char * GlobalName) EmitCtorList() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1197 addVectorizableFunctions(ArrayRef<VecDesc> Fns) addVectorizableFunctions() argument
|
/llvm-project/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 457 const std::vector<Function *> &Fns) in ReduceMiscompiledBlocks() argument
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 4215 if (auto Fns = selectArithImmed(RHS)) emitAddSub() local 4220 if (auto Fns = selectNegArithImmed(RHS)) emitAddSub() local 4225 if (auto Fns = selectArithExtendedRegister(RHS)) emitAddSub() local 4230 if (auto Fns = selectShiftedRegister(RHS)) emitAddSub() local 4331 if (auto Fns = selectLogicalShiftedRegister(RHS)) emitTST() local 4543 auto Fns = select12BitValueWithLeftShift(1); emitCarryIn() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 7300 AddFunctionCandidates(const UnresolvedSetImpl & Fns,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,TemplateArgumentListInfo * ExplicitTemplateArgs,bool SuppressUserConversions,bool PartialOverloading,bool FirstArgumentIsBase) AddFunctionCandidates() argument 8238 AddNonMemberOperatorCandidates(const UnresolvedSetImpl & Fns,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,TemplateArgumentListInfo * ExplicitTemplateArgs) AddNonMemberOperatorCandidates() argument 9987 ADLResult Fns; AddArgumentDependentLookupCandidates() local 14108 CreateUnresolvedLookupExpr(CXXRecordDecl * NamingClass,NestedNameSpecifierLoc NNSLoc,DeclarationNameInfo DNI,const UnresolvedSetImpl & Fns,bool PerformADL) CreateUnresolvedLookupExpr() argument 14194 CreateOverloadedUnaryOp(SourceLocation OpLoc,UnaryOperatorKind Opc,const UnresolvedSetImpl & Fns,Expr * Input,bool PerformADL) CreateOverloadedUnaryOp() argument 14389 LookupOverloadedBinOp(OverloadCandidateSet & CandidateSet,OverloadedOperatorKind Op,const UnresolvedSetImpl & Fns,ArrayRef<Expr * > Args,bool PerformADL) LookupOverloadedBinOp() argument 14452 CreateOverloadedBinOp(SourceLocation OpLoc,BinaryOperatorKind Opc,const UnresolvedSetImpl & Fns,Expr * LHS,Expr * RHS,bool PerformADL,bool AllowRewrittenCandidates,FunctionDecl * DefaultedFn) CreateOverloadedBinOp() argument 14912 BuildSynthesizedThreeWayComparison(SourceLocation OpLoc,const UnresolvedSetImpl & Fns,Expr * LHS,Expr * RHS,FunctionDecl * DefaultedFn) BuildSynthesizedThreeWayComparison() argument [all...] |
H A D | SemaDeclCXX.cpp | 7906 UnresolvedSet<16> Fns; global() member in __anon47e04d131e11::DefaultedComparisonVisitor
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 2076 addPrepareFunction(const Module & M,SmallVectorImpl<Function * > & Fns,StringRef Name) addPrepareFunction() argument
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 949 FunctionCallee *Fns = getKmsanShadowOriginAccessFn() local
|