Home
last modified time | relevance | path

Searched defs:isRecord (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h298 bool isRecord() const { return Kind == K_Record; } in isRecord() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h336 bool isRecord() const { return Kind == K_Record; } in isRecord() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h324 bool isRecord() const { return Kind == K_Record; } in isRecord() function
/external/clang/include/clang/AST/
DDeclBase.h1287 bool isRecord() const { in isRecord() function
/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c994 Boolean isRecord; in AE_AECreateList() local