Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/Layout/
H A Dms-x86-lazy-empty-nonvirtual-base.cpp239 struct AA2 : B10, B1, virtual B0 { struct
241 AA2() : a(0x00000AA2) { printf("AA2 = %p\n", this); } in AA2() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/chacha20poly1305/
Dchacha20poly1305_amd64.s66 #define AA2 Y6 macro
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1094 const AvailabilityAttr *AA2 = dyn_cast<AvailabilityAttr>(At2); in AvailabilityAttrsMatch() local