Searched defs:EEE (Results 1 – 7 of 7) sorted by relevance
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | modernize-avoid-bind.cpp | 156 auto EEE = std::bind(add, Param, Param); in testCaptureByValue() local 209 auto EEE = boost::bind(add, boost::ref(x), y); in testCaptureByReference() local 244 auto EEE = std::bind(*D::create(), 1, 2); in testFunctionObjects() local 292 auto EEE = std::bind(add, placeholders::_2, 1); in testPlaceholders() local 315 auto EEE = std::bind(&add, 1, 1); in testGlobalFunctions() local
|
| /external/clang/test/CodeGenCXX/ |
| D | thunk-use-after-free.cpp | 34 template < class SSS > struct EEE:vector < HHH < SSS > > { }; struct
|
| D | debug-info-use-after-free.cpp | 121 template < class SSS > struct EEE:vector < HHH < SSS > > { }; struct 248 EEE { class
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | thunk-use-after-free.cpp | 34 template < class SSS > struct EEE:vector < HHH < SSS > > { }; struct
|
| D | debug-info-use-after-free.cpp | 123 template < class SSS > struct EEE:vector < HHH < SSS > > { }; struct 251 EEE { class
|
| /external/clang/test/CXX/expr/expr.const/ |
| D | p3-0x.cpp | 59 enum class EEE : unsigned short { enum
|
| /external/llvm-project/clang/test/CXX/expr/expr.const/ |
| D | p3-0x.cpp | 60 enum class EEE : unsigned short { enum
|