Searched refs:isInst (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInst.h60 bool isInst() const { return Kind == kInst; } function in class:llvm::MCOperand
103 assert(isInst() && "This is not a sub-instruction");
107 assert(isInst() && "This is not a sub-instruction");
/external/llvm/lib/MC/
H A DMCInst.cpp28 } else if (isInst()) {
/external/clang/include/clang/AST/
H A DDeclObjC.h411 void setInstanceMethod(bool isInst) { IsInstance = isInst; } argument

Completed in 41 milliseconds