HomeSort by: relevance | last modified time | path
    Searched refs:isInst (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCInst.cpp 39 } else if (isInst()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInst.h 66 bool isInst() const { return Kind == kInst; }
125 assert(isInst() && "This is not a sub-instruction");
130 assert(isInst() && "This is not a sub-instruction");
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.cpp 383 else if (Op.isInst())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 432 void setInstanceMethod(bool isInst) {
433 ObjCMethodDeclBits.IsInstance = isInst;

Completed in 26 milliseconds