Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-avoid-bind.cpp156 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/
Dthunk-use-after-free.cpp34 template < class SSS > struct EEE:vector < HHH < SSS > > { }; struct
Ddebug-info-use-after-free.cpp121 template < class SSS > struct EEE:vector < HHH < SSS > > { }; struct
248 EEE { class
/external/llvm-project/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp34 template < class SSS > struct EEE:vector < HHH < SSS > > { }; struct
Ddebug-info-use-after-free.cpp123 template < class SSS > struct EEE:vector < HHH < SSS > > { }; struct
251 EEE { class
/external/clang/test/CXX/expr/expr.const/
Dp3-0x.cpp59 enum class EEE : unsigned short { enum
/external/llvm-project/clang/test/CXX/expr/expr.const/
Dp3-0x.cpp60 enum class EEE : unsigned short { enum