Home
last modified time | relevance | path

Searched defs:TypeA (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp139 u8 TypeA, u8 TypeB) { in reportDeallocTypeMismatch()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-casting.cpp132 using TypeA = A; global() typedef
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp150 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A"))); in TEST() local