Home
last modified time | relevance | path

Searched refs:IsUnaligned (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h243 bool IsUnaligned, uint32_t NumEntries,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3823 bool &IsUnaligned) { in decomposeTypeForEH() argument
3833 IsUnaligned = false; in decomposeTypeForEH()
3838 IsUnaligned = PointeeType.getQualifiers().hasUnaligned(); in decomposeTypeForEH()
3861 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local
3863 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned); in getAddrOfCXXCatchHandlerType()
3872 if (IsUnaligned) in getAddrOfCXXCatchHandlerType()
4281 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local
4282 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned); in getThrowInfo()
4298 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned, in getThrowInfo()
4315 if (IsUnaligned) in getThrowInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp159 bool IsUnaligned, uint32_t NumEntries,
3560 bool IsUnaligned, in mangleCXXThrowInfo() argument
3570 if (IsUnaligned) in mangleCXXThrowInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2522 auto IsUnaligned = [&](OverloadCandidate &C) { return !IsAligned(C); }; in resolveAllocationOverload() local
2532 R.getNameLoc(), IsUnaligned); in resolveAllocationOverload()