Home
last modified time | relevance | path

Searched refs:PEnd (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp149 PEnd = P; in Next()
150 for (; PEnd < End && *PEnd >= '0' && *PEnd <= '9'; ++PEnd) { in Next()
166 PEnd = P; in NextMarker()
167 ++PEnd; in NextMarker()
168 while ((isAlphanumeric(*PEnd) || *PEnd == '-' || *PEnd == '_') && in NextMarker()
170 ++PEnd; in NextMarker()
207 while (PEnd != End && (isAlphanumeric(*PEnd) in Search()
208 || *PEnd == '-' || *PEnd == '_')) in Search()
209 ++PEnd; in Search()
216 while (isDigit(PEnd[-1]) || PEnd[-1] == '-') in Search()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2826 PEnd = Instantiator.delayed_partial_spec_end(); in InstantiateClass() local
2827 P != PEnd; ++P) { in InstantiateClass()
2839 PEnd = Instantiator.delayed_var_partial_spec_end(); in InstantiateClass() local
2840 P != PEnd; ++P) { in InstantiateClass()
3112 PEnd = Matched.end(); in getPatternForClassTemplateSpecialization() local
3113 P != PEnd; ++P) { in getPatternForClassTemplateSpecialization()
3124 PEnd = Matched.end(); in getPatternForClassTemplateSpecialization() local
3125 P != PEnd; ++P) { in getPatternForClassTemplateSpecialization()
3144 PEnd = Matched.end(); in getPatternForClassTemplateSpecialization() local
3145 P != PEnd; ++P) in getPatternForClassTemplateSpecialization()
H A DSemaCodeComplete.cpp3064 TemplateParameterList::iterator PEnd = Params->end(); in AddTemplateParameterChunks() local
3066 PEnd = Params->begin() + MaxParameters; in AddTemplateParameterChunks()
3067 for (TemplateParameterList::iterator P = Params->begin() + Start; P != PEnd; in AddTemplateParameterChunks()
3564 PEnd = Method->param_end(); in createCodeCompletionStringForDecl() local
3565 P != PEnd && Idx < Sel.getNumArgs(); (void)++P, ++Idx) { in createCodeCompletionStringForDecl()
3604 if (Method->isVariadic() && (P + 1) == PEnd) in createCodeCompletionStringForDecl()
8986 PEnd = Method->param_end(); in CodeCompleteObjCMethodDecl() local
8987 P != PEnd; (void)++P, ++I) { in CodeCompleteObjCMethodDecl()
H A DSemaTemplate.cpp4581 PEnd = Matched.end(); in CheckVarTemplateId() local
4582 P != PEnd; ++P) { in CheckVarTemplateId()
4592 PEnd = Matched.end(); in CheckVarTemplateId() local
4593 P != PEnd; ++P) { in CheckVarTemplateId()
10030 for (LookupResult::iterator P = Previous.begin(), PEnd = Previous.end(); in ActOnExplicitInstantiation() local
10031 P != PEnd; ++P) in ActOnExplicitInstantiation()
10158 for (LookupResult::iterator P = Previous.begin(), PEnd = Previous.end(); in ActOnExplicitInstantiation() local
10159 P != PEnd; ++P) { in ActOnExplicitInstantiation()
/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp909 PEnd = Params->end(); in VisitTemplateParameterList() local
910 P != PEnd; ++P) { in VisitTemplateParameterList()
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1243 for (unsigned PIdx = 0, PEnd = ProcModels.size(); PIdx != PEnd; ++PIdx) { in inferFromItinClass() local
2033 for (unsigned PIdx = 0, PEnd = ProcModels.size(); PIdx != PEnd; ++PIdx) { in collectItinProcResources() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2998 SlotIndex PEnd = LiveInts->getMBBEndIdx(Pred); in verifyLiveRangeSegment() local
3003 PEnd = Indexes->getInstructionIndex(*I).getBoundaryIndex(); in verifyLiveRangeSegment()
3008 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd); in verifyLiveRangeSegment()
3022 << PEnd << '\n'; in verifyLiveRangeSegment()
3031 << printMBBReference(*Pred) << '@' << PEnd << "\nValno #" in verifyLiveRangeSegment()
H A DMachineScheduler.cpp2242 for (unsigned PIdx = 1, PEnd = SchedModel->getNumProcResourceKinds(); in getOtherResourceCount() local
2243 PIdx != PEnd; ++PIdx) { in getOtherResourceCount()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp772 PEnd = Data.AllReferencedProtocols.end(); in VisitObjCInterfaceDecl() local
773 P != PEnd; ++P) in VisitObjCInterfaceDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp669 PEnd = Params->end(); in Profile() local
670 P != PEnd; ++P) { in Profile()
781 PEnd = Params->end(); in getCanonicalTemplateTemplateParmDecl() local
782 P != PEnd; ++P) { in getCanonicalTemplateTemplateParmDecl()
H A DASTImporter.cpp4220 PEnd = D->param_end(), FoundP = FoundMethod->param_begin(); in VisitObjCMethodDecl() local
4221 P != PEnd; ++P, ++FoundP) { in VisitObjCMethodDecl()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1432 PEnd = Params->end(); in VisitTemplateParameters() local
1433 P != PEnd; ++P) { in VisitTemplateParameters()