HomeSort by: relevance | last modified time | path
    Searched defs:arith_const_expr (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 8367 bool arith_const_expr = false;
8384 arith_const_expr = true;
8389 arith_const_expr, true,
8627 and ARITH_CONST_EXPR say whether it is an integer constant
8633 bool int_const_expr, bool arith_const_expr)
8658 if (!arith_const_expr)
8723 and ARITH_CONST_EXPR is true if INIT is, or might be, an arithmetic
8741 bool arith_const_expr, bool strict_string,
8768 arith_const_expr = false;
8772 arith_const_expr = false
8342 bool arith_const_expr = false; local
10562 bool npc, int_const_expr, arith_const_expr; local
    [all...]

Completed in 25 milliseconds