Home
last modified time | relevance | path

Searched defs:Paths (Results 1 – 25 of 80) sorted by relevance

1234

/external/llvm-project/clang/lib/Basic/
DSanitizerSpecialCaseList.cpp18 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/
Dlib.rs88 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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSpecialCaseList.cpp74 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/llvm/lib/Support/
DSpecialCaseList.cpp74 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/toolchain-utils/compiler_wrapper/
DREADME.md67 ## Paths section in Compiler wrapper
/external/llvm-project/clang/lib/AST/
DCXXInheritance.cpp69 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-project/clang/lib/Driver/ToolChains/
DRISCVToolchain.cpp28 ToolChain::path_list &Paths) { in addMultilibsFilePaths()
57 path_list &Paths = getFilePaths(); in RISCVToolChain() local
DHurd.cpp79 path_list &Paths = getFilePaths(); in Hurd() local
DSolaris.cpp182 path_list &Paths = getFilePaths(); in Solaris() local
/external/llvm/lib/Support/
DSpecialCaseList.cpp50 SpecialCaseList::create(const std::vector<std::string> &Paths, in create()
80 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths) { in createOrDie()
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.h14 FStringVector Paths; member
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMask.cs286 public pbc::RepeatedField<string> Paths { property in Google.Protobuf.WellKnownTypes.FieldMask
/external/llvm-project/clang/include/clang/IndexSerialization/
DSerializablePathCollection.h90 PathPool Paths; variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
DPtrTypesSemantics.cpp75 CXXBasePaths Paths; in isRefCountable() local
DRefCntblBaseVirtualDtorChecker.cpp65 CXXBasePaths Paths; in visitCXXRecordDecl() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAutomaton.h82 SmallVector<NfaPath, 4> Paths; variable
/external/llvm-project/llvm/include/llvm/Support/
DAutomaton.h82 SmallVector<NfaPath, 4> Paths; variable
/external/llvm-project/llvm/tools/llvm-cov/
DCoverageReport.cpp122 unsigned getNumRedundantPathComponents(ArrayRef<std::string> Paths) { in getNumRedundantPathComponents()
152 unsigned getRedundantPrefixLen(ArrayRef<std::string> Paths) { in getRedundantPrefixLen()
/external/clang/lib/AST/
DCXXInheritance.cpp77 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isDerivedFrom() local
102 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isVirtuallyDerivedFrom() local
/external/llvm-project/lldb/unittests/Interpreter/
DTestCompletion.cpp106 static bool HasEquivalentFile(const Twine &Path, const StringList &Paths) { in HasEquivalentFile()
/external/rust/crates/bindgen/src/ir/
Dtraversal.rs269 pub struct Paths<'ctx>(BTreeMap<ItemId, ItemId>, &'ctx BindgenContext); struct
271 impl<'ctx> TraversalStorage<'ctx> for Paths<'ctx> { implementation
/external/llvm/lib/LibDriver/
DLibDriver.cpp92 ArrayRef<StringRef> Paths) { in findInputFile()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DVirtualNearMissCheck.cpp84 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in checkOverridingFunctionReturnType() local
/external/clang/include/clang/AST/
DCXXInheritance.h123 std::list<CXXBasePath> Paths; variable
/external/llvm-project/clang/include/clang/AST/
DCXXInheritance.h126 std::list<CXXBasePath> Paths; variable

1234