Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.h109 bool AllowSelfAssignment = false);
112 bool AllowSelfAssignment = false) {
114 AllowSelfAssignment);
DTGParser.cpp79 bool AllowSelfAssignment) { in SetValue() argument
93 if (VI->getNameInit() == ValName && !AllowSelfAssignment) in SetValue()