Home
last modified time | relevance | path

Searched refs:IAT (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h609 IAT, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp154 else if (const auto *IAT = dyn_cast<IncompleteArrayType>(AT)) in desugarForDiagnostic() local
155 QT = Context.getIncompleteArrayType(ElementTy, IAT->getSizeModifier(), in desugarForDiagnostic()
156 IAT->getIndexTypeCVRQualifiers()); in desugarForDiagnostic()
H A DMicrosoftMangle.cpp3187 const IncompleteArrayType *IAT = in mangleArrayType() local
3190 ElementTy = IAT->getElementType(); in mangleArrayType()
H A DASTContext.cpp6478 if (const auto *IAT = dyn_cast<IncompleteArrayType>(AT)) { in getUnqualifiedArrayType() local
6479 return getIncompleteArrayType(unqualElementType, IAT->getSizeModifier(), 0); in getUnqualifiedArrayType()
7329 if (const auto *IAT = dyn_cast<IncompleteArrayType>(ATy)) in getAsArrayType() local
7331 IAT->getSizeModifier(), in getAsArrayType()
7332 IAT->getIndexTypeCVRQualifiers())); in getAsArrayType()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp491 IO.mapOptional("IAT", PH.DataDirectories[COFF::IAT]); in mapping()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1699 dir[IAT].RelativeVirtualAddress = iatStart->getRVA(); in writeHeader()
1700 dir[IAT].Size = iatSize; in writeHeader()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6942 const auto *IAT = cast<IncompleteArrayType>(Old); in wrap() local
6943 QualType New = wrap(C, IAT->getElementType(), I); in wrap()
6944 return C.getIncompleteArrayType(New, IAT->getSizeModifier(), in wrap()
6945 IAT->getIndexTypeCVRQualifiers()); in wrap()
8846 if (const auto *IAT = Context.getAsIncompleteArrayType(DestType)) { in completeExprArrayBound() local
8851 IAT->getElementType(), in completeExprArrayBound()
H A DSemaInit.cpp225 if (const IncompleteArrayType *IAT = dyn_cast<IncompleteArrayType>(AT)) { in CheckStringInit() local
231 IAT->getElementType(), ConstVal, nullptr, ArraySizeModifier::Normal, 0); in CheckStringInit()
H A DSemaOverload.cpp5319 if (const auto *IAT = dyn_cast<IncompleteArrayType>(AT)) in TryListConversion() local
5321 InitTy = IAT->getElementType(); in TryListConversion()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in19818 @Article{Clapson:1977:IAT,