OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gConstructorThrowTarget
(Results
1 - 6
of
6
) sorted by null
/external/libcxxabi/test/
test_vector2.pass.cpp
48
int
gConstructorThrowTarget
;
51
void throw_construct ( void *p ) { if ( gConstructorCounter ==
gConstructorThrowTarget
) throw 1; ++gConstructorCounter; }
66
gConstructorThrowTarget
= -1;
test_vector1.pass.cpp
47
int
gConstructorThrowTarget
;
50
void throw_construct ( void *p ) { if ( gConstructorCounter ==
gConstructorThrowTarget
) throw 1; ++gConstructorCounter; }
156
gConstructorThrowTarget
= 15;
182
gConstructorThrowTarget
= 15;
214
gConstructorThrowTarget
= -1;
242
gConstructorThrowTarget
= -1;
/ndk/sources/cxx-stl/gabi++/tests/
test_vector2.cpp
58
int
gConstructorThrowTarget
;
62
if ( gConstructorCounter ==
gConstructorThrowTarget
)
86
gConstructorThrowTarget
= -1;
test_vector1.cpp
56
int
gConstructorThrowTarget
;
60
if ( gConstructorCounter ==
gConstructorThrowTarget
)
175
gConstructorThrowTarget
= 15;
201
gConstructorThrowTarget
= 15;
232
gConstructorThrowTarget
= -1;
260
gConstructorThrowTarget
= -1;
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_vector2.pass.cpp
48
int
gConstructorThrowTarget
;
51
void throw_construct ( void *p ) { if ( gConstructorCounter ==
gConstructorThrowTarget
) throw 1; ++gConstructorCounter; }
66
gConstructorThrowTarget
= -1;
test_vector1.pass.cpp
47
int
gConstructorThrowTarget
;
50
void throw_construct ( void *p ) { if ( gConstructorCounter ==
gConstructorThrowTarget
) throw 1; ++gConstructorCounter; }
156
gConstructorThrowTarget
= 15;
182
gConstructorThrowTarget
= 15;
214
gConstructorThrowTarget
= -1;
242
gConstructorThrowTarget
= -1;
Completed in 651 milliseconds