Searched defs:gg (Results 1 – 13 of 13) sorted by relevance
11 int gg = 0; variable
39 _Complex double gg = {1.0, 2.0, f}; variable
21 gg = ~0x1, // no-warning enumerator
67 interface gg interface83 interface gg interface91 interface gg interface
58 real(8), intent(out) :: gg(:) local
254 struct gg { struct260 struct gg g0 = {{}, 0}; in f16() argument
440 void gg() in gg() function
309 BeginMemberEndFunction gg{}; in testEndFunction() local
310 RBeginMemberEndFunction gg{}; in testREndFunction() local
83 [=]() { const G* gg = &g; return gg->a; }; test() local 84 [=]() { return [=]{ const G* gg = &g; return gg->a; }(); }; // expected-error {{no matching constructor for initialization of 'G'}} test() local 85 (void)^{ return [=]{ const G* gg = &g; return gg->a; }(); }; // expected-error 2 {{no matching constructor for initialization of 'const G'}} test() local
115 const GG& gg = GG(); in test_31() local
709 int gg = g; // Silence unneeded warning global() variable
1408 int gg(int c) { return g<4>(c); } gg() function