Lines Matching refs:cerror
260 cerror("misplaced constant in #if", NULLST); in eval()
264 cerror("#if value stack overflow", NULLST); in eval()
278 cerror("Illegal #if line", NULLST); in eval()
283 cerror("Operator %s in incorrect context", opname[op]); in eval()
303 cerror("expression stack overflow at op \"%s\"", in eval()
346 cerror("unbalanced paren's, op is \"%s\"", opname[op]); in eval()
358 cerror("Misplaced '?' or ':', previous operator is %s", in eval()
416 cerror("Can't use a string in an #if", NULLST); in evallex()
430 cerror("Bad #if ... defined() syntax", NULLST); in evallex()
468 cerror("= not allowed in #if", NULLST); in evallex()
490 cerror("Unexpected \\ in #if", NULLST); in evallex()
549 cerror("#if sizeof, unknown type \"%s\"", token); in dosizeof()
565 cerror("#if ... sizeof: illegal type combination", NULLST); in dosizeof()
583 cerror("#if sizeof() error, no type specified", NULLST); in dosizeof()
601 cerror("#if ... sizeof() syntax error", NULLST); in dosizeof()