Home
last modified time | relevance | path

Searched refs:float_const_decimal64 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDc-decl.c396 BOOL_BITFIELD float_const_decimal64 : 1; member
864 current_scope->float_const_decimal64 = true; in set_float_const_decimal64()
872 current_scope->float_const_decimal64 = false; in clear_float_const_decimal64()
880 return current_scope->float_const_decimal64; in float_const_decimal64_p()
917 current_scope->float_const_decimal64 in push_scope()
918 = current_scope->outer->float_const_decimal64; in push_scope()
920 current_scope->float_const_decimal64 = false; in push_scope()
935 scope->float_const_decimal64 = current_scope->float_const_decimal64; in push_scope()
937 scope->float_const_decimal64 = false; in push_scope()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-decl.c470 BOOL_BITFIELD float_const_decimal64 : 1; member
966 current_scope->float_const_decimal64 = true; in set_float_const_decimal64()
974 current_scope->float_const_decimal64 = false; in clear_float_const_decimal64()
982 return current_scope->float_const_decimal64; in float_const_decimal64_p()
1019 current_scope->float_const_decimal64 in push_scope()
1020 = current_scope->outer->float_const_decimal64; in push_scope()
1022 current_scope->float_const_decimal64 = false; in push_scope()
1037 scope->float_const_decimal64 = current_scope->float_const_decimal64; in push_scope()
1039 scope->float_const_decimal64 = false; in push_scope()