| region-model-manager.cc | 225 region_model_manager::get_or_create_constant_svalue (tree type, tree cst_expr) function in class:ana::region_model_manager 243 region_model_manager::get_or_create_constant_svalue (tree cst_expr) function in class:ana::region_model_manager 245 return get_or_create_constant_svalue (TREE_TYPE (cst_expr), cst_expr); 261 return get_or_create_constant_svalue (type, tree_cst); 516 return get_or_create_constant_svalue (result); 525 = get_or_create_constant_svalue (TREE_OPERAND (result, 0)); 673 return get_or_create_constant_svalue (result); 678 return get_or_create_constant_svalue (NULL_TREE, result); 779 return get_or_create_constant_svalue (build_int_cst (type, 0)); 970 = get_or_create_constant_svalue (cst) [all...] |