Searched defs:Af (Results 1 – 6 of 6) sorted by relevance
4 struct Af { in f() struct5 int x, y; in f()
47 void *Af = __builtin_function_start(&A::f); in h() local
32 F Af; member in A
8 _Atomic float Af; variable
34 static float Af[N]; variable
47 void ::A::Af() {} // expected-error {{cannot define or redeclare 'Af' here because namespace 'B' does not enclose namespace 'A'}} Af() function in B::A