Searched refs:blockinherit (Results 1 – 8 of 8) 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.
329 (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)
1697 struct cil_blockinherit *blockinherit = NULL; in __cil_copy_node_helper() local2026 blockinherit = new->data; in __cil_copy_node_helper()2032 if (blockinherit->block != NULL) { in __cil_copy_node_helper()2033 cil_list_append(blockinherit->block->bi_nodes, CIL_NODE, new); in __cil_copy_node_helper()