Home
last modified time | relevance | path

Searched defs:HHH (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp29 template < class T> struct HHH {}; struct
H A Ddebug-info-use-after-free.cpp118 template < class T> struct HHH {}; struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind.cpp173 auto HHH = std::bind(add, MemberStructWithData._member, 1); in testCaptureByValue() local
264 auto HHH = std::bind(H<T>(), 42); in testMemberFnOfClassTemplate() local
381 auto HHH = std::bind(&D::MemberFunctionWithReturn, _1, 1); in testMemberFunctions() local