Searched refs:blockinherit (Results 1 – 9 of 9) sorted by relevance
35 (blockinherit b1) ;; Results in b1b.ta36 (blockinherit b1a))47 (blockinherit b2a)48 (blockinherit b2))61 (blockinherit b3a)65 (blockinherit b3a.b)70 (blockinherit b3a)75 (blockinherit b3a.b)93 (blockinherit b5)106 (blockinherit b6.b)
44 (blockinherit b2a)52 (blockinherit b2a)
92 (blockinherit b5a.b5b)105 (blockinherit b6a.b6b) ;; This does not cause an error.
328 (blockinherit z.ba)
41 See the [`blockinherit`](cil_container_statements.md#blockinherit) statement for an example.46 …l instantiated by another namespace that has a [`blockinherit`](cil_container_statements.md#blocki…89 See the [`blockinherit`](cil_container_statements.md#blockinherit) statement for an example.91 blockinherit section in Container Statements94 …er_statements.md#blockabstract) statement. All [`blockinherit`](cil_container_statements.md#blocki…99 (blockinherit template_id)121 <td align="left"><p><code>blockinherit</code></p></td>122 <td align="left"><p>The <code>blockinherit</code> keyword.</p></td>162 (blockinherit client_server)170 (blockinherit client_server)[all …]
7 …o (with zero parameters this is similar to the [`blockinherit`](cil_container_statements.md#blocki…
63 * [blockinherit](cil_container_statements.md#blockinherit)
1682 struct cil_blockinherit *blockinherit = NULL; in __cil_copy_node_helper() local2000 blockinherit = new->data; in __cil_copy_node_helper()2006 if (blockinherit->block != NULL) { in __cil_copy_node_helper()2007 cil_list_append(blockinherit->block->bi_nodes, CIL_NODE, new); in __cil_copy_node_helper()
11 * fix CIL blockinherit copying segfault and add macro restrictions, from Steve Lawrence43 issues with blockinherit statements, and bug fixes