Home
last modified time | relevance | path

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

123456

/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/lib/libpam/pam.d/
H A DMakefile22 AT= atrun macro
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.h53 auto &AT = static_cast<const AMDGPUTargetMachine &>(TM); in lowerAddrSpaceCast() local
H A DAMDGPULowerBufferFatPointers.cpp480 if (auto *AT = dyn_cast<ArrayType>(From)) { in fatPtrsToInts() local
514 if (auto *AT = dyn_cast<ArrayType>(From)) { in intsToFatPtrs() local
736 ArrayType *AT = dyn_cast<ArrayType>(T); in scalarArrayTypeAsVector() local
767 ArrayType *AT = cast<ArrayType>(OrigType); in vectorToArray() local
970 if (auto *AT = dyn_cast<ArrayType>(PartType)) { in visitLoadImpl() local
1090 if (auto *AT = dyn_cast<ArrayType>(PartType)) { in visitStoreImpl() 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 DABIInfoImpl.cpp256 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { in isEmptyField() local
386 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { in isSingleElementStruct() local
H A DCGNonTrivialStruct.cpp97 if (const auto *AT = asDerived().getContext().getAsArrayType(FT)) { in visitWithKind() local
292 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind() local
309 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind() local
602 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind() local
642 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind() 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 DAArch64.cpp166 auto *AT = dyn_cast<llvm::ArrayType>(ST->getElementType(0)); in isScalarizableAsmOperand() local
719 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) { in passAsPureScalableType() local
842 if (const auto *AT = dyn_cast<llvm::ArrayType>(Ty)) { in flattenType() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp113 if (const auto *AT = dyn_cast<AttributedType>(T)) { in isGlobalConstString() local
H A DMallocSizeofChecker.cpp167 while (const ArrayType *AT = T->getAsArrayTypeUnsafe()) { in compatibleWithArrayType() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp508 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType() 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/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizePointerCast.cpp215 else if (auto *AT = dyn_cast<ArrayType>(Aggregate)) in buildGEPIndexChain() local
243 if (auto *AT = dyn_cast<ArrayType>(Aggregate)) in isTypeFirstElementAggregate() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp153 } else if (auto *AT = dyn_cast<ArrayType>(Ty)) in makeMutable() local
208 if (auto *AT = dyn_cast<ArrayType>(Ty)) in toConstant() local
H A DModuleUtils.cpp65 ArrayType *AT = ArrayType::get(EltTy, CurrentCtors.size()); in appendToGlobalArray() local
109 ArrayType *AT = ArrayType::get(EltTy, CurrentCtors.size()); in transformGlobalArray() local
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dia64.S1392 #define AT r14 macro
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp125 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/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp173 const Token *AT = getUnexpArgument(Arg); in getPreExpArgument() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBoundsSafety.cpp99 const ArrayType *AT = getASTContext().getAsArrayType(FieldTy); in CheckCountedByAttrOnField() 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/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.cpp650 if (const auto *AT = Ty->getAs<AtomicType>()) in toRValue() local
728 if (const auto *AT = Ty->getAsArrayTypeUnsafe()) { in toRValue() local
/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.cpp761 if (auto *AT = dyn_cast<ArrayType>(T)) { in unpackLoadToAggregate() local
1188 if (auto *AT = dyn_cast<ArrayType>(VT)) { in likeBitCastFromVector() local
1313 if (auto *AT = dyn_cast<ArrayType>(T)) { in unpackStoreToAggregate() local

123456