Searched defs:isInst (Results 1 - 4 of 4) 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/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVEntry.h269 virtual bool isInst() const { return false;} function in class:SPIRV::SPIRVEntry
H A DSPIRVInstruction.h124 virtual bool isInst() const { return true;} function in class:SPIRV::SPIRVInstruction
/external/clang/include/clang/AST/
H A DDeclObjC.h415 void setInstanceMethod(bool isInst) { IsInstance = isInst; } argument

Completed in 136 milliseconds