Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1140 Context->LineVariable->setValue( in match()
1799 assert(!LineVariable && "@LINE pseudo numeric variable already created"); in createLineVariable()
1801 LineVariable = makeNumericVariable( in createLineVariable()
1803 GlobalNumericVariableTable[LineName] = LineVariable; in createLineVariable()
H A DFileCheckImpl.h455 NumericVariable *LineVariable = nullptr; variable