OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:types_compatible
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint2/
chk.c
72
static bool
types_compatible
(const type_t *, const type_t *,
257
eq =
types_compatible
(tp1, tp2,
313
bool eq =
types_compatible
(xt1, xt2,
475
if (
types_compatible
(arg1, arg2, true, promote, asgn, &dowarn) &&
1158
eq =
types_compatible
(xt1 = *ap1, xt2 = *ap2,
1203
types_compatible
(const type_t *tp1, const type_t *tp2,
function
1338
if (!
types_compatible
(*a1, *a2, true, false, false, dowarn))
/src/usr.bin/xlint/lint1/
decl.c
157
*
types_compatible
, which simply tests whether 'tp1->u.sou ==
1923
if (!
types_compatible
(arg->s_type, parg->s_type,
2152
if (!
types_compatible
(rdsym->s_type, dsym->s_type,
2228
if (!
types_compatible
(p1->s_type, p2->s_type,
2263
types_compatible
(const type_t *tp1, const type_t *tp2,
function
2518
if (!
types_compatible
(old_tp, proto_tp, true, true, &dowarn)) {
2519
if (
types_compatible
(old_tp, proto_tp, true, false, &dowarn)) {
2684
bool compatible =
types_compatible
(esym->s_type, dsym->s_type,
Completed in 16 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026