Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-mudflap.c1292 tree ctor_statements = NULL_TREE; in mudflap_finish_file() local
1301 append_to_statement_list (call2_stmt, &ctor_statements); in mudflap_finish_file()
1309 append_to_statement_list (call_stmt, &ctor_statements); in mudflap_finish_file()
1350 append_to_statement_list (enqueued_call_stmt_chain, &ctor_statements); in mudflap_finish_file()
1354 cgraph_build_static_cdtor ('I', ctor_statements, in mudflap_finish_file()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtsan.c864 tree ctor_statements = NULL_TREE; in tsan_finish_file() local
869 &ctor_statements); in tsan_finish_file()
870 cgraph_build_static_cdtor ('I', ctor_statements, in tsan_finish_file()