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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
local.cc 15 int loc1; member in class:Local
28 l.loc1 = 23;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
local.cc 15 int loc1; member in class:Local
28 l.loc1 = 23;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/
inline-locals.c 60 int loc1 = 10; local
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opt/
inline-locals.c 60 int loc1 = 10; local
  /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))
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...]
  /src/external/gpl3/gcc/dist/gcc/
tree-diagnostic-path.cc 98 location_t loc1 = e1.get_location (); local
101 if (loc1 < RESERVED_LOCATION_COUNT
106 if (linemap_location_from_macro_expansion_p (line_table, loc1))
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
1031 loc_t1 = loc1;
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;
3300 loc1 = commutative + 1;
3302 loc1 = commutative;
3304 loc1 = i;
3314 recog_data.operand_loc[loc1],
3274 int loc1, loc2; local
tree-ssa-loop-im.cc 1784 const mem_ref_loc *loc1 = (const mem_ref_loc *)loc1_; local
1786 class loop *loop1 = gimple_bb (loc1->stmt)->loop_father;
dwarf2out.cc 7873 same_loc_p (dw_loc_descr_ref loc1, dw_loc_descr_ref loc2, int *mark)
7875 return loc1->dw_loc_opc == loc2->dw_loc_opc
7876 && same_dw_val_p (&loc1->dw_loc_oprnd1, &loc2->dw_loc_oprnd1, mark)
7877 && same_dw_val_p (&loc1->dw_loc_oprnd2, &loc2->dw_loc_oprnd2, mark);
7884 dw_loc_descr_ref loc1, loc2;
7927 for (loc1 = v1->v.val_loc, loc2 = v2->v.val_loc;
7928 loc1 && loc2;
7929 loc1 = loc1->dw_loc_next, loc2 = loc2->dw_loc_next)
7930 if (!same_loc_p (loc1, loc2, mark)
7874 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;
  /src/external/gpl3/gcc/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);
2014 location_t loc1 = c_parser_peek_token (parser)->location; local
2019 tree label = define_label (loc1, name);
c-parser.cc 7344 location_t loc1 = c_parser_peek_token (parser)->location;
7355 exp1 = convert_lvalue_to_rvalue (loc1,
7361 label = do_case (loc1, exp1, NULL_TREE, std_attrs);
7366 exp2 = convert_lvalue_to_rvalue (loc1,
7371 label = do_case (loc1, exp1, exp2, std_attrs);
7380 label = do_case (loc1, NULL_TREE, NULL_TREE, std_attrs);
7398 label = add_stmt (build_stmt (loc1, LABEL_EXPR, tlab));
9226 location_t loc1 = make_location (exp1.get_start (), exp1.src_range);
9241 exp1.value, exp1.original_type, loc1,
12983 location_t loc1 = c_parser_peek_token (parser)->location
7342 location_t loc1 = c_parser_peek_token (parser)->location; local
9224 location_t loc1 = make_location (exp1.get_start (), exp1.src_range); local
12980 location_t loc1 = c_parser_peek_token (parser)->location; local
    [all...]
  /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);
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/dist/gcc/analyzer/
diagnostic-manager.cc 1280 location_t loc1 = pk1->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 1104 location_t loc1 = pk1->get_location (); local
1107 if (int cmp = linemap_compare_locations (line_table, loc2, loc1))

Completed in 172 milliseconds