Home
last modified time | relevance | path

Searched refs:VariableDefs (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h108 std::map<StringRef, unsigned> VariableDefs; variable
134 return !(VariableUses.empty() && VariableDefs.empty()); in hasVariable()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp183 if (VariableDefs.find(Name) != VariableDefs.end()) { in ParsePattern()
184 unsigned VarParenNum = VariableDefs[Name]; in ParsePattern()
199 VariableDefs[Name] = CurParen; in ParsePattern()
335 for (const auto &VariableDef : VariableDefs) { in Match()