Searched refs:Substitutions (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheckImpl.h275 std::vector<std::unique_ptr<Substitution>> Substitutions; member in class:llvm::FileCheckPatternContext
375 std::vector<Substitution *> Substitutions; member in class:llvm::Pattern
500 return !(Substitutions.empty() && VariableDefs.empty());
H A DFileCheck.cpp560 Substitutions.push_back(Substitution);
626 if (!Substitutions.empty()) {
635 for (const auto &Substitution : Substitutions) {
714 if (!Substitutions.empty()) {
715 for (const auto &Substitution : Substitutions) {
834 Substitutions.push_back(
836 return Substitutions.back().get();
842 Substitutions.push_back(std::make_unique<NumericSubstitution>(
844 return Substitutions.back().get();
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp609 Substitutions.try_emplace(
617 if (Substitutions.count(Name))
630 auto It = Substitutions.find(S->Name);
631 if (It == Substitutions.end())
685 StringMap<DiagText> Substitutions; member in struct:__anon954::DiagnosticTextBuilder
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp380 llvm::DenseMap<uintptr_t, unsigned> Substitutions; member in class:__anon258::CXXNameMangler
407 AbiTagsRoot(AbiTags), Substitutions(Outer.Substitutions) {}
413 AbiTagsRoot(AbiTags), Substitutions(Outer.Substitutions) {}
4716 llvm::DenseMap<uintptr_t, unsigned>::iterator I = Substitutions.find(Ptr);
4717 if (I == Substitutions.end())
4880 assert(!Substitutions.count(Ptr) && "Substitution already exists!");
4881 Substitutions[Ptr] = SeqID++;
4887 Substitutions
[all...]

Completed in 134 milliseconds