Searched refs:atInsnStart (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp502 bool atInsnStart = true; local
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/
H A DTargetInstrInfo.cpp80 bool atInsnStart = true; local
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 506 milliseconds