Symbol: sparse_error
usr/src/tools/smatch/src/builtin.c
292
sparse_error(arg->pos, "invalid type for argument %d:", n);
usr/src/tools/smatch/src/evaluate.c
3373
sparse_error(sym->pos, "symbol '%s' has multiple initializers (originally initialized at %s:%d)",
usr/src/tools/smatch/src/evaluate.c
3382
sparse_error(sym->pos, "symbol '%s' redeclared with different type (originally declared at %s:%d) - %s",
usr/src/tools/smatch/src/evaluate.c
3469
sparse_error(stmt->pos, "return with no return value");
usr/src/tools/smatch/src/evaluate.c
3526
sparse_error(stmt->pos, "need constant string for inline asm");
usr/src/tools/smatch/src/evaluate.c
3536
sparse_error(expr ? expr->pos : stmt->pos, "asm output constraint is not a string");
usr/src/tools/smatch/src/evaluate.c
3556
sparse_error(expr ? expr->pos : stmt->pos, "asm input constraint is not a string");
usr/src/tools/smatch/src/evaluate.c
3568
sparse_error(stmt->pos, "bad asm clobbers");
usr/src/tools/smatch/src/evaluate.c
3578
sparse_error(stmt->pos, "bad asm label");
usr/src/tools/smatch/src/evaluate.c
3665
sparse_error(stmt->pos, "label '%s' was not declared", show_ident(label->ident));
usr/src/tools/smatch/src/evaluate.c
416
sparse_error(expr->pos, "incompatible types for operation (%s)", show_special(expr->op));
usr/src/tools/smatch/src/evaluate.c
424
sparse_error(expr->pos, "incompatible types for operation (%s)", show_special(expr->op));
usr/src/tools/smatch/src/evaluate.c
725
sparse_error(t1->pos,
usr/src/tools/smatch/src/evaluate.c
913
sparse_error(expr->pos, "incorrect type in conditional (non-scalar type)");
usr/src/tools/smatch/src/expression.c
142
sparse_error(token->pos,
usr/src/tools/smatch/src/expression.c
190
sparse_error(token->pos,
usr/src/tools/smatch/src/expression.c
216
sparse_error(token->pos, "Expected member name");
usr/src/tools/smatch/src/expression.c
435
sparse_error(token->pos, "typename in expression");
usr/src/tools/smatch/src/expression.c
544
sparse_error(token->pos, "Expected member name");
usr/src/tools/smatch/src/expression.c
648
sparse_error(token->pos, "Syntax error in unary expression");
usr/src/tools/smatch/src/expression.c
666
sparse_error(token->pos, "Syntax error in unary expression");
usr/src/tools/smatch/src/expression.c
766
sparse_error(next->pos, "No right hand side of '%s'-expression", show_special(op)); \
usr/src/tools/smatch/src/expression.c
82
sparse_error(token->pos, "an expression is expected before ')'");
usr/src/tools/smatch/src/inline.c
518
sparse_error(fn->pos, "marked inline, but without a definition");
usr/src/tools/smatch/src/ir.c
115
sparse_error(insn->pos, "return without value");
usr/src/tools/smatch/src/ir.c
36
sparse_error(insn->pos, "bad number of phi operands in:\n\t%s",
usr/src/tools/smatch/src/ir.c
51
sparse_error(src->pos, "wrong BB for %s:", show_instruction(src));
usr/src/tools/smatch/src/ir.c
68
sparse_error(insn->pos, "null pseudo in %s", show_instruction(insn));
usr/src/tools/smatch/src/ir.c
78
sparse_error(insn->pos, "wrong usage for %s in %s", show_pseudo(pseudo),
usr/src/tools/smatch/src/ir.c
92
sparse_error(insn->pos, "branch to dead BB: %s", show_instruction(insn));
usr/src/tools/smatch/src/lib.c
109
sparse_error(token->pos, "%s", errmsg);
usr/src/tools/smatch/src/lib.c
110
sparse_error(token->pos, "got %s", show_token(token));
usr/src/tools/smatch/src/lib.c
88
sparse_error(token->pos, "Expected %s %s", show_special(op), where);
usr/src/tools/smatch/src/lib.c
89
sparse_error(token->pos, "got %s", show_token(token));
usr/src/tools/smatch/src/lib.h
112
extern void sparse_error(struct position, const char *, ...) FORMAT_ATTR(2);
usr/src/tools/smatch/src/parse.c
1010
sparse_error(token->pos, "empty enum definition");
usr/src/tools/smatch/src/parse.c
1056
sparse_error(token->pos, "expected '(' after typeof");
usr/src/tools/smatch/src/parse.c
1069
sparse_error(token->pos, "expected expression after the '(' token");
usr/src/tools/smatch/src/parse.c
1173
sparse_error(token->pos,
usr/src/tools/smatch/src/parse.c
1248
sparse_error(token->pos, "unknown mode attribute %s", show_ident(token->ident));
usr/src/tools/smatch/src/parse.c
1251
sparse_error(token->pos, "expect attribute mode symbol\n");
usr/src/tools/smatch/src/parse.c
1374
sparse_error(*pos, "__thread can only be used alone, or with "
usr/src/tools/smatch/src/parse.c
1384
sparse_error(*pos, "duplicate %s", storage_class[class]);
usr/src/tools/smatch/src/parse.c
1386
sparse_error(*pos, "multiple storage classes");
usr/src/tools/smatch/src/parse.c
1426
sparse_error(next->pos, "__thread can only be used alone, or "
usr/src/tools/smatch/src/parse.c
1456
sparse_error(token->pos, "expected '(' after _Alignas");
usr/src/tools/smatch/src/parse.c
1551
sparse_error(pos, "impossible combination of type specifiers: %s %s",
usr/src/tools/smatch/src/parse.c
1556
sparse_error(pos, "two or more data types in declaration specifiers");
usr/src/tools/smatch/src/parse.c
1661
sparse_error(token->pos, "invalid modifier");
usr/src/tools/smatch/src/parse.c
1679
sparse_error(token->pos, "duplicate array static declarator");
usr/src/tools/smatch/src/parse.c
1923
sparse_error(token->pos, "invalid bitfield specifier for type %s.",
usr/src/tools/smatch/src/parse.c
1935
sparse_error(token->pos, "invalid bitfield width, %lld.", width);
usr/src/tools/smatch/src/parse.c
1938
sparse_error(token->pos, "invalid named zero-width bitfield `%s'",
usr/src/tools/smatch/src/parse.c
1948
sparse_error(token->pos, "dubious one-bit signed bitfield");
usr/src/tools/smatch/src/parse.c
2005
sparse_error(token->pos, "expected ; at end of declaration");
usr/src/tools/smatch/src/parse.c
2173
sparse_error(token->pos, "Expected constant expression");
usr/src/tools/smatch/src/parse.c
2180
sparse_error(pos, "bad or missing string literal");
usr/src/tools/smatch/src/parse.c
2188
sparse_error(cond->pos, "static assertion failed: %s",
usr/src/tools/smatch/src/parse.c
2307
sparse_error(stmt->pos, "not in switch scope");
usr/src/tools/smatch/src/parse.c
2335
sparse_error(sym->pos, "non-local var '%s' in for-loop initializer", name);
usr/src/tools/smatch/src/parse.c
2402
sparse_error(token->pos, "expected 'while' after 'do'");
usr/src/tools/smatch/src/parse.c
2454
sparse_error(stmt->pos, "break/continue not in iterator scope");
usr/src/tools/smatch/src/parse.c
2479
sparse_error(token->pos, "Expected identifier or goto expression");
usr/src/tools/smatch/src/parse.c
2531
sparse_error(stmt->pos, "label '%s' redefined", show_ident(s->ident));
usr/src/tools/smatch/src/parse.c
2712
sparse_error(token->pos, "Expected constant expression");
usr/src/tools/smatch/src/parse.c
2772
sparse_error(sym->pos, "no identifier for function argument");
usr/src/tools/smatch/src/parse.c
2898
sparse_error(arg->pos, "missing type declaration for parameter '%s'",
usr/src/tools/smatch/src/parse.c
2930
sparse_error(token->pos, "expected ';' at end of parameter declaration");
usr/src/tools/smatch/src/parse.c
2939
sparse_error(token->pos, "expected function body");
usr/src/tools/smatch/src/parse.c
3047
sparse_error(token->pos, "void declaration");
usr/src/tools/smatch/src/parse.c
3097
sparse_error(token->pos, "expected identifier name in type definition");
usr/src/tools/smatch/src/parse.c
682
sparse_error(pos, "don't know how to apply mode to %s",
usr/src/tools/smatch/src/parse.c
764
sparse_error(token->pos, "expected declaration");
usr/src/tools/smatch/src/parse.c
988
sparse_error(expr->pos, "incompatible restricted type");
usr/src/tools/smatch/src/parse.c
993
sparse_error(token->pos, "bad enum definition");
usr/src/tools/smatch/src/pre-process.c
1073
sparse_error(token->pos, "using '%s'", include_name);
usr/src/tools/smatch/src/pre-process.c
1127
sparse_error(token->pos, "unable to open '%s'", filename);
usr/src/tools/smatch/src/pre-process.c
1303
sparse_error(arg->pos, "parameter name missing");
usr/src/tools/smatch/src/pre-process.c
1306
sparse_error(arg->pos, "\"%s\" may not appear in macro parameter list",
usr/src/tools/smatch/src/pre-process.c
1310
sparse_error(arg->pos, "missing ')' in macro parameter list");
usr/src/tools/smatch/src/pre-process.c
1313
sparse_error(arg->pos, "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro");
usr/src/tools/smatch/src/pre-process.c
1316
sparse_error(arg->pos, "too many arguments in macro definition");
usr/src/tools/smatch/src/pre-process.c
1376
sparse_error(token->pos, "'#' is not followed by a macro parameter");
usr/src/tools/smatch/src/pre-process.c
1430
sparse_error(concat->pos, "'##' cannot appear at the ends of macro expansion");
usr/src/tools/smatch/src/pre-process.c
147
sparse_error(token->pos, "expected preprocessor identifier");
usr/src/tools/smatch/src/pre-process.c
1473
sparse_error(token->pos, "'##' cannot appear at the ends of macro expansion");
usr/src/tools/smatch/src/pre-process.c
1476
sparse_error(token->pos, "too many instances of argument in body");
usr/src/tools/smatch/src/pre-process.c
1586
sparse_error(token->pos, "expected identifier to 'define'");
usr/src/tools/smatch/src/pre-process.c
1630
sparse_error(token->pos, "expected identifier to 'undef'");
usr/src/tools/smatch/src/pre-process.c
1685
sparse_error(token->pos, "expected preprocessor identifier");
usr/src/tools/smatch/src/pre-process.c
1709
sparse_error(token->pos, "expected preprocessor identifier");
usr/src/tools/smatch/src/pre-process.c
1774
sparse_error(p->pos, "missing ')' after \"defined\"");
usr/src/tools/smatch/src/pre-process.c
1783
sparse_error(p->pos, "missing '(' after \"__has_%s\"",
usr/src/tools/smatch/src/pre-process.c
1791
sparse_error(p->pos, "identifier expected");
usr/src/tools/smatch/src/pre-process.c
1796
sparse_error(p->pos, "missing ')' after \"__has_%s\"",
usr/src/tools/smatch/src/pre-process.c
1815
sparse_error(p->pos, "garbage at end: %s", show_token_sequence(p, 0));
usr/src/tools/smatch/src/pre-process.c
1837
sparse_error(token->pos, "unmatched #elif within stream");
usr/src/tools/smatch/src/pre-process.c
1843
sparse_error(token->pos, "#elif after #else");
usr/src/tools/smatch/src/pre-process.c
1870
sparse_error(token->pos, "unmatched #else within stream");
usr/src/tools/smatch/src/pre-process.c
1876
sparse_error(token->pos, "#else after #else");
usr/src/tools/smatch/src/pre-process.c
1894
sparse_error(token->pos, "unmatched #endif in stream");
usr/src/tools/smatch/src/pre-process.c
1912
sparse_error(token->pos, "%s", show_token_sequence(token->next, 0));
usr/src/tools/smatch/src/pre-process.c
2014
sparse_error(token->pos, "expected path string");
usr/src/tools/smatch/src/pre-process.c
2028
sparse_error(token->pos, "expected path string");
usr/src/tools/smatch/src/pre-process.c
2059
sparse_error(token->pos, "expected path string");
usr/src/tools/smatch/src/pre-process.c
2129
sparse_error(token->pos, "unrecognized preprocessor line '%s'", show_token_sequence(token, 0));
usr/src/tools/smatch/src/pre-process.c
2275
sparse_error(stream->top_if->pos, "unterminated preprocessor conditional");
usr/src/tools/smatch/src/pre-process.c
277
sparse_error(next->pos,
usr/src/tools/smatch/src/pre-process.c
383
sparse_error(what->pos, "macro \"%s\" requires %d arguments, but only %d given",
usr/src/tools/smatch/src/pre-process.c
393
sparse_error(what->pos, "macro \"%s\" passed %d arguments, but takes just %d",
usr/src/tools/smatch/src/pre-process.c
397
sparse_error(what->pos, "unterminated argument list invoking macro \"%s\"",
usr/src/tools/smatch/src/pre-process.c
432
sparse_error(token->pos, "too long token expansion");
usr/src/tools/smatch/src/pre-process.c
597
sparse_error(left->pos, "'##' failed: concatenation is not a valid token");
usr/src/tools/smatch/src/pre-process.c
811
sparse_error(start->pos, "expected '>' at end of filename");
usr/src/tools/smatch/src/sparse-llvm.c
365
sparse_error(ctype->pos, "no value possible for %s", show_typename(ctype));
usr/src/tools/smatch/src/symbol.c
505
sparse_error(sym->pos, "ctype on preprocessor command? (%s)", show_ident(sym->ident));
usr/src/tools/smatch/src/symbol.c
626
sparse_error(sym->pos, "internal error: symbol type already bound");
usr/src/tools/smatch/src/symbol.c
630
sparse_error(sym->pos, "Trying to use reserved word '%s' as identifier", show_ident(ident));
usr/src/tools/smatch/src/symbol.h
530
sparse_error(pos, "multiple address spaces given");
usr/src/tools/smatch/src/tokenize.c
560
sparse_error(stream_pos(stream), "number token exceeds %td characters",
usr/src/tools/smatch/src/tokenize.c
621
sparse_error(stream_pos(stream),