Searched refs:IsUnaligned (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Mangle.h | 238 bool IsUnaligned, uint32_t NumEntries,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 3823 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 159 bool IsUnaligned, uint32_t NumEntries, 3557 bool IsUnaligned, in mangleCXXThrowInfo() argument 3567 if (IsUnaligned) in mangleCXXThrowInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2505 auto IsUnaligned = [&](OverloadCandidate &C) { return !IsAligned(C); }; in resolveAllocationOverload() local 2515 R.getNameLoc(), IsUnaligned); in resolveAllocationOverload()
|