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

/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp495 bool atInsnStart = true; local
500 atInsnStart = true;
501 if (atInsnStart && !std::isspace(static_cast<unsigned char>(*Str))) {
512 atInsnStart = false;
514 if (atInsnStart && strncmp(Str, MAI.getCommentString(),
516 atInsnStart = false;
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp81 bool atInsnStart = true; local
86 atInsnStart = true;
87 if (atInsnStart && !std::isspace(static_cast<unsigned char>(*Str))) {
89 atInsnStart = false;
91 if (atInsnStart && strncmp(Str, MAI.getCommentString(),
93 atInsnStart = false;

Completed in 109 milliseconds