Home
last modified time | relevance | path

Searched defs:osi (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-object-size.c161 addr_object_size (struct object_size_info *osi, const_tree ptr, in addr_object_size()
503 struct object_size_info osi; in compute_builtin_object_size() local
622 expr_object_size (struct object_size_info *osi, tree ptr, tree value) in expr_object_size()
660 call_object_size (struct object_size_info *osi, tree ptr, gimple call) in call_object_size()
690 unknown_object_size (struct object_size_info *osi, tree ptr) in unknown_object_size()
719 merge_object_sizes (struct object_size_info *osi, tree dest, tree orig, in merge_object_sizes()
767 plus_stmt_object_size (struct object_size_info *osi, tree var, gimple stmt) in plus_stmt_object_size()
839 cond_expr_object_size (struct object_size_info *osi, tree var, gimple stmt) in cond_expr_object_size()
888 collect_object_sizes_for (struct object_size_info *osi, tree var) in collect_object_sizes_for()
1034 check_for_plus_in_loops_1 (struct object_size_info *osi, tree var, in check_for_plus_in_loops_1()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-object-size.c174 addr_object_size (struct object_size_info *osi, const_tree ptr, in addr_object_size()
546 struct object_size_info osi; in compute_builtin_object_size() local
665 expr_object_size (struct object_size_info *osi, tree ptr, tree value) in expr_object_size()
703 call_object_size (struct object_size_info *osi, tree ptr, gcall *call) in call_object_size()
733 unknown_object_size (struct object_size_info *osi, tree ptr) in unknown_object_size()
762 merge_object_sizes (struct object_size_info *osi, tree dest, tree orig, in merge_object_sizes()
810 plus_stmt_object_size (struct object_size_info *osi, tree var, gimple *stmt) in plus_stmt_object_size()
882 cond_expr_object_size (struct object_size_info *osi, tree var, gimple *stmt) in cond_expr_object_size()
931 collect_object_sizes_for (struct object_size_info *osi, tree var) in collect_object_sizes_for()
1076 check_for_plus_in_loops_1 (struct object_size_info *osi, tree var, in check_for_plus_in_loops_1()
[all …]
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_ess.c249 CMS_SignerInfo *si, *osi = NULL; in cms_Receipt_verify() local