Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h433 NumericVariable *LineVariable = nullptr; variable
H A DFileCheck.cpp1099 Context->LineVariable->setValue( in match()
1759 assert(!LineVariable && "@LINE pseudo numeric variable already created"); in createLineVariable()
1761 LineVariable = makeNumericVariable( in createLineVariable()
1763 GlobalNumericVariableTable[LineName] = LineVariable; in createLineVariable()