| /netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
| H A D | test_read_format_cab.c | 171 enum comp_type { enum 177 verify(const char *refname, enum comp_type comp) in verify() 277 verify2(const char *refname, enum comp_type comp) in verify2() 343 verify3(const char *refname, enum comp_type comp) in verify3()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa-prop.c | 784 tree base, tree comp_type, gcall *call, in detect_type_change_from_memory_writes() argument 794 comp_type = TYPE_MAIN_VARIANT (comp_type); in detect_type_change_from_memory_writes() 800 || !comp_type in detect_type_change_from_memory_writes() 801 || TREE_CODE (comp_type) != RECORD_TYPE in detect_type_change_from_memory_writes() 802 || !TYPE_BINFO (TYPE_MAIN_VARIANT (comp_type)) in detect_type_change_from_memory_writes() 803 || !BINFO_VTABLE (TYPE_BINFO (TYPE_MAIN_VARIANT (comp_type)))) in detect_type_change_from_memory_writes() 833 tree comp_type, gcall *call, in detect_type_change() argument 844 return detect_type_change_from_memory_writes (fbi, arg, base, comp_type, in detect_type_change() 853 detect_type_change_ssa (ipa_func_body_info *fbi, tree arg, tree comp_type, in detect_type_change_ssa() argument 867 return detect_type_change_from_memory_writes (fbi, arg, arg, comp_type, in detect_type_change_ssa()
|
| H A D | fold-const.c | 5884 tree comp_type = TREE_TYPE (comp_op0); in fold_cond_expr_with_comparison() local 5902 comp_op0 = fold_convert_loc (loc, comp_type, comp_op0); in fold_cond_expr_with_comparison() 5903 comp_op1 = fold_convert_loc (loc, comp_type, comp_op1); in fold_cond_expr_with_comparison() 5905 ? fold_build2_loc (loc, MIN_EXPR, comp_type, comp_op0, comp_op1) in fold_cond_expr_with_comparison() 5906 : fold_build2_loc (loc, MIN_EXPR, comp_type, in fold_cond_expr_with_comparison() 5917 comp_op0 = fold_convert_loc (loc, comp_type, comp_op0); in fold_cond_expr_with_comparison() 5918 comp_op1 = fold_convert_loc (loc, comp_type, comp_op1); in fold_cond_expr_with_comparison() 5920 ? fold_build2_loc (loc, MAX_EXPR, comp_type, comp_op0, comp_op1) in fold_cond_expr_with_comparison() 5921 : fold_build2_loc (loc, MAX_EXPR, comp_type, in fold_cond_expr_with_comparison()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-prop.cc | 795 tree base, tree comp_type, gcall *call, in detect_type_change_from_memory_writes() argument 805 comp_type = TYPE_MAIN_VARIANT (comp_type); in detect_type_change_from_memory_writes() 811 || !comp_type in detect_type_change_from_memory_writes() 812 || TREE_CODE (comp_type) != RECORD_TYPE in detect_type_change_from_memory_writes() 813 || !TYPE_BINFO (TYPE_MAIN_VARIANT (comp_type)) in detect_type_change_from_memory_writes() 814 || !BINFO_VTABLE (TYPE_BINFO (TYPE_MAIN_VARIANT (comp_type)))) in detect_type_change_from_memory_writes() 851 tree comp_type, gcall *call, in detect_type_change() argument 862 return detect_type_change_from_memory_writes (fbi, arg, base, comp_type, in detect_type_change() 871 detect_type_change_ssa (ipa_func_body_info *fbi, tree arg, tree comp_type, in detect_type_change_ssa() argument 885 return detect_type_change_from_memory_writes (fbi, arg, arg, comp_type, in detect_type_change_ssa()
|
| H A D | omp-offload.cc | 1878 tree comp_type = TREE_TYPE (*tp); in oacc_rewrite_var_decl() local 1879 int comp_quals = TYPE_QUALS (comp_type); in oacc_rewrite_var_decl() 1884 = build_qualified_type (comp_type, comp_quals); in oacc_rewrite_var_decl()
|
| H A D | fold-const.cc | 5966 tree comp_type = TREE_TYPE (comp_op0); in fold_cond_expr_with_comparison() local 5984 comp_op0 = fold_convert_loc (loc, comp_type, comp_op0); in fold_cond_expr_with_comparison() 5985 comp_op1 = fold_convert_loc (loc, comp_type, comp_op1); in fold_cond_expr_with_comparison() 5987 ? fold_build2_loc (loc, MIN_EXPR, comp_type, comp_op0, comp_op1) in fold_cond_expr_with_comparison() 5988 : fold_build2_loc (loc, MIN_EXPR, comp_type, in fold_cond_expr_with_comparison() 5999 comp_op0 = fold_convert_loc (loc, comp_type, comp_op0); in fold_cond_expr_with_comparison() 6000 comp_op1 = fold_convert_loc (loc, comp_type, comp_op1); in fold_cond_expr_with_comparison() 6002 ? fold_build2_loc (loc, MAX_EXPR, comp_type, comp_op0, comp_op1) in fold_cond_expr_with_comparison() 6003 : fold_build2_loc (loc, MAX_EXPR, comp_type, in fold_cond_expr_with_comparison()
|
| H A D | ChangeLog-2011 | 5136 comp_type. Set up new fields in tci, build known type jump
|
| H A D | ChangeLog-2013 | 21020 (detect_type_change_ssa): Add comp_type parameter; update
|