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.h40 IsUnaligned, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3931 bool &IsUnaligned) { in decomposeTypeForEH()
3969 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local
4387 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local
H A DCGBuiltin.cpp17297 bool IsUnaligned = (BuiltinID == PPC::BI__builtin_altivec_vinsw || in EmitPPCBuiltinExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3902 bool IsUnaligned, in mangleCXXThrowInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2651 auto IsUnaligned = [&](OverloadCandidate &C) { return !IsAligned(C); }; in resolveAllocationOverload() local