Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_parser.c98 char *hll_type; in add_hll_linemark() local
108 hll_type = cil_strpool_add(tok.value); in add_hll_linemark()
109 …if (hll_type != CIL_KEY_SRC_HLL_LME && hll_type != CIL_KEY_SRC_HLL_LMS && hll_type != CIL_KEY_SRC_… in add_hll_linemark()
113 if (hll_type == CIL_KEY_SRC_HLL_LME) { in add_hll_linemark()
146 create_node(&node, *current, tok.line, *hll_offset, hll_type); in add_hll_linemark()
172 *hll_expand = (hll_type == CIL_KEY_SRC_HLL_LMX) ? 1 : 0; in add_hll_linemark()