/llvm-project/llvm/lib/Analysis/ |
H A D | IndirectCallPromotionAnalysis.cpp | 86 getPromotionCandidatesForInstruction(const Instruction * I,uint64_t & TotalCount,uint32_t & NumCandidates) getPromotionCandidatesForInstruction() argument
|
H A D | ModuleSummaryAnalysis.cpp | 481 uint32_t NumCandidates; computeFunctionSummary() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 415 getPromotionCandidatesForCallSite(const CallBase & CB,ArrayRef<InstrProfValueData> ValueDataRef,uint64_t TotalCount,uint32_t NumCandidates) getPromotionCandidatesForCallSite() argument 634 tryToPromoteWithFuncCmp(CallBase & CB,Instruction * VPtr,ArrayRef<PromotionCandidate> Candidates,uint64_t TotalCount,ArrayRef<InstrProfValueData> ICallProfDataRef,uint32_t NumCandidates,VTableGUIDCountsMap & VTableGUIDCounts) tryToPromoteWithFuncCmp() argument 714 tryToPromoteWithVTableCmp(CallBase & CB,Instruction * VPtr,ArrayRef<PromotionCandidate> Candidates,uint64_t TotalFuncCount,uint32_t NumCandidates,MutableArrayRef<InstrProfValueData> ICallProfDataRef,VTableGUIDCountsMap & VTableGUIDCounts) tryToPromoteWithVTableCmp() argument 809 uint32_t NumCandidates; processFunction() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 757 ProcessOverloadCandidates(Sema & SemaRef,unsigned CurrentArg,OverloadCandidate * Candidates,unsigned NumCandidates,SourceLocation OpenParLoc,bool Braced) ProcessOverloadCandidates() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 693 unsigned NumCandidates; global() variable
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionSpecialization.cpp | 631 unsigned NumCandidates = 0; run() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndexCodeCompletion.cpp | 660 unsigned NumCandidates, in ProcessOverloadCandidates()
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | CodeComplete.cpp | 1050 ProcessOverloadCandidates(Sema & S,unsigned CurrentArg,OverloadCandidate * Candidates,unsigned NumCandidates,SourceLocation OpenParLoc,bool Braced) ProcessOverloadCandidates() argument 1299 ProcessOverloadCandidates(Sema & S,unsigned CurrentArg,OverloadCandidate * Candidates,unsigned NumCandidates,SourceLocation OpenParLoc,bool Braced) ProcessOverloadCandidates() argument
|
/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 1231 ProcessOverloadCandidates(Sema & S,unsigned CurrentArg,OverloadCandidate * Candidates,unsigned NumCandidates,SourceLocation OpenParLoc,bool Braced) ProcessOverloadCandidates() argument
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 973 ProcessOverloadCandidates(Sema & S,unsigned CurrentArg,OverloadCandidate * Candidates,unsigned NumCandidates,SourceLocation OpenParLoc,bool Braced) ProcessOverloadCandidates() argument
|
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1982 ProcessOverloadCandidates(Sema & S,unsigned CurrentArg,OverloadCandidate * Candidates,unsigned NumCandidates,SourceLocation OpenParLoc,bool Braced) ProcessOverloadCandidates() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1023 unsigned NumCandidates = Record.readInt(); VisitFunctionDecl() local
|