Searched refs:GlobalNumericVariableTable (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp454 auto VarTableIter = Context->GlobalNumericVariableTable.find(Name);
455 if (VarTableIter != Context->GlobalNumericVariableTable.end()) {
477 // in GlobalNumericVariableTable in parsePattern. Therefore, if the pointer
482 auto VarTableIter = Context->GlobalNumericVariableTable.find(Name);
484 if (VarTableIter != Context->GlobalNumericVariableTable.end())
489 Context->GlobalNumericVariableTable[Name] = NumericVariable;
986 if (Context->GlobalNumericVariableTable.find(Name) !=
987 Context->GlobalNumericVariableTable.end()) {
1043 Context->GlobalNumericVariableTable[DefName] =
1661 GlobalNumericVariableTable[LineNam
[all...]
H A DFileCheckImpl.h451 StringMap<NumericVariable *> GlobalNumericVariableTable; member in class:llvm::FileCheckPatternContext
487 /// GlobalNumericVariableTable and also clears the value of numeric
678 /// GlobalNumericVariableTable StringMap in the same class provides the

Completed in 69 milliseconds