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

  /src/external/gpl3/gcc/dist/gcc/c/
c-tree.h 243 bool expr_const_operands; member in struct:c_typespec
391 BOOL_BITFIELD expr_const_operands : 1; member in struct:c_declspecs
c-typeck.cc 3401 bool expr_const_operands = true;
3414 &expr_const_operands);
3426 C_MAYBE_CONST_EXPR_NON_CONST (ret.value) = !expr_const_operands;
3389 bool expr_const_operands = true; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-tree.h 214 bool expr_const_operands; member in struct:c_typespec
352 BOOL_BITFIELD expr_const_operands : 1; member in struct:c_declspecs
c-typeck.cc 2991 bool expr_const_operands = true;
3004 &expr_const_operands);
3015 C_MAYBE_CONST_EXPR_NON_CONST (ret.value) = !expr_const_operands;
2981 bool expr_const_operands = true; local

Completed in 58 milliseconds