Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DIgnoreExpr.h44 const Expr *IgnoreExprNodes(const Expr *E, FnTys &&...Fns) { in IgnoreExprNodes()
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp119 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 DAMDGPUSplitModule.cpp290 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 Dsancov.cpp915 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 DCGHLSLRuntime.cpp399 gatherFunctions(SmallVectorImpl<Function * > & Fns,llvm::Module & M,bool CtorOrDtor) gatherFunctions() argument
H A DCodeGenModule.cpp2075 EmitCtorList(CtorList & Fns,const char * GlobalName) EmitCtorList() argument
/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1197 addVectorizableFunctions(ArrayRef<VecDesc> Fns) addVectorizableFunctions() argument
/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp457 const std::vector<Function *> &Fns) in ReduceMiscompiledBlocks() argument
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4215 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 DSemaOverload.cpp7300 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 DSemaDeclCXX.cpp7906 UnresolvedSet<16> Fns; global() member in __anon47e04d131e11::DefaultedComparisonVisitor
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp2076 addPrepareFunction(const Module & M,SmallVectorImpl<Function * > & Fns,StringRef Name) addPrepareFunction() argument
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp949 FunctionCallee *Fns = getKmsanShadowOriginAccessFn() local