Searched refs:build_real_cst_from_string (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region-model.cc | 4500 build_real_cst_from_string (tree type, const char *str) in build_real_cst_from_string() function 4516 out->safe_push (build_real_cst_from_string (float_type_node, "QNaN")); in append_interesting_constants() 4517 out->safe_push (build_real_cst_from_string (float_type_node, "-QNaN")); in append_interesting_constants() 4518 out->safe_push (build_real_cst_from_string (float_type_node, "SNaN")); in append_interesting_constants() 4519 out->safe_push (build_real_cst_from_string (float_type_node, "-SNaN")); in append_interesting_constants() 4520 out->safe_push (build_real_cst_from_string (float_type_node, "0.0")); in append_interesting_constants() 4521 out->safe_push (build_real_cst_from_string (float_type_node, "-0.0")); in append_interesting_constants() 4522 out->safe_push (build_real_cst_from_string (float_type_node, "Inf")); in append_interesting_constants() 4523 out->safe_push (build_real_cst_from_string (float_type_node, "-Inf")); in append_interesting_constants()
|
H A D | ChangeLog | 6829 (ana::selftests::build_real_cst_from_string): New function.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | region-model.cc | 7430 build_real_cst_from_string (tree type, const char *str) in build_real_cst_from_string() function 7446 out->safe_push (build_real_cst_from_string (float_type_node, "QNaN")); in append_interesting_constants() 7447 out->safe_push (build_real_cst_from_string (float_type_node, "-QNaN")); in append_interesting_constants() 7448 out->safe_push (build_real_cst_from_string (float_type_node, "SNaN")); in append_interesting_constants() 7449 out->safe_push (build_real_cst_from_string (float_type_node, "-SNaN")); in append_interesting_constants() 7450 out->safe_push (build_real_cst_from_string (float_type_node, "0.0")); in append_interesting_constants() 7451 out->safe_push (build_real_cst_from_string (float_type_node, "-0.0")); in append_interesting_constants() 7452 out->safe_push (build_real_cst_from_string (float_type_node, "Inf")); in append_interesting_constants() 7453 out->safe_push (build_real_cst_from_string (float_type_node, "-Inf")); in append_interesting_constants()
|