Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp111 std::map<StringRef, unsigned> VariableDefs; member in Pattern
146 VariableDefs.empty()); } in hasVariable()
298 if (VariableDefs.find(Name) != VariableDefs.end()) { in ParsePattern()
299 unsigned VarParenNum = VariableDefs[Name]; in ParsePattern()
314 VariableDefs[Name] = CurParen; in ParsePattern()
439 for (std::map<StringRef, unsigned>::const_iterator I = VariableDefs.begin(), in Match()
440 E = VariableDefs.end(); in Match()