Searched refs:PEnd (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp138 PEnd = C + S.size();
139 if (PEnd > End)
149 PEnd = P;
150 for (; PEnd < End && *PEnd >= '0' && *PEnd <= '9'; ++PEnd) {
152 TMP += *PEnd - '0';
154 if (PEnd == C)
166 PEnd
284 const char *PEnd = nullptr; member in class:__anon1916::ParseHelper
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2834 PEnd = Instantiator.delayed_partial_spec_end();
2835 P != PEnd; ++P) {
2847 PEnd = Instantiator.delayed_var_partial_spec_end();
2848 P != PEnd; ++P) {
3117 PEnd = Matched.end();
3118 P != PEnd; ++P) {
3129 PEnd = Matched.end();
3130 P != PEnd; ++P) {
3149 PEnd = Matched.end();
3150 P != PEnd;
[all...]
H A DSemaCodeComplete.cpp3008 TemplateParameterList::iterator PEnd = Params->end(); local
3010 PEnd = Params->begin() + MaxParameters;
3011 for (TemplateParameterList::iterator P = Params->begin() + Start; P != PEnd;
3506 PEnd = Method->param_end();
3507 P != PEnd; (void)++P, ++Idx) {
3546 if (Method->isVariadic() && (P + 1) == PEnd)
8803 PEnd = Method->param_end();
8804 P != PEnd; (void)++P, ++I) {
H A DSemaTemplate.cpp4435 PEnd = Matched.end();
4436 P != PEnd; ++P) {
4446 PEnd = Matched.end();
4447 P != PEnd; ++P) {
9856 for (LookupResult::iterator P = Previous.begin(), PEnd = Previous.end();
9857 P != PEnd; ++P)
9976 for (LookupResult::iterator P = Previous.begin(), PEnd = Previous.end();
9977 P != PEnd; ++P) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp904 PEnd = Params->end();
905 P != PEnd; ++P) {
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1247 for (unsigned PIdx = 0, PEnd = ProcModels.size(); PIdx != PEnd; ++PIdx) {
1986 for (unsigned PIdx = 0, PEnd = ProcModels.size(); PIdx != PEnd; ++PIdx) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2777 SlotIndex PEnd = LiveInts->getMBBEndIdx(Pred); local
2778 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd);
2792 << PEnd << '\n';
2801 << printMBBReference(*Pred) << '@' << PEnd << "\nValno #"
H A DMachineScheduler.cpp2113 for (unsigned PIdx = 1, PEnd = SchedModel->getNumProcResourceKinds();
2114 PIdx != PEnd; ++PIdx) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp772 PEnd = Data.AllReferencedProtocols.end();
773 P != PEnd; ++P)
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp668 PEnd = Params->end();
669 P != PEnd; ++P) {
780 PEnd = Params->end();
781 P != PEnd; ++P) {
H A DASTImporter.cpp4110 PEnd = D->param_end(), FoundP = FoundMethod->param_begin();
4111 P != PEnd; ++P, ++FoundP) {

Completed in 243 milliseconds