Lines Matching refs:decl
1022 struct node *decl; in dodecl() local
1039 if (justpath && (decl = tree_name2np_lut_lookup(*lutpp, np)) == NULL) { in dodecl()
1045 (decl = tree_event2np_lut_lookup(*lutpp, np)) == NULL) { in dodecl()
1052 decl->u.stmt.lutp = nvpair2lut(nvpairs, decl->u.stmt.lutp, t); in dodecl()
1084 struct node *decl; in tree_decl() local
1101 decl = tree_event2np_lut_lookup(Faults, np); in tree_decl()
1102 update_serd_refstmt(NULL, decl, NULL); in tree_decl()
1110 decl = tree_event2np_lut_lookup(Upsets, np); in tree_decl()
1111 update_serd_refstmt(NULL, decl, NULL); in tree_decl()
1119 decl = tree_event2np_lut_lookup(Defects, np); in tree_decl()
1120 update_serd_refstmt(NULL, decl, NULL); in tree_decl()