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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
infinite-loop.cc 404 location_t first_loc = UNKNOWN_LOCATION; local
448 first_loc,
461 if (first_loc == UNKNOWN_LOCATION)
465 first_loc = enode_loc;
524 if (first_loc == UNKNOWN_LOCATION)
529 first_loc = cfg_edge->goto_locus;
  /src/external/gpl3/gdb/dist/gdb/
breakpoint.h 687 bp_location &first_loc ()
694 const bp_location &first_loc () const
686 bp_location &first_loc () function in struct:breakpoint
693 const bp_location &first_loc () const function in struct:breakpoint
  /src/external/gpl3/gdb.old/dist/gdb/
breakpoint.h 684 bp_location &first_loc ()
691 const bp_location &first_loc () const
683 bp_location &first_loc () function in struct:breakpoint
690 const bp_location &first_loc () const function in struct:breakpoint
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 8776 location_t first_loc = UNKNOWN_LOCATION;
8803 if (first_loc == UNKNOWN_LOCATION)
8804 first_loc = OMP_CLAUSE_LOCATION (c);
9238 cond = build2_loc (first_loc, NE_EXPR, boolean_type_node, cnts[0],
9239 size_binop_loc (first_loc, PLUS_EXPR, counts[0],
9242 cond = build2_loc (first_loc, TRUTH_OR_EXPR, boolean_type_node, cond,
9243 build2_loc (first_loc, NE_EXPR, boolean_type_node,
9245 size_binop_loc (first_loc, PLUS_EXPR,
9256 prev = size_binop_loc (first_loc, PLUS_EXPR, counts[i], prev);
9257 cond = build2_loc (first_loc, TRUTH_OR_EXPR, boolean_type_node, cond
8773 location_t first_loc = UNKNOWN_LOCATION; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 8290 location_t first_loc = UNKNOWN_LOCATION;
8317 if (first_loc == UNKNOWN_LOCATION)
8318 first_loc = OMP_CLAUSE_LOCATION (c);
8684 cond = build2_loc (first_loc, NE_EXPR, boolean_type_node, cnts[0],
8685 size_binop_loc (first_loc, PLUS_EXPR, counts[0],
8688 cond = build2_loc (first_loc, TRUTH_OR_EXPR, boolean_type_node, cond,
8689 build2_loc (first_loc, NE_EXPR, boolean_type_node,
8691 size_binop_loc (first_loc, PLUS_EXPR,
8702 prev = size_binop_loc (first_loc, PLUS_EXPR, counts[i], prev);
8703 cond = build2_loc (first_loc, TRUTH_OR_EXPR, boolean_type_node, cond
8287 location_t first_loc = UNKNOWN_LOCATION; local
    [all...]

Completed in 44 milliseconds