OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int_ref
(Results
1 - 10
of
10
) sorted by null
/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 );
/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/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp
[
all
...]
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
[
all
...]
/external/clang/docs/
LibASTMatchersReference.html
[
all
...]
Completed in 452 milliseconds