Searched defs:RecTy (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/llvm/lib/TableGen/ |
H A D | TGParser.h | 28 class RecTy; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | TGParser.h | 27 class RecTy; variable
|
/aosp_15_r20/external/llvm/include/llvm/TableGen/ |
H A D | Record.h | 62 RecTy(RecTyKind K) : Kind(K) {} in RecTy() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 2571 if (auto *RecTy = dyn_cast<RecordRecTy>(TI->getType())) { in ParseValue() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 73 RecTy(RecTyKind K) : Kind(K) {} in RecTy() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TableGen/ |
D | Record.h | 80 RecTy(RecTyKind K, RecordKeeper &RK) : Kind(K), RK(RK) {} in RecTy() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TableGen/ |
D | Record.h | 80 RecTy(RecTyKind K, RecordKeeper &RK) : Kind(K), RK(RK) {} in RecTy() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TableGen/ |
D | Record.h | 80 RecTy(RecTyKind K, RecordKeeper &RK) : Kind(K), RK(RK) {} in RecTy() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TableGen/ |
D | Record.h | 80 RecTy(RecTyKind K, RecordKeeper &RK) : Kind(K), RK(RK) {} in RecTy() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 79 RecTy(RecTyKind K, RecordKeeper &RK) : Kind(K), RK(RK) {} in RecTy() function
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 72 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal(); in GetThisType() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 4524 QualType RecTy = Context.getTypeDeclType(Record); in BuildMicrosoftCAnonymousStruct() local
|