Searched refs:IsUnaligned (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Mangle.h | 214 bool IsUnaligned, uint32_t NumEntries,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 3712 bool &IsUnaligned) { in decomposeTypeForEH() argument 3722 IsUnaligned = false; in decomposeTypeForEH() 3727 IsUnaligned = PointeeType.getQualifiers().hasUnaligned(); in decomposeTypeForEH() 3750 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local 3752 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned); in getAddrOfCXXCatchHandlerType() 3761 if (IsUnaligned) in getAddrOfCXXCatchHandlerType() 4178 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local 4179 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned); in getThrowInfo() 4195 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned, in getThrowInfo() 4212 if (IsUnaligned) in getThrowInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 156 bool IsUnaligned, uint32_t NumEntries, 3120 bool IsUnaligned, in mangleCXXThrowInfo() argument 3130 if (IsUnaligned) in mangleCXXThrowInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2317 auto IsUnaligned = [&](OverloadCandidate &C) { return !IsAligned(C); }; in resolveAllocationOverload() local 2326 IsUnaligned); in resolveAllocationOverload()
|