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

  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 502 bool atInsnStart = true;
507 atInsnStart = true;
508 if (atInsnStart && !std::isspace(static_cast<unsigned char>(*Str))) {
519 atInsnStart = false;
521 if (atInsnStart && strncmp(Str, MAI.getCommentString(),
523 atInsnStart = false;
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 80 bool atInsnStart = true;
85 atInsnStart = true;
86 if (atInsnStart && !std::isspace(static_cast<unsigned char>(*Str))) {
88 atInsnStart = false;
90 if (atInsnStart && strncmp(Str, MAI.getCommentString(),
92 atInsnStart = false;

Completed in 64 milliseconds