OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIVXY
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Analysis/
test-include.h
2
#define
DIVXY
(X,Y) X/Y
test-include.c
12
int res =
DIVXY
(1,0); // expected-warning{{Division by zero}}
Completed in 56 milliseconds