Home
last modified time | relevance | path

Searched defs:ag (Results 1 – 11 of 11) sorted by relevance

/llvm-project/lldb/test/API/lang/cpp/incomplete-types/members/
H A Dg.cpp6 } ag{47, 42}; in g() local
/llvm-project/clang/test/CodeGenCXX/
H A Dstatic-init-3.cpp28 X2< A > ag = X1< X2< A > >::get(); variable
H A Dms-local-vft-alias-comdat.cpp20 using ag = n<m>; typedef in s
H A Ddynamic-cast-hint.cpp34 volatile G *ag = dynamic_cast<G *>(a); in test() local
/llvm-project/clang/test/SemaCUDA/
H A Dfunction-overload.cu618 __host__ __device__ void ag(a<ae>) { in ag() function
633 __host__ __device__ void ag(a<ae>) { in ag() function
657 __host__ __device__ void ag(a<ae>, float) { in ag() function
662 __host__ __device__ void ag(a<ae>, double) { in ag() function
678 __host__ __device__ void ag(a<ae>, float) { in ag() function
684 __host__ __device__ void ag(a<ae>, double) { in ag() function
/llvm-project/clang/test/CodeGenCoroutines/
H A Dcoro-return-voidtype-initlist.cpp25 auto ah(ag) { return ag().ah(0); } in ah() argument
/llvm-project/clang/test/CodeGenCUDA/
H A Dhost-used-device-var.cu166 constexpr x(y ag) : ah(ag) {} in x()
/llvm-project/clang/test/SemaTemplate/
H A Ddeduction-guide.cpp258 AG ag = {1}; variable
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
H A Dp1.cpp16 Aggr ag = { b }; variable
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-builtins.cpp75 auto ag = &unary<wchar_t>; variable
/llvm-project/clang/test/SemaCXX/
H A Dcxx20-ctad-type-alias.cpp345 AG ag(1.0); variable