Searched defs:FFF (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/FixIt/
H A Dtypo-using.cpp21 namespace N { void FFF() {} } // expected-note {{'FFF' declared here}} function in namespace:using_suggestion_val::N
22 using N::FFG; // expected-error {{no member named 'FFG' in namespace 'using_suggestion_val::N'; did you mean 'FFF'?}}
/external/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp35 template < class SSS, class = EEE < SSS > >class FFF { }; class
36 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { };
H A Ddebug-info-use-after-free.cpp122 template < class SSS, class = EEE < SSS > >class FFF { }; class
123 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { };
259 struct FFF;
264 FFF > >
/external/clang/test/SemaCXX/
H A Dusing-decl-1.cpp125 namespace N { void FFF() {} } function in namespace:using_suggestion_tyname_val::N
135 void FFF() {} function in namespace:using_suggestion_tyname_val_dropped_specifier
159 void FFF() {} // expected-note {{'N::FFF' declared here}} function in namespace:using_suggestion_val_dropped_nested_specifier::N
162 using N::M::FFF; // expected-error {{no member named 'FFF' in namespace 'using_suggestion_val_dropped_nested_specifier::N::M'; did you mean 'N::FFF'?}}
H A Dtypo-correction-pt2.cpp77 void FFF() {} // expected-note {{'::using_suggestion_val_dropped_specifier::FFF' declared here}} function in namespace:using_suggestion_val_dropped_specifier
79 using N::FFF; // expected-error {{no member named 'FFF' in namespace 'using_suggestion_val_dropped_specifier::N'; did you mean '::using_suggestion_val_dropped_specifier::FFF'?}}

Completed in 644 milliseconds