Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.h203 bool AllowSelfAssignment = false);
H A DTGParser.cpp164 bool AllowSelfAssignment) { in SetValue() argument
178 if (VI->getNameInit() == ValName && !AllowSelfAssignment) in SetValue()