HomeSort by relevance Sort by last modified time
    Searched refs:isInst (Results 1 - 22 of 22) 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");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 62 bool isInst() const { return Kind == kInst; }
107 assert(isInst() && "This is not a sub-instruction");
112 assert(isInst() && "This is not a sub-instruction");
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 62 bool isInst() const { return Kind == kInst; }
107 assert(isInst() && "This is not a sub-instruction");
112 assert(isInst() && "This is not a sub-instruction");
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 62 bool isInst() const { return Kind == kInst; }
107 assert(isInst() && "This is not a sub-instruction");
112 assert(isInst() && "This is not a sub-instruction");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 62 bool isInst() const { return Kind == kInst; }
107 assert(isInst() && "This is not a sub-instruction");
112 assert(isInst() && "This is not a sub-instruction");
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 62 bool isInst() const { return Kind == kInst; }
107 assert(isInst() && "This is not a sub-instruction");
112 assert(isInst() && "This is not a sub-instruction");
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 62 bool isInst() const { return Kind == kInst; }
107 assert(isInst() && "This is not a sub-instruction");
112 assert(isInst() && "This is not a sub-instruction");
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 62 bool isInst() const { return Kind == kInst; }
107 assert(isInst() && "This is not a sub-instruction");
112 assert(isInst() && "This is not a sub-instruction");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 62 bool isInst() const { return Kind == kInst; }
107 assert(isInst() && "This is not a sub-instruction");
112 assert(isInst() && "This is not a sub-instruction");
  /external/llvm/lib/MC/
MCInst.cpp 30 } else if (isInst()) {
  /external/clang/include/clang/AST/
DeclObjC.h 415 void setInstanceMethod(bool isInst) { IsInstance = isInst; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 417 void setInstanceMethod(bool isInst) { IsInstance = isInst; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 417 void setInstanceMethod(bool isInst) { IsInstance = isInst; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 417 void setInstanceMethod(bool isInst) { IsInstance = isInst; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 417 void setInstanceMethod(bool isInst) { IsInstance = isInst; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 417 void setInstanceMethod(bool isInst) { IsInstance = isInst; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 417 void setInstanceMethod(bool isInst) { IsInstance = isInst; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 417 void setInstanceMethod(bool isInst) { IsInstance = isInst; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 417 void setInstanceMethod(bool isInst) { IsInstance = isInst; }
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.h 269 virtual bool isInst() const { return false;}
SPIRVInstruction.h 124 virtual bool isInst() const { return true;}
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp 239 assert(SV->isInst() && "Invalid instruction");
    [all...]

Completed in 706 milliseconds