OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:if2
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Sema/
warn-bad-function-cast.c
6
char
if2
(void);
26
(long)
if2
();
37
(double)
if2
(); /* expected-warning {{cast from function call of type 'char' to non-matching type 'double'}} */
/art/test/044-proxy/src/
WrappedThrow.java
43
InterfaceW2
if2
= (InterfaceW2) proxy;
local
63
if2
.throwFunky2();
93
if2
.throwSub();
102
if2
.throwSubSub();
/dalvik/tests/044-proxy/src/
WrappedThrow.java
43
InterfaceW2
if2
= (InterfaceW2) proxy;
local
63
if2
.throwFunky2();
93
if2
.throwSub();
102
if2
.throwSubSub();
Completed in 287 milliseconds