Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h40 IsUnaligned, enumerator
89 KIND(LVTypeKind, IsUnaligned);
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DMangle.h262 bool IsUnaligned, uint32_t NumEntries,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp105 {LVTypeKind::IsUnaligned, &LVType::getIsUnaligned},
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3929 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 DCGBuiltin.cpp15925 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 DMicrosoftMangle.cpp174 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 DSemaExprCXX.cpp2581 auto IsUnaligned = [&](OverloadCandidate &C) { return !IsAligned(C); }; in resolveAllocationOverload() local
2591 R.getNameLoc(), IsUnaligned); in resolveAllocationOverload()