Home
last modified time | relevance | path

Searched refs:Substitutions (Results 1 – 25 of 31) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h275 std::vector<std::unique_ptr<Substitution>> Substitutions; variable
375 std::vector<Substitution *> Substitutions; variable
500 return !(Substitutions.empty() && VariableDefs.empty()); in hasVariable()
DFileCheck.cpp560 Substitutions.push_back(Substitution); in parsePattern()
626 if (!Substitutions.empty()) { in match()
635 for (const auto &Substitution : Substitutions) { in match()
714 if (!Substitutions.empty()) { in printSubstitutions()
715 for (const auto &Substitution : Substitutions) { in printSubstitutions()
834 Substitutions.push_back( in makeStringSubstitution()
836 return Substitutions.back().get(); in makeStringSubstitution()
842 Substitutions.push_back(std::make_unique<NumericSubstitution>( in makeNumericSubstitution()
844 return Substitutions.back().get(); in makeNumericSubstitution()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheckImpl.h491 std::vector<std::unique_ptr<Substitution>> Substitutions; variable
590 std::vector<Substitution *> Substitutions; variable
716 return !(Substitutions.empty() && VariableDefs.empty()); in hasVariable()
DFileCheck.cpp1139 Substitutions.push_back(Substitution); in parsePattern()
1205 if (!Substitutions.empty()) { in match()
1214 for (const auto &Substitution : Substitutions) { in match()
1306 if (!Substitutions.empty()) { in printSubstitutions()
1307 for (const auto &Substitution : Substitutions) { in printSubstitutions()
1486 Substitutions.push_back( in makeStringSubstitution()
1488 return Substitutions.back().get(); in makeStringSubstitution()
1494 Substitutions.push_back(std::make_unique<NumericSubstitution>( in makeNumericSubstitution()
1496 return Substitutions.back().get(); in makeNumericSubstitution()
/external/llvm-project/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp617 Substitutions.try_emplace( in DiagnosticTextBuilder()
625 if (Substitutions.count(Name)) in DiagnosticTextBuilder()
638 auto It = Substitutions.find(S->Name); in getSubstitution()
639 if (It == Substitutions.end()) in getSubstitution()
693 StringMap<DiagText> Substitutions; member
/external/llvm-project/clang/lib/AST/
DItaniumMangle.cpp379 llvm::DenseMap<uintptr_t, unsigned> Substitutions; member in __anon0cd394f30111::CXXNameMangler
406 AbiTagsRoot(AbiTags), Substitutions(Outer.Substitutions) {} in CXXNameMangler()
412 AbiTagsRoot(AbiTags), Substitutions(Outer.Substitutions) {} in CXXNameMangler()
5415 llvm::DenseMap<uintptr_t, unsigned>::iterator I = Substitutions.find(Ptr); in mangleSubstitution()
5416 if (I == Substitutions.end()) in mangleSubstitution()
5579 assert(!Substitutions.count(Ptr) && "Substitution already exists!"); in addSubstitution()
5580 Substitutions[Ptr] = SeqID++; in addSubstitution()
5586 Substitutions.swap(Other->Substitutions); in extendSubstitutions()
/external/ImageMagick/PerlMagick/quantum/
DMakefile.PL.in256 # Substitutions for "makeaperl" section.
/external/ImageMagick/PerlMagick/default/
DMakefile.PL.in257 # Substitutions for "makeaperl" section.
/external/ImageMagick/PerlMagick/
DMakefile.PL.in257 # Substitutions for "makeaperl" section.
/external/clang/lib/AST/
DItaniumMangle.cpp383 llvm::DenseMap<uintptr_t, unsigned> Substitutions; member in __anona9e6be050111::CXXNameMangler
4240 llvm::DenseMap<uintptr_t, unsigned>::iterator I = Substitutions.find(Ptr); in mangleSubstitution()
4241 if (I == Substitutions.end()) in mangleSubstitution()
4404 assert(!Substitutions.count(Ptr) && "Substitution already exists!"); in addSubstitution()
4405 Substitutions[Ptr] = SeqID++; in addSubstitution()
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticCommonKinds.td15 // Substitutions.
/external/llvm-project/llvm/test/FileCheck/
Ddump-input-annotations.txt604 ; Substitutions: successful and failed positive directives.
633 ; Substitutions: successful and failed negative directives.
/external/libpng/
Dconfigure.ac219 # Substitutions for .in files
/external/tcpdump/
Daclocal.m4519 # Please read section 11.6 "Shell Substitutions"
602 # Please read section 11.6 "Shell Substitutions"
/external/llvm/docs/
DTestingGuide.rst408 Substitutions section in Regression test structure
/external/llvm-project/llvm/docs/
DTestingGuide.rst481 Substitutions section in Regression test structure
/external/python/cpython2/Doc/whatsnew/
D2.4.rst171 PEP 292: Simpler String Substitutions
211 :pep:`292` - Simpler String Substitutions
/external/python/cpython3/Doc/whatsnew/
D2.4.rst171 PEP 292: Simpler String Substitutions
211 :pep:`292` - Simpler String Substitutions
/external/libcups/locale/
Dcups.strings1293 "Substitutions:" = "Substitutions:";
Dcups_en.po4630 msgid "Substitutions:"
4631 msgstr "Substitutions:"
Dcups_cs.po4393 msgid "Substitutions:"
Dcups_fr.po4406 msgid "Substitutions:"
Dcups_ru.po4530 msgid "Substitutions:"
Dcups_zh_CN.po4520 msgid "Substitutions:"
Dcups_ja.po4558 msgid "Substitutions:"

12