/llvm-project/libcxx/test/std/utilities/memory/default.allocator/allocator.members/ |
H A D | allocate.constexpr.size.verify.cpp | 25 typedef std::allocator_traits<A> AT; in test() typedef
|
H A D | allocate.size.pass.cpp | 37 typedef std::allocator_traits<A> AT; test() typedef
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_checks.h | 27 constexpr unsigned SigTrapEncoding(ErrorAction EA, AccessType AT, in SigTrapEncoding() 34 constexpr unsigned SigTrapEncoding(ErrorAction EA, AccessType AT) { in SigTrapEncoding()
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMCInstLower.h | 51 auto &AT = static_cast<const AMDGPUTargetMachine &>(TM); in lowerAddrSpaceCast() local
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
H A D | deduct.pass.cpp | 43 const auto AT = std::allocator_arg; in test_primary_template() local 162 const auto AT = std::allocator_arg; in test_empty_specialization() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | deduction-guide.cpp | 13 using AT = decltype(a); typedef 14 using AT = A<int[3], int, int, short>; typedef
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfo.cpp | 63 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) { in isHomogeneousAggregate() local 99 while (const ConstantArrayType *AT = in isHomogeneousAggregate() local
|
H A D | CGNonTrivialStruct.cpp | 96 if (const auto *AT = asDerived().getContext().getAsArrayType(FT)) { in visitWithKind() local 279 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind() local 296 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind() local 582 if (const auto *AT = getContext().getAsArrayType(FT)) { visitWithKind() local 622 if (const auto *AT = getContext().getAsArrayType(FT)) { visitWithKind() local [all...] |
H A D | ABIInfoImpl.cpp | 262 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { isEmptyField() local 357 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { isSingleElementStruct() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NonnullGlobalConstantsChecker.cpp | 114 if (const auto *AT = dyn_cast<AttributedType>(T)) { in isGlobalConstString() local
|
H A D | MallocSizeofChecker.cpp | 169 while (const ArrayType *AT = T->getAsArrayTypeUnsafe()) { in compatibleWithArrayType() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.cpp |
|
H A D | Context.cpp |
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | XCore.cpp | 543 const ArrayType *AT, in appendArrayType() argument 604 if (const ArrayType *AT = QT->getAsArrayTypeUnsafe()) in appendType() local 648 if (const ArrayType *AT = QT->getAsArrayTypeUnsafe()) { in getTypeString() local
|
H A D | NVPTX.cpp | 120 if (const auto *AT = T->getAsArrayTypeUnsafe()) isUnsupportedType() local
|
/llvm-project/llvm/unittests/Linker/ |
H A D | LinkModulesTest.cpp | 68 ArrayType *AT; member in __anon77be0c3a0111::LinkModuleTest 114 ArrayType *AT = ArrayType::get(PointerType::getUnqual(Ctx), 3); in TEST_F() local
|
/llvm-project/clang/lib/AST/ |
H A D | ScanfFormatString.cpp | 508 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType() local
|
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | CBufferDataLayout.cpp | 76 } else if (auto *AT = dyn_cast<ArrayType>(Ty)) { in getTypeAllocSize() local
|
/llvm-project/clang/test/Layout/ |
H A D | ms-x86-vtordisp.cpp | 137 struct AT { struct 138 virtual ~AT(){} in ~AT() argument
|
/llvm-project/clang/lib/Lex/ |
H A D | MacroArgs.cpp | 174 unsigned NumToks = getArgLength(AT)+1; // Include the EOF. in getPreExpArgument() local
|
/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/ |
H A D | PointerTypeAnalysis.cpp | 161 if (auto *AT = dyn_cast<ArrayType>(Ty)) { in classifyConstantWithOpaquePtr() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 152 NumElements = AT->getNumElements(); in makeMutable() local 207 return ConstantArray::get(AT, Consts); in toConstant() local
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreLowerThreadLocal.cpp | 128 return AT && (AT->getNumElements() == 0); in isZeroLengthArray() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | IsolateDeclarationCheck.cpp | 69 if (const auto *AT = dyn_cast<ArrayType>(T)) in countIndirections() local
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | FixItHintUtils.cpp | 213 const Type *AT = ParenStrippedType->getBaseElementTypeUnsafe(); addQualifierToVarDecl() local
|