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)
27 for (;NEXPR(i);) {}
41 do {} while (NEXPR(i));
  /ndk/sources/host-tools/nawk-20071023/
parse.c 137 x->ntype = NEXPR;
146 x->ntype = NEXPR;
155 x->ntype = NEXPR;
164 x->ntype = NEXPR;
awk.h 176 #define NEXPR 3
183 #define isexpr(n) ((n)->ntype == NEXPR)

Completed in 823 milliseconds