HomeSort by relevance Sort by last modified time
    Searched refs:MatchFound (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenMapTable.cpp 271 bool MatchFound = true;
273 (j < endCF) && MatchFound; j++) {
277 MatchFound = (CurInstrVal == KeyColValue);
279 return MatchFound;
332 bool MatchFound = true;
335 (j < endCF) && MatchFound; j++) {
340 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString());
343 if (MatchFound) {
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]

Completed in 38 milliseconds