HomeSort by relevance Sort by last modified time
    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 140 int x = FN_ADD(1,2);

Completed in 92 milliseconds