• Home
  • Raw
  • Download

Lines Matching refs:hll_offset

48 	uint32_t hll_offset;  member
52 static void push_hll_info(struct cil_stack *stack, uint32_t hll_offset, uint32_t hll_expand) in push_hll_info() argument
56 new->hll_offset = hll_offset; in push_hll_info()
62 static void pop_hll_info(struct cil_stack *stack, uint32_t *hll_offset, uint32_t *hll_expand) in pop_hll_info() argument
72 *hll_offset = info->hll_offset; in pop_hll_info()
76 …l_tree_node **node, struct cil_tree_node *current, uint32_t line, uint32_t hll_offset, void *value) in create_node() argument
82 (*node)->hll_offset = hll_offset; in create_node()
96 static int add_hll_linemark(struct cil_tree_node **current, uint32_t *hll_offset, uint32_t *hll_exp… in add_hll_linemark() argument
119 prev_hll_offset = *hll_offset; in add_hll_linemark()
120 pop_hll_info(stack, hll_offset, hll_expand); in add_hll_linemark()
123 *hll_offset = prev_hll_offset; in add_hll_linemark()
129 (*hll_offset)++; in add_hll_linemark()
133 push_hll_info(stack, *hll_offset, *hll_expand); in add_hll_linemark()
139 create_node(&node, *current, tok.line, *hll_offset, NULL); in add_hll_linemark()
143 create_node(&node, *current, tok.line, *hll_offset, CIL_KEY_SRC_INFO); in add_hll_linemark()
146 create_node(&node, *current, tok.line, *hll_offset, hll_type); in add_hll_linemark()
155 create_node(&node, *current, tok.line, *hll_offset, cil_strpool_add(tok.value)); in add_hll_linemark()
169 create_node(&node, *current, tok.line, *hll_offset, cil_strpool_add(tok.value)); in add_hll_linemark()
183 (*hll_offset)++; in add_hll_linemark()
224 uint32_t hll_offset = 1; in cil_parser() local
242 rc = add_hll_linemark(&current, &hll_offset, &hll_expand, stack, path); in cil_parser()
253 create_node(&node, current, tok.line, hll_offset, NULL); in cil_parser()
275 create_node(&node, current, tok.line, hll_offset, cil_strpool_add(tok.value)); in cil_parser()
280 hll_offset++; in cil_parser()
288 hll_offset++; in cil_parser()
325 pop_hll_info(stack, &hll_offset, &hll_expand); in cil_parser()