HomeSort by relevance Sort by last modified time
    Searched refs:nc2 (Results 1 - 7 of 7) sorted by null

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p9.cpp 25 constexpr C nc2 = C(); // expected-error {{cannot have non-literal type 'const C'}} variable
  /external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp 21 non_copiable nc2 = nc; // expected-error {{deleted constructor}} local
  /external/clang/test/CXX/special/class.ctor/
p6-0x.cpp 13 constexpr NonConstexpr2 nc2 = NonConstexpr2(); // ok, does not call constructor variable
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
templates.cpp 111 T nc2(nc);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb.py 267 nc2 = len(self.f._cursor_refs)
276 self.assertEqual(nc1, nc2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb.py 267 nc2 = len(self.f._cursor_refs)
276 self.assertEqual(nc1, nc2)
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 80 NonCopyable &&nc2 = xvalue<NonCopyable>(); local

Completed in 444 milliseconds