|
| void | ana::dump_tree (pretty_printer *pp, tree t) |
| |
| void | ana::dump_quoted_tree (pretty_printer *pp, tree t) |
| |
| void | ana::print_quoted_type (pretty_printer *pp, tree t) |
| |
| void | ana::print_expr_for_user (pretty_printer *pp, tree t) |
| |
| int | ana::readability_comparator (const void *p1, const void *p2) |
| |
| int | ana::tree_cmp (const void *p1, const void *p2) |
| |
| tree | ana::fixup_tree_for_diagnostic (tree) |
| |
| tree | ana::get_diagnostic_tree_for_gassign (const gassign *) |
| |
| bool | ana::int_size_in_bits (const_tree type, bit_size_t *out) |
| |
| tree | ana::get_field_at_bit_offset (tree record_type, bit_offset_t bit_offset) |
| |
| bool | ana::operator< (const region_offset &, const region_offset &) |
| |
| bool | ana::operator<= (const region_offset &, const region_offset &) |
| |
| bool | ana::operator> (const region_offset &, const region_offset &) |
| |
| bool | ana::operator>= (const region_offset &, const region_offset &) |
| |
| location_t | ana::get_stmt_location (const gimple *stmt, function *fun) |
| |
| bool | ana::compat_types_p (tree src_type, tree dst_type) |
| |
| void | ana::register_known_functions (known_function_manager &kfm, region_model_manager &rmm) |
| |
| void | ana::register_known_analyzer_functions (known_function_manager &kfm) |
| |
| void | ana::register_known_fd_functions (known_function_manager &kfm) |
| |
| void | ana::register_known_file_functions (known_function_manager &kfm) |
| |
| void | ana::register_known_functions_lang_cp (known_function_manager &kfm) |
| |
| void | ana::register_varargs_builtins (known_function_manager &kfm) |
| |
| tree | ana::get_stashed_constant_by_name (const char *name) |
| |
| void | ana::log_stashed_constants (logger *logger) |
| |
| FILE * | ana::get_or_create_any_logfile () |
| |
| std::unique_ptr< json::value > | ana::tree_to_json (tree node) |
| |
| std::unique_ptr< json::value > | ana::diagnostic_event_id_to_json (const diagnostic_event_id_t &) |
| |
| std::unique_ptr< json::value > | ana::bit_offset_to_json (const bit_offset_t &offset) |
| |
| std::unique_ptr< json::value > | ana::byte_offset_to_json (const byte_offset_t &offset) |
| |
| tristate | ana::compare_constants (tree lhs_const, enum tree_code op, tree rhs_const) |
| |
| tree | ana::get_string_cst_size (const_tree string_cst) |
| |
| tree | ana::get_ssa_default_def (const function &fun, tree var) |
| |
| const svalue * | ana::strip_types (const svalue *sval, region_model_manager &mgr) |
| |
| region_offset | ana::strip_types (const region_offset &offset, region_model_manager &mgr) |
| |
| tree | ana::remove_ssa_names (tree expr) |
| |
| bool | is_special_named_call_p (const gcall *call, const char *funcname, unsigned int num_args, bool look_in_std=false) |
| |
| bool | is_named_call_p (const_tree fndecl, const char *funcname) |
| |
| bool | is_named_call_p (const_tree fndecl, const char *funcname, const gcall *call, unsigned int num_args) |
| |
| bool | is_std_function_p (const_tree fndecl) |
| |
| bool | is_std_named_call_p (const_tree fndecl, const char *funcname) |
| |
| bool | is_std_named_call_p (const_tree fndecl, const char *funcname, const gcall *call, unsigned int num_args) |
| |
| bool | is_setjmp_call_p (const gcall *call) |
| |
| bool | is_longjmp_call_p (const gcall *call) |
| |
| bool | is_placement_new_p (const gcall *call) |
| |
| const char * | get_user_facing_name (const gcall *call) |
| |
| void | register_analyzer_pass () |
| |
| label_text | make_label_text (bool can_colorize, const char *fmt,...) |
| |
| label_text | make_label_text_n (bool can_colorize, unsigned HOST_WIDE_INT n, const char *singular_fmt, const char *plural_fmt,...) |
| |
| bool | fndecl_has_gimple_body_p (tree fndecl) |
| |
| void | sorry_no_analyzer () |
| |