| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/ |
| inline-locals.c | 63 int loc2 = 20; local
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opt/ |
| inline-locals.c | 63 int loc2 = 20; local
|
| /src/sbin/fsck_ffs/ |
| setup.c | 1152 int loc, loc2, res; local 1163 for (loc2 = loc + 1; loc2 < FSMAXSNAP; loc2++) { 1164 if (snapinum[loc2] == 0 || 1165 snapinum[loc2] == snapinum[loc]) 1168 if (loc2 >= FSMAXSNAP || snapinum[loc2] == 0) 1170 pwarn("SNAPSHOT INODE %u ALREADY ON LIST%s", snapinum[loc2], 1173 for (loc2 = loc + 1; loc2 < FSMAXSNAP; loc2++) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-diagnostic-path.cc | 96 location_t loc2 = e2.get_location (); local 99 || loc2 < RESERVED_LOCATION_COUNT) 105 if (linemap_location_from_macro_expansion_p (line_table, loc2))
|
| ipa-devirt.cc | 573 location_t loc1, location_t loc2) 625 false, NULL, visited, loc1, loc2)) 990 If LOC1 and LOC2 are meaningful locations, use it in the case the types 994 warn_types_mismatch (tree t1, tree t2, location_t loc1, location_t loc2) 1009 Do not consider the location passed to us in LOC1/LOC2 as those are 1030 loc_t2 = loc2; 1215 If LOC1 and LOC2 is not UNKNOWN_LOCATION it may be used to output a warning 1221 location_t loc1, location_t loc2) 1297 visited, loc1, loc2)) 1304 loc1, loc2); local 1318 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc1, loc2); local 1336 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc1, loc2); local 1378 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc1, loc2); local 1402 TREE_VALUE (parms2), loc1, loc2); local 1487 warn_types_mismatch (TREE_TYPE (f1), TREE_TYPE (f2), loc1, loc2); local [all...] |
| reload.cc | 3292 int loc1, loc2; 3311 loc2 = commutative + 1; 3313 loc2 = commutative; 3315 loc2 = m; 3320 recog_data.operand_loc[loc2], 3279 int loc1, loc2; local
|
| tree-ssa-loop-im.cc | 1737 const mem_ref_loc *loc2 = (const mem_ref_loc *)loc2_; local 1739 class loop *loop2 = gimple_bb (loc2->stmt)->loop_father;
|
| var-tracking.cc | 8742 rtx loc2; local 8750 loc2 = vt_expand_1pvar (var, vars); 8762 loc2 = var->var_part[i].cur_loc; 8763 if (loc2 && GET_CODE (loc2) == MEM 8764 && GET_CODE (XEXP (loc2, 0)) == VALUE) 8766 rtx depval = XEXP (loc2, 0); 8768 loc2 = vt_expand_loc (loc2, vars); 8770 if (loc2) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-diagnostic-path.cc | 99 location_t loc2 = e2.get_location (); local 102 || loc2 < RESERVED_LOCATION_COUNT) 108 if (linemap_location_from_macro_expansion_p (line_table, loc2))
|
| ipa-devirt.cc | 576 location_t loc1, location_t loc2) 628 false, NULL, visited, loc1, loc2)) 993 If LOC1 and LOC2 are meaningful locations, use it in the case the types 997 warn_types_mismatch (tree t1, tree t2, location_t loc1, location_t loc2) 1012 Do not consider the location passed to us in LOC1/LOC2 as those are 1033 loc_t2 = loc2; 1218 If LOC1 and LOC2 is not UNKNOWN_LOCATION it may be used to output a warning 1224 location_t loc1, location_t loc2) 1311 visited, loc1, loc2)) 1318 loc1, loc2); local 1332 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc1, loc2); local 1350 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc1, loc2); local 1392 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc1, loc2); local 1416 TREE_VALUE (parms2), loc1, loc2); local 1501 warn_types_mismatch (TREE_TYPE (f1), TREE_TYPE (f2), loc1, loc2); local [all...] |
| reload.cc | 3287 int loc1, loc2; 3306 loc2 = commutative + 1; 3308 loc2 = commutative; 3310 loc2 = m; 3315 recog_data.operand_loc[loc2], 3274 int loc1, loc2; local
|
| tree-ssa-loop-im.cc | 1785 const mem_ref_loc *loc2 = (const mem_ref_loc *)loc2_; local 1787 class loop *loop2 = gimple_bb (loc2->stmt)->loop_father;
|
| var-tracking.cc | 8725 rtx loc2; local 8733 loc2 = vt_expand_1pvar (var, vars); 8745 loc2 = var->var_part[i].cur_loc; 8746 if (loc2 && GET_CODE (loc2) == MEM 8747 && GET_CODE (XEXP (loc2, 0)) == VALUE) 8749 rtx depval = XEXP (loc2, 0); 8751 loc2 = vt_expand_loc (loc2, vars); 8753 if (loc2) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_surface.c | 1912 struct svga3dsurface_loc loc1, loc2; local 1919 svga3dsurface_get_loc(cache, &loc2, end - 1); 1920 svga3dsurface_inc_loc(cache, &loc2); 1922 if (loc1.sub_resource + 1 == loc2.sub_resource) { 1924 vmw_subres_dirty_add(dirty, &loc1, &loc2); 1932 svga3dsurface_min_loc(cache, loc2.sub_resource - 1, &loc_min); 1933 vmw_subres_dirty_add(dirty, &loc_min, &loc2); 1935 sub_res < loc2.sub_resource - 1; ++sub_res)
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| diagnostic-manager.cc | 1281 location_t loc2 = pk2->get_location (); local 1283 if (int cmp = linemap_compare_locations (line_table, loc2, loc1))
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| diagnostic-manager.cc | 1105 location_t loc2 = pk2->get_location (); local 1107 if (int cmp = linemap_compare_locations (line_table, loc2, loc1))
|
| /src/sbin/fsck_udf/ |
| main.c | 170 struct long_ad loc2; member in struct:udf_fsck_overlap 726 overlap->loc2.len = udf_rw32(piece_len); 727 overlap->loc2.loc.lb_num = udf_rw32(start_lb); 728 overlap->loc2.loc.part_num = udf_rw16(partnr);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| semantics.cc | 7102 location_t loc2 = DECL_SOURCE_LOCATION (var2); 7105 error_at (EXPR_LOC_OR_LOC (begin2, loc2), 7111 error_at (EXPR_LOC_OR_LOC (end2, loc2), 7117 error_at (EXPR_LOC_OR_LOC (step2, loc2), 7101 location_t loc2 = DECL_SOURCE_LOCATION (var2); local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| semantics.cc | 6679 location_t loc2 = DECL_SOURCE_LOCATION (var2); 6682 error_at (EXPR_LOC_OR_LOC (begin2, loc2), 6688 error_at (EXPR_LOC_OR_LOC (end2, loc2), 6694 error_at (EXPR_LOC_OR_LOC (step2, loc2), 6678 location_t loc2 = DECL_SOURCE_LOCATION (var2); local
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-typeck.cc | 14921 location_t loc2 = DECL_SOURCE_LOCATION (var2); 14925 error_at (loc2, 14932 error_at (EXPR_LOC_OR_LOC (begin2, loc2), 14938 error_at (EXPR_LOC_OR_LOC (end2, loc2), 14944 error_at (EXPR_LOC_OR_LOC (step2, loc2), 16814 c_build_va_arg (location_t loc1, tree expr, location_t loc2, tree type) 16828 error_at (loc2, "second argument to %<va_arg%> is of incomplete " 16834 error_at (loc2, "second argument to %<va_arg%> is a function type %qT", 16839 warning_at (loc2, OPT_Wc___compat, 16841 return build_va_arg (loc2, expr, type) 14880 location_t loc2 = DECL_SOURCE_LOCATION (var2); local [all...] |
| c-parser.cc | 7387 location_t loc2 = c_parser_peek_token (parser)->location; 7393 tlab = define_label (loc2, name); 7402 warning_at (loc2, OPT_Wattributes, "GNU-style attribute between" 9227 location_t loc2 = make_location (exp2.get_start (), exp2.src_range); 9242 exp2.value, exp2.original_type, loc2); 7385 location_t loc2 = c_parser_peek_token (parser)->location; local 9225 location_t loc2 = make_location (exp2.get_start (), exp2.src_range); local
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 5923 location_t loc2 = c_parser_peek_token (parser)->location; 5929 tlab = define_label (loc2, name); 5938 warning_at (loc2, OPT_Wattributes, "GNU-style attribute between" 7687 location_t loc2 = make_location (exp2.get_start (), exp2.src_range); 7702 exp2.value, exp2.original_type, loc2); 5921 location_t loc2 = c_parser_peek_token (parser)->location; local 7685 location_t loc2 = make_location (exp2.get_start (), exp2.src_range); local
|
| c-typeck.cc | 14079 location_t loc2 = DECL_SOURCE_LOCATION (var2); 14083 error_at (loc2, 14090 error_at (EXPR_LOC_OR_LOC (begin2, loc2), 14096 error_at (EXPR_LOC_OR_LOC (end2, loc2), 14102 error_at (EXPR_LOC_OR_LOC (step2, loc2), 15921 c_build_va_arg (location_t loc1, tree expr, location_t loc2, tree type) 15935 error_at (loc2, "second argument to %<va_arg%> is of incomplete " 15941 error_at (loc2, "second argument to %<va_arg%> is a function type %qT", 15946 warning_at (loc2, OPT_Wc___compat, 15948 return build_va_arg (loc2, expr, type) 14040 location_t loc2 = DECL_SOURCE_LOCATION (var2); local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| breakpoint.c | 133 const struct bp_location *loc2); 136 const struct bp_location *loc2, 7331 /* Assuming LOC1 and LOC2's owners are hardware watchpoints, returns 7332 true if LOC1 and LOC2 represent the same watchpoint location. */ 7336 const struct bp_location *loc2) 7339 watchpoint *w2 = gdb::checked_static_cast<watchpoint *> (loc2->owner); 7357 && target_can_accel_watchpoint_condition (loc2->address, 7358 loc2->length, 7359 loc2->watchpoint_type, 7369 return (loc1->owner->type == loc2->owner->typ 11532 bp_location *loc2 = bp_locations[loc2_i]; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| breakpoint.c | 131 const struct bp_location *loc2); 134 const struct bp_location *loc2, 7363 /* Assuming LOC1 and LOC2's owners are hardware watchpoints, returns 7364 true if LOC1 and LOC2 represent the same watchpoint location. */ 7368 const struct bp_location *loc2) 7371 watchpoint *w2 = gdb::checked_static_cast<watchpoint *> (loc2->owner); 7389 && target_can_accel_watchpoint_condition (loc2->address, 7390 loc2->length, 7391 loc2->watchpoint_type, 7401 return (loc1->owner->type == loc2->owner->typ 11573 bp_location *loc2 = bp_locations[loc2_i]; local [all...] |