Home
last modified time | relevance | path

Searched defs:EEE (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Davoid-unconditional-preprocessor-if.cpp82 #define EEE 18 macro
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind.cpp158 auto EEE = std::bind(add, Param, Param); in testCaptureByValue() local
211 auto EEE = boost::bind(add, boost::ref(x), y); in testCaptureByReference() local
246 auto EEE = std::bind(*D::create(), 1, 2); in testFunctionObjects() local
294 auto EEE = std::bind(add, placeholders::_2, 1); in testPlaceholders() local
317 auto EEE = std::bind(&add, 1, 1); in testGlobalFunctions() local
368 auto EEE = std::bind(&D::MemberFunctionWithReturn, d, 1); in testMemberFunctions() local
/llvm-project/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp34 template < class SSS > struct EEE:vector < HHH < SSS > > { }; struct
H A Ddebug-info-use-after-free.cpp123 template < class SSS > struct EEE:vector < HHH < SSS > > { }; struct
251 EEE { class
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp61 enum class EEE : unsigned short { enum