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

  /external/llvm/include/llvm/MC/
MCInst.h 60 bool isInst() const { return Kind == kInst; }
103 assert(isInst() && "This is not a sub-instruction");
107 assert(isInst() && "This is not a sub-instruction");
  /external/llvm/lib/MC/
MCInst.cpp 28 } else if (isInst()) {
  /external/clang/include/clang/AST/
DeclObjC.h 411 void setInstanceMethod(bool isInst) { IsInstance = isInst; }
    [all...]

Completed in 336 milliseconds