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

  /bootable/recovery/edify/
parser.y 45 %token AND OR SUBSTR SUPERSTR EQ NE IF THEN ELSE ENDIF
87 | IF expr THEN expr ENDIF { $$ = Build(IfElseFn, @$, 2, $2, $4); }
88 | IF expr THEN expr ELSE expr ENDIF { $$ = Build(IfElseFn, @$, 3, $2, $4, $6); }
  /external/clang/include/clang/AST/
Stmt.h 839 /// IfStmt - This represents an if/then/else.
842 enum { VAR, COND, THEN, ELSE, END_EXPR };
850 Stmt *then, SourceLocation EL = SourceLocation(), Stmt *elsev = 0);
852 /// \brief Build an empty if/then/else statement
874 const Stmt *getThen() const { return SubExprs[THEN]; }
875 void setThen(Stmt *S) { SubExprs[THEN] = S; }
880 Stmt *getThen() { return SubExprs[THEN]; }
892 return SourceRange(IfLoc, SubExprs[THEN]->getLocEnd());
    [all...]
  /external/mksh/src/
syn.c 382 /* leave KEYWORD in syniocf (allow if (( 1 )) then ...) */
401 /* leave KEYWORD in syniocf (allow if [[ -n 1 ]] then ...) */
542 musthave(THEN, KEYWORD|ALIAS);
760 { "then", THEN, true },
sh.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp 675 Stmt *then, SourceLocation EL, Stmt *elsev)
680 SubExprs[THEN] = then;
  /external/bison/tests/
testsuite 7 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
19 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
38 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
46 if expr a : '\(a\)' >/dev/null 2>&1; then
52 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
81 if test "${PATH_SEPARATOR+set}" != set; then
85 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
115 if test "x$as_myself" = x; then
118 if test ! -f "$as_myself"; then
    [all...]

Completed in 100 milliseconds