Home
last modified time | relevance | path

Searched refs:comp_type (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_format_cab.c171 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 Dipa-prop.c784 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 Dfold-const.c5884 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 Dipa-prop.cc795 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 Domp-offload.cc1878 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 Dfold-const.cc5966 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 DChangeLog-20115136 comp_type. Set up new fields in tci, build known type jump
H A DChangeLog-201321020 (detect_type_change_ssa): Add comp_type parameter; update