Lines Matching refs:CIL_ERR
113 cil_log(CIL_ERR, "Line mark end without start\n");
134 cil_log(CIL_ERR, "Invalid line mark syntax\n");
140 cil_log(CIL_ERR, "Invalid line mark syntax\n");
145 cil_log(CIL_ERR, "Problem parsing line number for line mark\n");
153 cil_log(CIL_ERR, "Invalid line mark syntax\n");
170 cil_log(CIL_ERR, "Invalid line mark syntax\n");
177 cil_log(CIL_ERR, "Problem with high-level line mark at line %d of %s\n", tok.line, path);
246 cil_log(CIL_ERR, "Close parenthesis without matching open at line %d of %s\n", tok.line, path);
256 cil_log(CIL_ERR, "Symbol not inside parenthesis at line %d of %s\n", tok.line, path);
281 cil_log(CIL_ERR, "Open parenthesis without matching close at line %d of %s\n", tok.line, path);
285 cil_log(CIL_ERR, "High-level language line marker start without close at line %d of %s\n", tok.line, path);
290 cil_log(CIL_ERR, "Invalid token '%s' at line %d of %s\n", tok.value, tok.line, path);
293 cil_log(CIL_ERR, "Unknown token type '%d' at line %d of %s\n", tok.type, tok.line, path);