Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3823 bool &IsUnaligned) { in decomposeTypeForEH()
3861 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local
4281 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp3557 bool IsUnaligned, in mangleCXXThrowInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp2505 auto IsUnaligned = [&](OverloadCandidate &C) { return !IsAligned(C); }; in resolveAllocationOverload() local