Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h1863 unsigned getTargetDefaultAlignForAttributeAligned(void) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h2439 unsigned getTargetDefaultAlignForAttributeAligned() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h2413 unsigned getTargetDefaultAlignForAttributeAligned() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h2413 unsigned getTargetDefaultAlignForAttributeAligned() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h2405 unsigned getTargetDefaultAlignForAttributeAligned() const;
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp1921 unsigned ASTContext::getTargetDefaultAlignForAttributeAligned() const { in getTargetDefaultAlignForAttributeAligned() function in ASTContext
/aosp_15_r20/out/soong/.intermediates/external/clang/clang-gen-attributes/gen/clang/AST/
DAttrImpl.inc415 …ConstInt(Ctx).getZExtValue() * Ctx.getCharWidth() : Ctx.getTargetDefaultAlignForAttributeAligned();