HomeSort by relevance Sort by last modified time
    Searched defs:isRecord (Results 1 - 12 of 12) sorted by null

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 324 bool isRecord() const { return Kind == K_Record; }
328 StringRef getName() const { assert(isRecord()); return Name; }
329 Record *getRecord() const { assert(isRecord()); return R; }
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 298 bool isRecord() const { return Kind == K_Record; }
302 StringRef getName() const { assert(isRecord()); return Name; }
303 Record *getRecord() const { assert(isRecord()); return R; }
  /external/python/cpython2/Mac/Modules/ae/
_AEmodule.c 994 Boolean isRecord;
1001 &isRecord))
1005 isRecord,
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]

Completed in 562 milliseconds