Home
last modified time | relevance | path

Searched refs:TypeA (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp139 u8 TypeA, u8 TypeB) { in reportDeallocTypeMismatch() argument
142 stringifyAction(Action), Ptr, TypeA, TypeB); in reportDeallocTypeMismatch()
H A Dreport.h45 u8 TypeA, u8 TypeB);
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Ddefault-type-attr-print-parser.td49 def TypeA : TestType<"TypeA"> {
H A Dattr-or-type-format.td232 def TypeA : TestType<"TestC"> {
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DNVVMOps.td281 // 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 DASTMatchersTraversalTest.cpp149 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 DIntrinsicsNVVM.td278 // 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,