Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind.cpp165 auto FFF = boost::bind(UseF, f); in testCaptureByValue() local
215 auto FFF = boost::bind(add, y, boost::ref(x)); in testCaptureByReference() local
250 auto FFF = std::bind(G(), 1); in testFunctionObjects() local
372 auto FFF = std::bind(&D::MemberFunctionWithReturn, &dd, 1); in testMemberFunctions() local
/llvm-project/clang/test/FixIt/
H A Dtypo-using.cpp21 namespace N { void FFF() {} } // expected-note {{'FFF' declared here}} in FFF() function
/llvm-project/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp35 template < class SSS, class = EEE < SSS > >class FFF { }; class
H A Ddebug-info-use-after-free.cpp124 template < class SSS, class = EEE < SSS > >class FFF { }; class
/llvm-project/clang/test/SemaCXX/
H A 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
H A Dcxx23-invalid-constexpr.cpp128 constexpr bool FFF = (NonDefaultMembers() == NonDefaultMembers()); // expected-error{{must be initialized by a constant expression}} \ test() local
H A Dtypo-correction.cpp365 void FFF() {} // expected-note {{'::using_suggestion_val_dropped_specifier::FFF' declared here}} FFF() function