Home
last modified time | relevance | path

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

12345

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.h51 auto &AT = static_cast<const AMDGPUTargetMachine &>(TM); in lowerAddrSpaceCast() local
/freebsd/contrib/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)) { in visitWithKind() local
622 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind() local
H A DABIInfoImpl.cpp262 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 DXCore.cpp543 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 DNVPTX.cpp120 if (const auto *AT = T->getAsArrayTypeUnsafe()) in isUnsupportedType() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBoundsSafety.cpp99 const ArrayType *AT = getASTContext().getAsArrayType(FieldTy); in CheckCountedByAttrOnField() local
/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp392 if (const auto *AT = Ty->getAs<AtomicType>()) in toRValue() local
470 if (const auto *AT = Ty->getAsArrayTypeUnsafe()) { in toRValue() local
H A DContext.cpp183 if (const auto *AT = T->getAs<AtomicType>()) in classify() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp76 } else if (auto *AT = dyn_cast<ArrayType>(Ty)) { in getTypeAllocSize() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp508 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType() local
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dia64.S1392 #define AT r14 macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp152 } 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 DMacroArgs.cpp174 const Token *AT = getUnexpArgument(Arg); in getPreExpArgument() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp128 ArrayType *AT = dyn_cast<ArrayType>(Ty); in isZeroLengthArray() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp161 if (auto *AT = dyn_cast<ArrayType>(Ty)) { in classifyConstantWithOpaquePtr() local
/freebsd/contrib/nvi/regex/
H A Dengine.c120 #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 Dengine.c139 #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 DInstCombineLoadStoreAlloca.cpp753 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 DBasicValueFactory.h151 if (const AtomicType *AT = T->getAs<AtomicType>()) { in getAPSIntType() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp353 const ActionTuple &AT = Actions[A]; in printActionValue() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp830 [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()

12345