Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfunction.h454 void record_dynamic_alloc (tree decl_or_exp);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.h437 void record_dynamic_alloc (tree decl_or_exp);
H A Dfunction.c6462 record_dynamic_alloc (tree decl_or_exp) in record_dynamic_alloc() argument
6466 if (DECL_P (decl_or_exp)) in record_dynamic_alloc()
6468 datum.location = DECL_SOURCE_LOCATION (decl_or_exp); in record_dynamic_alloc()
6469 const char *name = lang_hooks.decl_printable_name (decl_or_exp, 2); in record_dynamic_alloc()
6477 datum.location = EXPR_LOCATION (decl_or_exp); in record_dynamic_alloc()