Searched refs:NoCopy (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CXX/dcl.decl/dcl.init/
H A Dp14-0x.cpp10 struct NoCopy { struct
11 NoCopy();
12 NoCopy(const NoCopy &) = delete; // expected-note {{here}}
34 NoCopy nc = NoCopy(); // expected-error {{call to deleted}}
/external/astl/tests/
H A Dcommon.h55 struct NoCopy { struct in namespace:__anon313
57 NoCopy(const NoCopy& nc) {} function in struct:__anon313::NoCopy
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
H A Dp1.cpp163 struct NoCopy { struct
164 NoCopy();
165 NoCopy(const NoCopy &) = delete;
169 for (int n : NoCopy()) { // ok
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1338 // If the first selector ends with NoCopy, assume that the ownership is
1342 if (FirstSlot.endswith("NoCopy"))
1384 if (FName.endswith("NoCopy")) {

Completed in 176 milliseconds