Home
last modified time | relevance | path

Searched defs:arguable (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Daddress-packed.cpp32 Foo::Arguable arguable; in g0() local
46 Arguable &arguable(arguable1); in g0() local
53 Arguable *&arguable(arguable1); in g0() local
/external/llvm-project/clang/test/Sema/
Daddress-packed.c38 struct Arguable arguable; in g0() local
50 union UnionArguable arguable; in g0() local
59 ArguableT arguable; in g0() local
69 struct Arguable *arguable = get_arguable(); in g0() local
79 ArguableT *arguable = get_arguable(); in g0() local