Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfunction.h454 void record_dynamic_alloc (tree decl_or_exp);
Dfunction.cc6609 record_dynamic_alloc (tree decl_or_exp) in record_dynamic_alloc() argument
6613 if (DECL_P (decl_or_exp)) in record_dynamic_alloc()
6615 datum.location = DECL_SOURCE_LOCATION (decl_or_exp); in record_dynamic_alloc()
6616 const char *name = lang_hooks.decl_printable_name (decl_or_exp, 2); in record_dynamic_alloc()
6624 datum.location = EXPR_LOCATION (decl_or_exp); in record_dynamic_alloc()