HomeSort by relevance Sort by last modified time
    Searched full:nexpr (Results 1 - 9 of 9) sorted by null

  /external/dropbear/libtommath/tombc/
grammar.txt 25 expr := -nexpr | nexpr
26 nexpr := integer | identifier | ( numexpression ) | identifier[numexpression]
  /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)
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/linux-tools-perf/util/
probe-finder.c 421 size_t nexpr; local
429 ret = dwarf_getlocation(&attr, &expr, &nexpr);
430 if (ret < 0 || nexpr == 0)
433 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) {
435 expr[0].atom, nexpr);
    [all...]
  /external/libsepol/src/
write.c 867 uint32_t buf[3], nexpr; local
871 nexpr = 0;
873 nexpr++;
876 buf[1] = cpu_to_le32(nexpr);
    [all...]
policydb.c 1910 size_t nexpr; local
    [all...]
  /external/mksh/src/
funcs.c     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 474 milliseconds