Home
last modified time | relevance | path

Searched defs:Alignof (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dsizes.go17 Alignof(T Type) int64 methodSpec
53 func (s *StdSizes) Alignof(T Type) (result int64) { func
Dgcsizes.go15 func (s *gcSizes) Alignof(T Type) (result int64) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dsizes.go14 Alignof(T Type) int64 methodSpec
50 func (s *StdSizes) Alignof(T Type) (result int64) { func
Dgcsizes.go12 func (s *gcSizes) Alignof(T Type) (result int64) { func
/aosp_15_r20/external/libchrome/mojo/public/c/system/tests/
H A Dmacros_unittest.cc32 TEST(MacrosTest, Alignof) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/unsafe/
Dunsafe.go219 func Alignof(x ArbitraryType) uintptr func
/aosp_15_r20/external/clang/include/clang/AST/
H A DPrettyPrinter.h167 unsigned Alignof : 1; member