Searched refs:OCS (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1756 OptimizedCallsSet &OCS) { in optimizeEdges() argument 1768 if (!OCS.count(CallI)) { in optimizeEdges() 1769 while (optimizeEdges(C, CallI->path, OCS)) { in optimizeEdges() 1771 OCS.insert(CallI); in optimizeEdges() 2075 OptimizedCallsSet OCS; in generate() local 2076 while (optimizeEdges(Construct, Construct.getMutablePieces(), OCS)) { in generate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 1186 CallBase *OCS = PartialInlinerImpl::getOneCallSiteTo(*OutlinedFunc); in doMultiRegionFunctionOutlining() local 1187 BasicBlock *OutliningCallBB = OCS->getParent(); in doMultiRegionFunctionOutlining() 1195 OCS->setCallingConv(CallingConv::Cold); in doMultiRegionFunctionOutlining()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 3194 OverloadCandidateSet OCS(LookupLoc, OverloadCandidateSet::CSK_Normal); in LookupSpecialMember() local 3222 llvm::makeArrayRef(&Arg, NumArgs), OCS, true); in LookupSpecialMember() 3225 llvm::makeArrayRef(&Arg, NumArgs), OCS, in LookupSpecialMember() 3228 AddOverloadCandidate(M, Cand, llvm::makeArrayRef(&Arg, NumArgs), OCS, in LookupSpecialMember() 3235 llvm::makeArrayRef(&Arg, NumArgs), OCS, true); in LookupSpecialMember() 3239 llvm::makeArrayRef(&Arg, NumArgs), OCS, true); in LookupSpecialMember() 3242 Tmpl, Cand, nullptr, llvm::makeArrayRef(&Arg, NumArgs), OCS, true); in LookupSpecialMember() 3250 switch (OCS.BestViableFunction(*this, LookupLoc, Best)) { in LookupSpecialMember()
|
| H A D | SemaExpr.cpp | 2282 OverloadCandidateSet OCS(R.getNameLoc(), in DiagnoseEmptyLookup() local 2290 Args, OCS); in DiagnoseEmptyLookup() 2294 Args, OCS); in DiagnoseEmptyLookup() 2296 switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) { in DiagnoseEmptyLookup() 5748 OverloadCandidateSet OCS(NameLoc, OverloadCandidateSet::CSK_Normal); in TryTypoCorrectionForCall() local 5753 OCS); in TryTypoCorrectionForCall() 5755 switch (OCS.BestViableFunction(S, NameLoc, Best)) { in TryTypoCorrectionForCall()
|