Home
last modified time | relevance | path

Searched defs:AT (Results 1 – 25 of 136) sorted by relevance

123456

/llvm-project/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
H A Dallocate.constexpr.size.verify.cpp25 typedef std::allocator_traits<A> AT; in test() typedef
H A Dallocate.size.pass.cpp37 typedef std::allocator_traits<A> AT; test() typedef
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_checks.h27 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 DAMDGPUMCInstLower.h51 auto &AT = static_cast<const AMDGPUTargetMachine &>(TM); in lowerAddrSpaceCast() local
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Ddeduct.pass.cpp43 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 Ddeduction-guide.cpp13 using AT = decltype(a); typedef
14 using AT = A<int[3], int, int, short>; typedef
/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp63 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) { in isHomogeneousAggregate() local
99 while (const ConstantArrayType *AT = in isHomogeneousAggregate() local
H A DCGNonTrivialStruct.cpp96 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 DABIInfoImpl.cpp262 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 DNonnullGlobalConstantsChecker.cpp114 if (const auto *AT = dyn_cast<AttributedType>(T)) { in isGlobalConstString() local
H A DMallocSizeofChecker.cpp169 while (const ArrayType *AT = T->getAsArrayTypeUnsafe()) { in compatibleWithArrayType() local
/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp
H A DContext.cpp
/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp543 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 DNVPTX.cpp120 if (const auto *AT = T->getAsArrayTypeUnsafe()) isUnsupportedType() local
/llvm-project/llvm/unittests/Linker/
H A DLinkModulesTest.cpp68 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 DScanfFormatString.cpp508 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType() local
/llvm-project/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp76 } else if (auto *AT = dyn_cast<ArrayType>(Ty)) { in getTypeAllocSize() local
/llvm-project/clang/test/Layout/
H A Dms-x86-vtordisp.cpp137 struct AT { struct
138 virtual ~AT(){} in ~AT() argument
/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp174 unsigned NumToks = getArgLength(AT)+1; // Include the EOF. in getPreExpArgument() local
/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp161 if (auto *AT = dyn_cast<ArrayType>(Ty)) { in classifyConstantWithOpaquePtr() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp152 NumElements = AT->getNumElements(); in makeMutable() local
207 return ConstantArray::get(AT, Consts); in toConstant() local
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp128 return AT && (AT->getNumElements() == 0); in isZeroLengthArray() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIsolateDeclarationCheck.cpp69 if (const auto *AT = dyn_cast<ArrayType>(T)) in countIndirections() local
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DFixItHintUtils.cpp213 const Type *AT = ParenStrippedType->getBaseElementTypeUnsafe(); addQualifierToVarDecl() local

123456