OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nc4
(Results
1 - 7
of
7
) 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
/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 355 milliseconds