Home
last modified time | relevance | path

Searched defs:DEnd (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp120 auto DEnd = std::find_if(End, Source.end(), IsLegalChar); SplitStringDelims() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp688 DEnd = Table->data_end(); in loadModuleFile() local
878 for (llvm::sys::fs::directory_iterator D(Path, EC), DEnd; in writeIndex() local
H A DASTWriterStmt.cpp344 for (DeclGroupRef::iterator D = DG.begin(), DEnd = DG.end(); D != DEnd; ++D) in VisitDeclStmt() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp428 for (DeclContext::decl_iterator D = DC->decls_begin(), DEnd = DC->decls_end(); in VisitDeclContext() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1839 for (DeclContext::decl_iterator D = TU->decls_begin(), DEnd = TU->decls_end(); in HandleTranslationUnit() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2902 DEnd = FoundDelete.end(); in FindAllocationFunctions() local