OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_ref
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/SemaCXX/
functional-cast.cpp
319
typedef int &
int_ref
;
typedef
320
(void)
int_ref
(); // expected-error {{reference to type 'int' requires an initializer}}
/external/stlport/test/unit/
type_traits_test.cpp
76
int &
int_ref
= int_val;
variable
390
CPPUNIT_ASSERT( is_pointer_type(
int_ref
) == 0 );
426
CPPUNIT_CHECK( are_both_pointer_type(
int_ref
,
int_ref
) == 0 );
set_test.cpp
243
int const&
int_ref
= *it++;
local
244
CPPUNIT_ASSERT(
int_ref
== 1 );
/ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp
76
int &
int_ref
= int_val;
variable
390
CPPUNIT_ASSERT( is_pointer_type(
int_ref
) == 0 );
426
CPPUNIT_CHECK( are_both_pointer_type(
int_ref
,
int_ref
) == 0 );
set_test.cpp
243
int const&
int_ref
= *it++;
local
244
CPPUNIT_ASSERT(
int_ref
== 1 );
/ndk/tests/device/test-stlport/unit/
type_traits_test.cpp
76
int &
int_ref
= int_val;
variable
390
CPPUNIT_ASSERT( is_pointer_type(
int_ref
) == 0 );
426
CPPUNIT_CHECK( are_both_pointer_type(
int_ref
,
int_ref
) == 0 );
set_test.cpp
243
int const&
int_ref
= *it++;
local
244
CPPUNIT_ASSERT(
int_ref
== 1 );
Completed in 205 milliseconds