Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h40 IsUnaligned, enumerator
89 KIND(LVTypeKind, IsUnaligned);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h264 bool IsUnaligned, uint32_t NumEntries,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp105 {LVTypeKind::IsUnaligned, &LVType::getIsUnaligned},
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3918 bool &IsUnaligned) { in decomposeTypeForEH() argument
3928 IsUnaligned = false; in decomposeTypeForEH()
3933 IsUnaligned = PointeeType.getQualifiers().hasUnaligned(); in decomposeTypeForEH()
3956 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local
3958 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned); in getAddrOfCXXCatchHandlerType()
3967 if (IsUnaligned) in getAddrOfCXXCatchHandlerType()
4374 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local
4375 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned); in getThrowInfo()
4391 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned, in getThrowInfo()
4408 if (IsUnaligned) in getThrowInfo()
H A DCGBuiltin.cpp16869 bool IsUnaligned = (BuiltinID == PPC::BI__builtin_altivec_vinsw || in EmitPPCBuiltinExpr() local
16883 if (IsUnaligned) in EmitPPCBuiltinExpr()
16892 std::string RangeErrMsg = IsUnaligned ? "byte" : "element"; in EmitPPCBuiltinExpr()
16902 if (!IsUnaligned) { in EmitPPCBuiltinExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp176 bool IsUnaligned, uint32_t NumEntries,
3745 bool IsUnaligned, in mangleCXXThrowInfo() argument
3755 if (IsUnaligned) in mangleCXXThrowInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2622 auto IsUnaligned = [&](OverloadCandidate &C) { return !IsAligned(C); }; in resolveAllocationOverload() local
2632 R.getNameLoc(), IsUnaligned); in resolveAllocationOverload()