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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
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...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-manager.cc 217 region_model_manager::get_or_create_constant_svalue (tree cst_expr) function in class:ana::region_model_manager
239 return get_or_create_constant_svalue (tree_cst);
462 return get_or_create_constant_svalue (result);
471 = get_or_create_constant_svalue (TREE_OPERAND (result, 0));
614 return get_or_create_constant_svalue (result);
643 return get_or_create_constant_svalue (build_int_cst (type, 0));
653 return get_or_create_constant_svalue (build_int_cst (type, 0));
706 return get_or_create_constant_svalue (build_int_cst (type, 0));
810 = get_or_create_constant_svalue (cst);
1338 return get_or_create_constant_svalue (char_cst)
    [all...]

Completed in 25 milliseconds