HomeSort by: relevance | last modified time | path
    Searched defs:loc1 (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-diagnostic-path.cc 95 location_t loc1 = e1.get_location (); local
98 if (loc1 < RESERVED_LOCATION_COUNT
103 if (linemap_location_from_macro_expansion_p (line_table, loc1))
tree-diagnostic-path.cc 95 location_t loc1 = e1.get_location (); local
98 if (loc1 < RESERVED_LOCATION_COUNT
103 if (linemap_location_from_macro_expansion_p (line_table, loc1))
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
1028 loc_t1 = loc1;
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;
3305 loc1 = commutative + 1;
3307 loc1 = commutative;
3309 loc1 = i;
3319 recog_data.operand_loc[loc1],
3279 int loc1, loc2; local
tree-ssa-loop-im.cc 1736 const mem_ref_loc *loc1 = (const mem_ref_loc *)loc1_; local
1738 class loop *loop1 = gimple_bb (loc1->stmt)->loop_father;
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
1028 loc_t1 = loc1;
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;
3305 loc1 = commutative + 1;
3307 loc1 = commutative;
3309 loc1 = i;
3319 recog_data.operand_loc[loc1],
3279 int loc1, loc2; local
tree-ssa-loop-im.cc 1736 const mem_ref_loc *loc1 = (const mem_ref_loc *)loc1_; local
1738 class loop *loop1 = gimple_bb (loc1->stmt)->loop_father;
dwarf2out.cc 7840 same_loc_p (dw_loc_descr_ref loc1, dw_loc_descr_ref loc2, int *mark)
7842 return loc1->dw_loc_opc == loc2->dw_loc_opc
7843 && same_dw_val_p (&loc1->dw_loc_oprnd1, &loc2->dw_loc_oprnd1, mark)
7844 && same_dw_val_p (&loc1->dw_loc_oprnd2, &loc2->dw_loc_oprnd2, mark);
7851 dw_loc_descr_ref loc1, loc2;
7894 for (loc1 = v1->v.val_loc, loc2 = v2->v.val_loc;
7895 loc1 && loc2;
7896 loc1 = loc1->dw_loc_next, loc2 = loc2->dw_loc_next)
7897 if (!same_loc_p (loc1, loc2, mark)
7841 dw_loc_descr_ref loc1, loc2; local
    [all...]
dwarf2out.cc 7840 same_loc_p (dw_loc_descr_ref loc1, dw_loc_descr_ref loc2, int *mark)
7842 return loc1->dw_loc_opc == loc2->dw_loc_opc
7843 && same_dw_val_p (&loc1->dw_loc_oprnd1, &loc2->dw_loc_oprnd1, mark)
7844 && same_dw_val_p (&loc1->dw_loc_oprnd2, &loc2->dw_loc_oprnd2, mark);
7851 dw_loc_descr_ref loc1, loc2;
7894 for (loc1 = v1->v.val_loc, loc2 = v2->v.val_loc;
7895 loc1 && loc2;
7896 loc1 = loc1->dw_loc_next, loc2 = loc2->dw_loc_next)
7897 if (!same_loc_p (loc1, loc2, mark)
7841 dw_loc_descr_ref loc1, loc2; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_surface.c 1912 struct svga3dsurface_loc loc1, loc2; local
1918 svga3dsurface_get_loc(cache, &loc1, start);
1922 if (loc1.sub_resource + 1 == loc2.sub_resource) {
1924 vmw_subres_dirty_add(dirty, &loc1, &loc2);
1930 svga3dsurface_max_loc(cache, loc1.sub_resource, &loc_max);
1931 vmw_subres_dirty_add(dirty, &loc1, &loc_max);
1934 for (sub_res = loc1.sub_resource + 1;
vmwgfx_surface.c 1912 struct svga3dsurface_loc loc1, loc2; local
1918 svga3dsurface_get_loc(cache, &loc1, start);
1922 if (loc1.sub_resource + 1 == loc2.sub_resource) {
1924 vmw_subres_dirty_add(dirty, &loc1, &loc2);
1930 svga3dsurface_max_loc(cache, loc1.sub_resource, &loc_max);
1931 vmw_subres_dirty_add(dirty, &loc1, &loc_max);
1934 for (sub_res = loc1.sub_resource + 1;
  /src/external/gpl3/gcc.old/dist/gcc/c/
gimple-parser.cc 221 location_t loc1 = c_parser_peek_token (parser)->location; local
262 stmt = c_build_bind_expr (loc1, block, stmt);
1909 location_t loc1 = c_parser_peek_token (parser)->location; local
1914 tree label = define_label (loc1, name);
gimple-parser.cc 221 location_t loc1 = c_parser_peek_token (parser)->location; local
262 stmt = c_build_bind_expr (loc1, block, stmt);
1909 location_t loc1 = c_parser_peek_token (parser)->location; local
1914 tree label = define_label (loc1, name);
c-parser.cc 5885 location_t loc1 = c_parser_peek_token (parser)->location;
5900 label = do_case (loc1, exp1, NULL_TREE);
5907 label = do_case (loc1, exp1, exp2);
5916 label = do_case (loc1, NULL_TREE, NULL_TREE);
5934 label = add_stmt (build_stmt (loc1, LABEL_EXPR, tlab));
7686 location_t loc1 = make_location (exp1.get_start (), exp1.src_range);
7701 exp1.value, exp1.original_type, loc1,
10908 location_t loc1 = c_parser_peek_token (parser)->location;
10968 objc_start_class_interface (id1, loc1, superclass, proto, attributes);
5883 location_t loc1 = c_parser_peek_token (parser)->location; local
7684 location_t loc1 = make_location (exp1.get_start (), exp1.src_range); local
10905 location_t loc1 = c_parser_peek_token (parser)->location; local
c-parser.cc 5885 location_t loc1 = c_parser_peek_token (parser)->location;
5900 label = do_case (loc1, exp1, NULL_TREE);
5907 label = do_case (loc1, exp1, exp2);
5916 label = do_case (loc1, NULL_TREE, NULL_TREE);
5934 label = add_stmt (build_stmt (loc1, LABEL_EXPR, tlab));
7686 location_t loc1 = make_location (exp1.get_start (), exp1.src_range);
7701 exp1.value, exp1.original_type, loc1,
10908 location_t loc1 = c_parser_peek_token (parser)->location;
10968 objc_start_class_interface (id1, loc1, superclass, proto, attributes);
5883 location_t loc1 = c_parser_peek_token (parser)->location; local
7684 location_t loc1 = make_location (exp1.get_start (), exp1.src_range); local
10905 location_t loc1 = c_parser_peek_token (parser)->location; local
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
diagnostic-manager.cc 1104 location_t loc1 = pk1->get_location (); local
1107 if (int cmp = linemap_compare_locations (line_table, loc2, loc1))
diagnostic-manager.cc 1104 location_t loc1 = pk1->get_location (); local
1107 if (int cmp = linemap_compare_locations (line_table, loc2, loc1))

Completed in 121 milliseconds