Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.h141 bool AllowSelfAssignment = false);
H A DTGParser.cpp162 bool AllowSelfAssignment) { in SetValue() argument
176 if (VI->getNameInit() == ValName && !AllowSelfAssignment) in SetValue()