Home
last modified time | relevance | path

Searched refs:ADD (Results 1 – 4 of 4) sorted by relevance

/ndk/build/tools/
Ddev-defaults.sh235 if [ -z "$ADD" -a "$VERSION" = "$FIRST_GCC_VERSION" ]; then
238 if [ -z "$ADD" ]; then
/ndk/sources/host-tools/nawk-20071023/
Dmaketab.c59 { ADD, "arith", " + " },
Dawkgram.y57 %token <i> ADD MINUS MULT DIVIDE MOD
353 | term '+' term { $$ = op2(ADD, $1, $3); }
Drun.c1012 case ADD: in arith()