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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp136 PEnd = C + S.size();
137 if (PEnd > End)
147 PEnd = P;
148 for (; PEnd < End && *PEnd >= '0' && *PEnd <= '9'; ++PEnd) {
150 TMP += *PEnd - '0';
152 if (PEnd == C)
164 PEnd
282 const char *PEnd = nullptr; member in class:__anon530::ParseHelper
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2746 PEnd = Instantiator.delayed_partial_spec_end();
2747 P != PEnd; ++P) {
2759 PEnd = Instantiator.delayed_var_partial_spec_end();
2760 P != PEnd; ++P) {
3029 PEnd = Matched.end();
3030 P != PEnd; ++P) {
3041 PEnd = Matched.end();
3042 P != PEnd; ++P) {
3061 PEnd = Matched.end();
3062 P != PEnd;
[all...]
H A DSemaCodeComplete.cpp2979 TemplateParameterList::iterator PEnd = Params->end(); local
2981 PEnd = Params->begin() + MaxParameters;
2982 for (TemplateParameterList::iterator P = Params->begin() + Start; P != PEnd;
3477 PEnd = Method->param_end();
3478 P != PEnd; (void)++P, ++Idx) {
3517 if (Method->isVariadic() && (P + 1) == PEnd)
8259 PEnd = Method->param_end();
8260 P != PEnd; (void)++P, ++I) {
H A DSemaTemplate.cpp4387 PEnd = Matched.end();
4388 P != PEnd; ++P) {
4398 PEnd = Matched.end();
4399 P != PEnd; ++P) {
9790 for (LookupResult::iterator P = Previous.begin(), PEnd = Previous.end();
9791 P != PEnd; ++P)
9910 for (LookupResult::iterator P = Previous.begin(), PEnd = Previous.end();
9911 P != PEnd; ++P) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp902 PEnd = Params->end();
903 P != PEnd; ++P) {
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1249 for (unsigned PIdx = 0, PEnd = ProcModels.size(); PIdx != PEnd; ++PIdx) {
1988 for (unsigned PIdx = 0, PEnd = ProcModels.size(); PIdx != PEnd; ++PIdx) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2657 SlotIndex PEnd = LiveInts->getMBBEndIdx(*PI); local
2658 const VNInfo *PVNI = LR.getVNInfoBefore(PEnd);
2672 << PEnd << '\n';
2681 << printMBBReference(*(*PI)) << '@' << PEnd << "\nValno #"
H A DMachineScheduler.cpp2069 for (unsigned PIdx = 1, PEnd = SchedModel->getNumProcResourceKinds();
2070 PIdx != PEnd; ++PIdx) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp771 PEnd = Data.AllReferencedProtocols.end();
772 P != PEnd; ++P)
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp675 PEnd = Params->end();
676 P != PEnd; ++P) {
787 PEnd = Params->end();
788 P != PEnd; ++P) {
H A DASTImporter.cpp4063 PEnd = D->param_end(), FoundP = FoundMethod->param_begin();
4064 P != PEnd; ++P, ++FoundP) {

Completed in 406 milliseconds