HomeSort by relevance Sort by last modified time
    Searched refs:NEXPR (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CoverageMapping/
macro-expressions.cpp 4 #define NEXPR(x) (!x)
65 for (;NEXPR(i);) {}
79 do {} while (NEXPR(i));
  /external/one-true-awk/
parse.c 137 x->ntype = NEXPR;
146 x->ntype = NEXPR;
155 x->ntype = NEXPR;
164 x->ntype = NEXPR;
awk.h 184 #define NEXPR 3
191 #define isexpr(n) ((n)->ntype == NEXPR)

Completed in 230 milliseconds