Searched refs:IsUnaligned (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 40 IsUnaligned, enumerator 89 KIND(LVTypeKind, IsUnaligned);
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Mangle.h | 262 bool IsUnaligned, uint32_t NumEntries,
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVType.cpp | 105 {LVTypeKind::IsUnaligned, &LVType::getIsUnaligned},
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 3929 bool &IsUnaligned) { in decomposeTypeForEH() argument 3939 IsUnaligned = false; in decomposeTypeForEH() 3944 IsUnaligned = PointeeType.getQualifiers().hasUnaligned(); in decomposeTypeForEH() 3967 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local 3969 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned); in getAddrOfCXXCatchHandlerType() 3978 if (IsUnaligned) in getAddrOfCXXCatchHandlerType() 4387 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local 4388 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned); in getThrowInfo() 4404 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned, in getThrowInfo() 4421 if (IsUnaligned) in getThrowInfo()
|
| H A D | CGBuiltin.cpp | 15925 bool IsUnaligned = (BuiltinID == PPC::BI__builtin_altivec_vinsw || in EmitPPCBuiltinExpr() local 15939 if (IsUnaligned) in EmitPPCBuiltinExpr() 15948 std::string RangeErrMsg = IsUnaligned ? "byte" : "element"; in EmitPPCBuiltinExpr() 15958 if (!IsUnaligned) { in EmitPPCBuiltinExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 174 bool IsUnaligned, uint32_t NumEntries, 3608 bool IsUnaligned, in mangleCXXThrowInfo() argument 3618 if (IsUnaligned) in mangleCXXThrowInfo()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2581 auto IsUnaligned = [&](OverloadCandidate &C) { return !IsAligned(C); }; in resolveAllocationOverload() local 2591 R.getNameLoc(), IsUnaligned); in resolveAllocationOverload()
|