HomeSort by relevance Sort by last modified time
    Searched defs:NonConst (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
PointerLikeTypeTraits.h 53 typedef PointerLikeTypeTraits<T*> NonConst;
57 return NonConst::getAsVoidPointer(const_cast<T*>(P));
60 return NonConst::getFromVoidPointer(const_cast<void*>(P));
62 enum { NumLowBitsAvailable = NonConst::NumLowBitsAvailable };
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
p2.cpp 40 struct NonConst {
41 NonConst(NonConst&) = default;
42 NonConst& operator=(NonConst&) = default;
55 NonConst nc;
61 NonConst nc; // makes implicit copy non-const
  /external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp 51 struct NonConst {
52 NonConst(NonConst&);
60 NonConst NC;
83 NonConst NC;

Completed in 52 milliseconds