HomeSort by: relevance | last modified time | path
    Searched refs:DECL_DEBUG_EXPR (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
tree-diagnostic.cc 271 t = DECL_DEBUG_EXPR (t);
tree-streamer-out.cc 652 stream_write_tree_ref (ob, DECL_DEBUG_EXPR (expr));
lto-streamer-out.cc 1021 DFS_follow_tree_edge (DECL_DEBUG_EXPR (expr));
1442 visit (DECL_DEBUG_EXPR (t));
var-tracking.cc 1847 tree debugdecl = DECL_DEBUG_EXPR (decl);
5226 realdecl = DECL_DEBUG_EXPR (realdecl);
tree-inline.cc 4691 tree tem = DECL_DEBUG_EXPR (var);
tree.h 3104 #define DECL_DEBUG_EXPR(NODE) \
tree-cfg.cc 5343 tree x = DECL_DEBUG_EXPR (t);
dwarf2out.cc 6413 tree realdecl = DECL_DEBUG_EXPR (decl);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer.cc 183 return DECL_DEBUG_EXPR (var);
engine.cc 647 return readability (DECL_DEBUG_EXPR (var)) - 1;
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-objc-common.cc 283 t = DECL_DEBUG_EXPR (t);
  /src/external/gpl3/gcc/dist/gcc/
tree-diagnostic.cc 275 t = DECL_DEBUG_EXPR (t);
tree-streamer-out.cc 651 stream_write_tree_ref (ob, DECL_DEBUG_EXPR (expr));
lto-streamer-out.cc 1028 DFS_follow_tree_edge (DECL_DEBUG_EXPR (expr));
1448 visit (DECL_DEBUG_EXPR (t));
var-tracking.cc 1838 tree debugdecl = DECL_DEBUG_EXPR (decl);
5211 realdecl = DECL_DEBUG_EXPR (realdecl);
tree-inline.cc 4722 tree tem = DECL_DEBUG_EXPR (var);
tree-cfg.cc 5448 tree x = DECL_DEBUG_EXPR (t);
tree.h 3265 #define DECL_DEBUG_EXPR(NODE) \
  /src/external/gpl3/gcc/dist/gcc/analyzer/
analyzer.cc 188 return DECL_DEBUG_EXPR (var);
engine.cc 698 return readability (DECL_DEBUG_EXPR (var)) - 1;
  /src/external/gpl3/gcc/dist/gcc/c/
c-objc-common.cc 320 t = DECL_DEBUG_EXPR (t);
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 1438 compare_tree_edges (DECL_DEBUG_EXPR (t1), DECL_DEBUG_EXPR (t2));
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc 1443 compare_tree_edges (DECL_DEBUG_EXPR (t1), DECL_DEBUG_EXPR (t2));
  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 4411 temp = DECL_DEBUG_EXPR (temp);
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 4499 temp = DECL_DEBUG_EXPR (temp);

Completed in 155 milliseconds

1 2