/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMCInstLower.h | 51 auto &AT = static_cast<const AMDGPUTargetMachine &>(TM); in lowerAddrSpaceCast() local
|
/freebsd/contrib/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)) { in visitWithKind() local 622 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind() local
|
H A D | ABIInfoImpl.cpp | 262 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { in isEmptyField() local 392 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { in isSingleElementStruct() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | XCore.cpp | 543 const ArrayType *AT, in appendArrayType() 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()) in isUnsupportedType() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaBoundsSafety.cpp | 99 const ArrayType *AT = getASTContext().getAsArrayType(FieldTy); in CheckCountedByAttrOnField() local
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.cpp | 392 if (const auto *AT = Ty->getAs<AtomicType>()) in toRValue() local 470 if (const auto *AT = Ty->getAsArrayTypeUnsafe()) { in toRValue() local
|
H A D | Context.cpp | 183 if (const auto *AT = T->getAs<AtomicType>()) in classify() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | CBufferDataLayout.cpp | 76 } else if (auto *AT = dyn_cast<ArrayType>(Ty)) { in getTypeAllocSize() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ScanfFormatString.cpp | 508 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType() local
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | ia64.S | 1392 #define AT r14 macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 152 } else if (auto *AT = dyn_cast<ArrayType>(Ty)) in makeMutable() local 207 if (auto *AT = dyn_cast<ArrayType>(Ty)) in toConstant() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | MacroArgs.cpp | 174 const Token *AT = getUnexpArgument(Arg); in getPreExpArgument() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreLowerThreadLocal.cpp | 128 ArrayType *AT = dyn_cast<ArrayType>(Ty); in isZeroLengthArray() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/ |
H A D | PointerTypeAnalysis.cpp | 161 if (auto *AT = dyn_cast<ArrayType>(Ty)) { in classifyConstantWithOpaquePtr() local
|
/freebsd/contrib/nvi/regex/ |
H A D | engine.c | 120 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) macro 124 #define AT(t, p1, p2, s1, s2) /* nothing */ macro
|
/freebsd/lib/libc/regex/ |
H A D | engine.c | 139 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) macro 143 #define AT(t, p1, p2, s1, s2) /* nothing */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 753 if (auto *AT = dyn_cast<ArrayType>(T)) { in unpackLoadToAggregate() local 1144 if (auto *AT = dyn_cast<ArrayType>(VT)) { in likeBitCastFromVector() local 1276 if (auto *AT = dyn_cast<ArrayType>(T)) { in unpackStoreToAggregate() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | BasicValueFactory.h | 151 if (const AtomicType *AT = T->getAs<AtomicType>()) { in getAPSIntType() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DFAEmitter.cpp | 353 const ActionTuple &AT = Actions[A]; in printActionValue() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 830 [this](const ArrayType *AT) -> bool { in getStaticSize() 834 auto IsIncompleteArray = [](const ArrayType *AT) { in getStaticSize() 837 auto IsArrayOfZero = [](const ArrayType *AT) { in getStaticSize() 841 auto IsArrayOfOne = [](const ArrayType *AT) { in getStaticSize()
|