Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-avoid-bind.cpp163 auto FFF = boost::bind(UseF, f); in testCaptureByValue() local
213 auto FFF = boost::bind(add, y, boost::ref(x)); in testCaptureByReference() local
248 auto FFF = std::bind(G(), 1); in testFunctionObjects() local
/external/llvm-project/clang/test/SemaCXX/
Dusing-decl-1.cpp123 namespace N { void FFF() {} } in FFF() function
133 void FFF() {} in FFF() function
157 void FFF() {} // expected-note {{'N::FFF' declared here}} in FFF() function
Dtypo-correction.cpp365 void FFF() {} // expected-note {{'::using_suggestion_val_dropped_specifier::FFF' declared here}} in FFF() function
/external/clang/test/SemaCXX/
Dusing-decl-1.cpp123 namespace N { void FFF() {} } in FFF() function
133 void FFF() {} in FFF() function
157 void FFF() {} // expected-note {{'N::FFF' declared here}} in FFF() function
Dtypo-correction.cpp364 void FFF() {} // expected-note {{'::using_suggestion_val_dropped_specifier::FFF' declared here}} in FFF() function
/external/llvm-project/clang/test/FixIt/
Dtypo-using.cpp21 namespace N { void FFF() {} } // expected-note {{'FFF' declared here}} in FFF() function
/external/clang/test/FixIt/
Dtypo-using.cpp21 namespace N { void FFF() {} } // expected-note {{'FFF' declared here}} in FFF() function
/external/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp35 template < class SSS, class = EEE < SSS > >class FFF { }; class
Ddebug-info-use-after-free.cpp122 template < class SSS, class = EEE < SSS > >class FFF { }; class
/external/llvm-project/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp35 template < class SSS, class = EEE < SSS > >class FFF { }; class
Ddebug-info-use-after-free.cpp124 template < class SSS, class = EEE < SSS > >class FFF { }; class