/external/llvm-project/clang/lib/Basic/ |
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()
|
/external/rust/crates/glob/src/ |
D | lib.rs | 88 pub struct Paths { struct 89 dir_patterns: Vec<Pattern>, 113 /// See the `Paths` documentation for more information. argument 153 pub fn glob(pattern: &str) -> Result<Paths, PatternError> { in glob() 170 pub fn glob_with(pattern: &str, options: MatchOptions) -> Result<Paths, PatternError> { in glob_with() 320 impl Iterator for Paths { implementation
|
/external/toolchain-utils/compiler_wrapper/ |
D | README.md | 67 ## Paths section in Compiler wrapper
|
/external/llvm-project/llvm/lib/Support/ |
D | SpecialCaseList.cpp | 74 SpecialCaseList::create(const std::vector<std::string> &Paths, in create() 91 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() 99 bool SpecialCaseList::createInternal(const std::vector<std::string> &Paths, in createInternal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SpecialCaseList.cpp | 74 SpecialCaseList::create(const std::vector<std::string> &Paths, in create() 91 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() 99 bool SpecialCaseList::createInternal(const std::vector<std::string> &Paths, in createInternal()
|
/external/llvm-project/clang/lib/AST/ |
D | CXXInheritance.cpp | 69 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isDerivedFrom() local 93 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isVirtuallyDerivedFrom() local 308 CXXBasePaths &Paths, in lookupInBases() 402 CXXBasePaths Paths(false, false, false); in hasMemberName() local 448 CXXBasePaths Paths; in lookupDependentName() local
|
/external/llvm/lib/Support/ |
D | SpecialCaseList.cpp | 50 SpecialCaseList::create(const std::vector<std::string> &Paths, in create() 80 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths) { in createOrDie()
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | RISCVToolchain.cpp | 28 ToolChain::path_list &Paths) { in addMultilibsFilePaths() 57 path_list &Paths = getFilePaths(); in RISCVToolChain() local
|
D | Hurd.cpp | 79 path_list &Paths = getFilePaths(); in Hurd() local
|
D | Solaris.cpp | 182 path_list &Paths = getFilePaths(); in Solaris() local
|
/external/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.h | 14 FStringVector Paths; member
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | FieldMask.cs | 286 public pbc::RepeatedField<string> Paths { property in Google.Protobuf.WellKnownTypes.FieldMask
|
/external/llvm-project/clang/include/clang/IndexSerialization/ |
D | SerializablePathCollection.h | 90 PathPool Paths; variable
|
/external/angle/third_party/zlib/google/ |
D | zip.h | 29 using Paths = base::span<const base::FilePath>; variable
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
D | PtrTypesSemantics.cpp | 75 CXXBasePaths Paths; in isRefCountable() local
|
D | RefCntblBaseVirtualDtorChecker.cpp | 65 CXXBasePaths Paths; in visitCXXRecordDecl() local
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Automaton.h | 82 SmallVector<NfaPath, 4> Paths; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Automaton.h | 82 SmallVector<NfaPath, 4> Paths; variable
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | CoverageReport.cpp | 122 unsigned getNumRedundantPathComponents(ArrayRef<std::string> Paths) { in getNumRedundantPathComponents() 152 unsigned getRedundantPrefixLen(ArrayRef<std::string> Paths) { in getRedundantPrefixLen()
|
/external/llvm-project/lldb/unittests/Interpreter/ |
D | TestCompletion.cpp | 106 static bool HasEquivalentFile(const Twine &Path, const StringList &Paths) { in HasEquivalentFile()
|
/external/clang/lib/AST/ |
D | CXXInheritance.cpp | 77 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isDerivedFrom() local 102 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isVirtuallyDerivedFrom() local
|
/external/llvm/lib/LibDriver/ |
D | LibDriver.cpp | 92 ArrayRef<StringRef> Paths) { in findInputFile()
|
/external/clang/include/clang/AST/ |
D | CXXInheritance.h | 123 std::list<CXXBasePath> Paths; variable
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | VirtualNearMissCheck.cpp | 84 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in checkOverridingFunctionReturnType() local
|
/external/rust/crates/bindgen/src/ir/ |
D | traversal.rs | 269 pub struct Paths<'ctx>(BTreeMap<ItemId, ItemId>, &'ctx BindgenContext); struct 271 impl<'ctx> TraversalStorage<'ctx> for Paths<'ctx> { implementation
|