Home
last modified time | relevance | path

Searched defs:IsUnaligned (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h41 IsUnaligned, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DPPC.cpp540 bool IsUnaligned = (BuiltinID == PPC::BI__builtin_altivec_vinsw || in EmitPPCBuiltinExpr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3923 bool &IsUnaligned) { in decomposeTypeForEH()
3962 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local
4379 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3994 bool IsUnaligned, in mangleCXXThrowInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2794 auto IsUnaligned = [&](OverloadCandidate &C) { return !IsAligned(C); }; in resolveAllocationOverloadInterior() local