Searched defs:EEE (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | avoid-unconditional-preprocessor-if.cpp | 82 #define EEE 18 macro
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | avoid-bind.cpp | 158 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 D | thunk-use-after-free.cpp | 34 template < class SSS > struct EEE:vector < HHH < SSS > > { }; struct
|
H A D | debug-info-use-after-free.cpp | 123 template < class SSS > struct EEE:vector < HHH < SSS > > { }; struct 251 EEE { class
|
/llvm-project/clang/test/CXX/expr/expr.const/ |
H A D | p3-0x.cpp | 61 enum class EEE : unsigned short { enum
|