Home
last modified time | relevance | path

Searched refs:analyze_expr (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dlanghooks.h56 tree (*analyze_expr) (tree *, int *, tree); member
Dcgraphunit.c531 if (lang_hooks.callgraph.analyze_expr) in record_reference()
532 return lang_hooks.callgraph.analyze_expr (tp, walk_subtrees, in record_reference()
559 return lang_hooks.callgraph.analyze_expr (tp, walk_subtrees, data); in record_reference()