Searched refs:TypeA (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 139 u8 TypeA, u8 TypeB) { in reportDeallocTypeMismatch() argument 142 stringifyAction(Action), Ptr, TypeA, TypeB); in reportDeallocTypeMismatch()
|
| H A D | report.h | 45 u8 TypeA, u8 TypeB);
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | default-type-attr-print-parser.td | 49 def TypeA : TestType<"TypeA"> {
|
| H A D | attr-or-type-format.td | 232 def TypeA : TestType<"TestC"> {
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | NVVMOps.td | 281 // TypeB and TypeD may be empty if it must match that of TypeA or TypeC. 282 class MMA_OPS<list<GEOM> Geom, list<string> TypeA, list<string> TypeB, 286 !foldl([]<list<WMMA_REGS>>, TypeA, t2, type_a, !listconcat(t2,
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTraversalTest.cpp | 149 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A"))); in TEST() local 151 EXPECT_TRUE(matches("class A { public: A *a; };", TypeA)); in TEST() 152 EXPECT_TRUE(notMatches("class A {};", TypeA)); in TEST() 159 EXPECT_TRUE(notMatches("class A {};", TypeA)); in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 278 // TypeB and TypeD may be empty if it must match that of TypeA or TypeC. 279 class MMA_OPS<list<string> Geom, list<string> TypeA, list<string> TypeB, 283 !foldl([]<list<WMMA_REGS>>, TypeA, t2, type_a, !listconcat(t2,
|