OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FN_ADD
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Modules/Inputs/
macros_left.h
16
#define
FN_ADD
(a,b) (a+b)
macros_right.h
19
#define
FN_ADD
(x, y) (x+y)
/external/clang/test/Modules/
macros.c
126
int x =
FN_ADD
(1,2);
Completed in 869 milliseconds