Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h40 IsUnaligned, enumerator
89 KIND(LVTypeKind, IsUnaligned);
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h263 bool IsUnaligned, uint32_t NumEntries,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp105 {LVTypeKind::IsUnaligned, &LVType::getIsUnaligned},
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3931 bool &IsUnaligned) { in decomposeTypeForEH() argument
3941 IsUnaligned = false; in decomposeTypeForEH()
3946 IsUnaligned = PointeeType.getQualifiers().hasUnaligned(); in decomposeTypeForEH()
3969 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local
3971 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned); in getAddrOfCXXCatchHandlerType()
3980 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.cpp17297 bool IsUnaligned = (BuiltinID == PPC::BI__builtin_altivec_vinsw || in EmitPPCBuiltinExpr() local
17311 if (IsUnaligned) in EmitPPCBuiltinExpr()
17320 std::string RangeErrMsg = IsUnaligned ? "byte" : "element"; in EmitPPCBuiltinExpr()
17330 if (!IsUnaligned) { in EmitPPCBuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp178 bool IsUnaligned, uint32_t NumEntries,
3902 bool IsUnaligned, in mangleCXXThrowInfo() argument
3912 if (IsUnaligned) in mangleCXXThrowInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2651 auto IsUnaligned = [&](OverloadCandidate &C) { return !IsAligned(C); }; in resolveAllocationOverload() local
2661 R.getNameLoc(), IsUnaligned); in resolveAllocationOverload()