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

  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 12606 bool int_const, int_const_or_overflow, int_operands;
12689 int_const_or_overflow = (TREE_CODE (orig_op0) == INTEGER_CST
12691 int_const = (int_const_or_overflow
12696 int_const = int_const_or_overflow = false;
12998 int_const_or_overflow = (int_operands
13002 int_const = (int_const_or_overflow
13009 int_const_or_overflow = (int_operands
13013 int_const = (int_const_or_overflow
13783 if (int_const_or_overflow)
12567 bool int_const, int_const_or_overflow, int_operands; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 11764 bool int_const, int_const_or_overflow, int_operands;
11847 int_const_or_overflow = (TREE_CODE (orig_op0) == INTEGER_CST
11849 int_const = (int_const_or_overflow
11854 int_const = int_const_or_overflow = false;
12152 int_const_or_overflow = (int_operands
12156 int_const = (int_const_or_overflow
12163 int_const_or_overflow = (int_operands
12167 int_const = (int_const_or_overflow
12906 if (int_const_or_overflow)
11727 bool int_const, int_const_or_overflow, int_operands; local

Completed in 47 milliseconds