Searched refs:DEnd (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
H A D | llvm-cxxfilt.cpp | 116 auto DEnd = std::find_if(End, Source.end(), IsLegalChar); in SplitStringDelims() 118 Source.slice(End - Head, DEnd - Head)}); in SplitStringDelims() 119 Start = DEnd; in SplitStringDelims() 120 auto DEnd = std::find_if(End, Source.end(), IsLegalChar); SplitStringDelims() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GlobalModuleIndex.cpp | 688 DEnd = Table->data_end(); in loadModuleFile() local 689 D != DEnd; ++D) { in loadModuleFile() 878 for (llvm::sys::fs::directory_iterator D(Path, EC), DEnd; in writeIndex() local 879 D != DEnd && !EC; in writeIndex()
|
H A D | ASTWriterStmt.cpp | 344 for (DeclGroupRef::iterator D = DG.begin(), DEnd = DG.end(); D != DEnd; ++D) in VisitDeclStmt() local
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1839 for (DeclContext::decl_iterator D = TU->decls_begin(), DEnd = TU->decls_end(); in HandleTranslationUnit() local 1840 D != DEnd; ++D) { in HandleTranslationUnit() 1872 if (++N != DEnd) { in HandleTranslationUnit() 1886 if (++N == DEnd) in HandleTranslationUnit() 1890 if (++N != DEnd) in HandleTranslationUnit()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 428 for (DeclContext::decl_iterator D = DC->decls_begin(), DEnd = DC->decls_end(); in VisitDeclContext() local 429 D != DEnd; ++D) { in VisitDeclContext() 517 if (Next != DEnd) in VisitDeclContext()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 2902 DEnd = FoundDelete.end(); in FindAllocationFunctions() local 2903 D != DEnd; ++D) { in FindAllocationFunctions()
|