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

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p9.cpp 28 constexpr int nc4(i); // expected-error {{constexpr variable 'nc4' must be initialized by a constant expression}} expected-note {{read of non-const variable 'i' is not allowed in a constant expression}}
  /external/clang/test/CXX/special/class.ctor/
p6-0x.cpp 41 constexpr NonConstexpr4 nc4 = NonConstexpr4(); // expected-error {{constant expression}} expected-note {{non-constexpr constructor 'NonConstexpr4'}} variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bsddb.py 274 nc4 = len(self.f._cursor_refs)
277 self.assertEqual(nc1, nc4)
  /external/python/cpython2/Lib/test/
test_bsddb.py 270 nc4 = len(self.f._cursor_refs)
273 self.assertEqual(nc1, nc4)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bsddb.py 274 nc4 = len(self.f._cursor_refs)
277 self.assertEqual(nc1, nc4)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bsddb.py 274 nc4 = len(self.f._cursor_refs)
277 self.assertEqual(nc1, nc4)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb.py 274 nc4 = len(self.f._cursor_refs)
277 self.assertEqual(nc1, nc4)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb.py 274 nc4 = len(self.f._cursor_refs)
277 self.assertEqual(nc1, nc4)
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 82 const NonCopyable &nc4 = prvalue<NonCopyable>(); local

Completed in 2138 milliseconds