/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | ProfileList.cpp | 47 ProfileSpecialCaseList::create(const std::vector<std::string> &Paths, in create() 57 ProfileSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() 67 ProfileList::ProfileList(ArrayRef<std::string> Paths, SourceManager &SM) in ProfileList()
|
H A D | SanitizerSpecialCaseList.cpp | 18 SanitizerSpecialCaseList::create(const std::vector<std::string> &Paths, in create() 31 SanitizerSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie()
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 73 SpecialCaseList::create(const std::vector<std::string> &Paths, in create() 90 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() 98 bool SpecialCaseList::createInternal(const std::vector<std::string> &Paths, in createInternal()
|
H A D | FileCollector.cpp | 106 PathStorage Paths; in canonicalize() local 123 PathCanonicalizer::PathStorage Paths = Canonicalizer.canonicalize(SrcPath); in addFileImpl() local
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | ReplaceConstant.cpp | 56 auto &Paths = CEPaths[&U]; in convertConstantExprsToInstructions() local 106 std::vector<std::vector<ConstantExpr *>> Paths; in collectConstantExprPaths() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | CXXInheritance.cpp | 68 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isDerivedFrom() local 92 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isVirtuallyDerivedFrom() local 307 CXXBasePaths &Paths, in lookupInBases() 401 CXXBasePaths Paths(false, false, false); in hasMemberName() local 447 CXXBasePaths Paths; in lookupDependentName() local
|
H A D | VTableBuilder.cpp | 261 CXXBasePaths Paths(/*FindAmbiguities=*/false, in ComputeBaseOffset() local 1215 CXXBasePaths Paths(/*FindAmbiguities=*/true, in ComputeThisAdjustmentBaseOffset() local 2695 CXXBasePaths Paths; in ComputeThisOffset() local 3297 VPtrInfoVector &Paths) { in computeVTablePaths() 3381 static bool rebucketPaths(VPtrInfoVector &Paths) { in rebucketPaths() 3427 std::list<FullPathTy> &Paths) { in findPathsToSubobject() 3567 VPtrInfoVector &Paths) { in computeFullPathsForVFTables()
|
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | CSKYToolChain.cpp | 28 ToolChain::path_list &Paths) { in addMultilibsFilePaths() 42 path_list &Paths = getFilePaths(); in CSKYToolChain() local
|
H A D | RISCVToolchain.cpp | 28 ToolChain::path_list &Paths) { in addMultilibsFilePaths() 57 path_list &Paths = getFilePaths(); in RISCVToolChain() local
|
H A D | Hurd.cpp | 79 path_list &Paths = getFilePaths(); in Hurd() local
|
H A D | Solaris.cpp | 207 path_list &Paths = getFilePaths(); in Solaris() local
|
H A D | Linux.cpp | 259 path_list &Paths = getFilePaths(); in Linux() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-debuginfod/ |
H A D | llvm-debuginfod.cpp | 73 SmallVector<StringRef, 1> Paths; in main() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Debuginfod/ |
H A D | Debuginfod.h | 107 SmallVector<std::string, 1> Paths; variable
|
/openbsd/gnu/llvm/clang/include/clang/IndexSerialization/ |
H A D | SerializablePathCollection.h | 89 PathPool Paths; variable
|
/openbsd/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | CoverageReport.cpp | 122 unsigned getNumRedundantPathComponents(ArrayRef<std::string> Paths) { in getNumRedundantPathComponents() 152 unsigned getRedundantPrefixLen(ArrayRef<std::string> Paths) { in getRedundantPrefixLen()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 76 CXXBasePaths Paths; in isRefCountable() local
|
H A D | RefCntblBaseVirtualDtorChecker.cpp | 66 CXXBasePaths Paths; in visitCXXRecordDecl() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Automaton.h | 82 SmallVector<NfaPath, 4> Paths; variable
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | ModuleDependencyCollector.cpp | 169 llvm::FileCollector::PathCanonicalizer::PathStorage Paths = in copyToRoot() local
|
/openbsd/gnu/llvm/clang/lib/Driver/ |
H A D | ToolChain.cpp | 572 path_list Paths; in getRuntimePaths() local 594 path_list Paths; in getStdlibPaths() local 979 ArrayRef<StringRef> Paths) { in addSystemIncludes()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | CXXInheritance.h | 125 std::list<CXXBasePath> Paths; variable
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 343 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/true, in evalBaseToDerived() local
|
/openbsd/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 94 static std::string findInputFile(StringRef File, ArrayRef<StringRef> Paths) { in findInputFile()
|
/openbsd/gnu/llvm/clang/lib/Tooling/ |
H A D | InterpolatingCompilationDatabase.cpp | 491 std::vector<SubstringAndIndex> Paths; // Full path. member in clang::tooling::__anon20d004e60111::FileIndex
|