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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-cppbuiltin.cc 111 builtin_define_with_int_value (name,
161 builtin_define_with_int_value ("__FLT_RADIX__", fmt->b);
166 builtin_define_with_int_value (name, fmt->p);
177 builtin_define_with_int_value (name, dig);
198 builtin_define_with_int_value (name, fmt->emax);
228 builtin_define_with_int_value (name, max_10_exp);
256 builtin_define_with_int_value ("__DECIMAL_DIG__", type_decimal_dig);
258 builtin_define_with_int_value (name, type_decimal_dig);
304 builtin_define_with_int_value (name,
312 builtin_define_with_int_value (name, MODE_HAS_NANS (TYPE_MODE (type)))
1794 builtin_define_with_int_value (const char *macro, HOST_WIDE_INT value) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-cppbuiltin.cc 111 builtin_define_with_int_value (name,
161 builtin_define_with_int_value ("__FLT_RADIX__", fmt->b);
166 builtin_define_with_int_value (name, fmt->p);
177 builtin_define_with_int_value (name, dig);
198 builtin_define_with_int_value (name, fmt->emax);
228 builtin_define_with_int_value (name, max_10_exp);
256 builtin_define_with_int_value ("__DECIMAL_DIG__", type_decimal_dig);
258 builtin_define_with_int_value (name, type_decimal_dig);
304 builtin_define_with_int_value (name,
312 builtin_define_with_int_value (name, MODE_HAS_NANS (TYPE_MODE (type)))
1726 builtin_define_with_int_value (const char *macro, HOST_WIDE_INT value) function
    [all...]

Completed in 31 milliseconds