Home
last modified time | relevance | path

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

12345

/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_checks.h27 constexpr unsigned SigTrapEncoding(ErrorAction EA, AccessType AT, in SigTrapEncoding() argument
34 constexpr unsigned SigTrapEncoding(ErrorAction EA, AccessType AT) { in SigTrapEncoding() argument
[all...]
/freebsd-src/contrib/libdiff/test/
H A Darraylist_test.c34 #define insert_test(AT) do {\ in test_basic() argument
/freebsd-src/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.cpp259 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { isEmptyField() local
354 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { isSingleElementStruct() 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...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.h51 auto &AT = static_cast<const AMDGPUTargetMachine &>(TM); in lowerAddrSpaceCast() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp238 if (const auto *AT = Ty->getAs<AtomicType>()) toRValue() local
319 if (const auto *AT = Ty->getAsArrayTypeUnsafe()) { toRValue() local
H A DContext.cpp185 if (const auto *AT = dyn_cast<AtomicType>(T)) classify() local
/freebsd-src/contrib/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.cpp116 if (const auto *AT = T->getAsArrayTypeUnsafe()) isUnsupportedType() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp76 } else if (auto *AT = dyn_cast<ArrayType>(Ty)) { in getTypeAllocSize() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp510 const analyze_scanf::ArgType &AT = getArgType(Ctx); fixType() local
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp174 const Token *AT = getUnexpArgument(Arg); in getPreExpArgument() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp159 if (auto *AT = dyn_cast<ArrayType>(Ty)) { classifyConstantWithOpaquePtr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp125 ArrayType *AT = dyn_cast<ArrayType>(Ty); isZeroLengthArray() local
/freebsd-src/crypto/openssl/crypto/bn/asm/
H A Dia64.S1392 #define AT r14 macro
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp754 auto *ET = AT->getElementType(); in unpackLoadToAggregate() local
1145 if (AT->getNumElements() != cast<FixedVectorType>(UT)->getNumElements()) in likeBitCastFromVector() local
1277 if (auto *AT = dyn_cast<ArrayType>(T)) { unpackStoreToAggregate() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h151 if (const AtomicType *AT = T->getAs<AtomicType>()) { in getAPSIntType() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp356 const ActionTuple &AT = Actions[A]; printActionValue() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp811 __anoncf9d2a640102(const ArrayType *AT) getStaticSize() argument
815 __anoncf9d2a640202(const ArrayType *AT) getStaticSize() argument
818 __anoncf9d2a640302(const ArrayType *AT) getStaticSize() argument
822 __anoncf9d2a640402(const ArrayType *AT) getStaticSize() argument
[all...]

12345