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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCInst.cpp32 } else if (isInst()) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h61 bool isInst() const { return Kind == kInst; } function in class:llvm::MCOperand
106 assert(isInst() && "This is not a sub-instruction");
111 assert(isInst() && "This is not a sub-instruction");
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h424 void setInstanceMethod(bool isInst) { argument
425 ObjCMethodDeclBits.IsInstance = isInst;

Completed in 97 milliseconds