Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp672 std::unique_ptr<SerializedGlobalVariableTable> GlobalVariableTable; member in clang::api_notes::APINotesReader::Implementation
1370 if (GlobalVariableTable) in readGlobalVariableBlock()
1378 GlobalVariableTable.reset(SerializedGlobalVariableTable::Create( in readGlobalVariableBlock()
2048 if (!Implementation->GlobalVariableTable) in lookupGlobalVariable()
2057 auto Known = Implementation->GlobalVariableTable->find(Key); in lookupGlobalVariable()
2058 if (Known == Implementation->GlobalVariableTable->end()) in lookupGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1158 Context->GlobalVariableTable[VariableDef.first] = in match()
1253 StringRef Value = Context->GlobalVariableTable[VC.Name]; in printVariableDefs()
1361 auto VarIter = GlobalVariableTable.find(VarName); in getPatternVarValue()
1362 if (VarIter == GlobalVariableTable.end()) in getPatternVarValue()
2515 assert(GlobalVariableTable.empty() && GlobalNumericVariableTable.empty() && in defineCmdlineVariables()
2637 GlobalVariableTable.insert(CmdlineNameVal); in defineCmdlineVariables()
2653 for (const StringMapEntry<StringRef> &Var : GlobalVariableTable) in clearLocalVars()
2670 GlobalVariableTable.erase(Var); in clearLocalVars()
H A DFileCheckImpl.h418 StringMap<StringRef> GlobalVariableTable; in NumericSubstitution()
464 /// sign), i.e. removes them from GlobalVariableTable and from
702 /// The GlobalVariableTable StringMap in the FileCheckPatternContext class