Home
last modified time | relevance | path

Searched refs:uentry_hasName (Results 1 – 6 of 6) sorted by relevance

/dports/devel/splint/splint-3.1.2/src/
H A DnameChecks.c1100 if (!uentry_isStatic (ue) && uentry_hasName (ue)) in checkExternalName()
1520 if (uentry_hasName (p)) in checkParamNames()
H A Duentry.c767 if (uentry_hasName (current)) in uentry_checkParams()
791 if (uentry_hasName (current)) in uentry_checkParams()
3094 if (!uentry_hasName (ue)) in uentry_makeParam()
5720 uentry_hasName (uentry e) in uentry_hasName() function
7006 if (uentry_hasName (spec)) in uentry_showWhereLast()
7051 if (uentry_hasName (spec)) in uentry_showWhereLastKind()
7119 if (uentry_hasName (spec)) in uentry_showWhereDeclared()
7131 if (uentry_hasName (spec)) in uentry_showWhereDeclared()
7153 if (uentry_hasName (spec)) in uentry_showWhereAny()
7165 if (uentry_hasName (spec)) in uentry_showWhereAny()
[all …]
H A Dclabstract.c595 if (uentry_hasName (current)) in enterFunctionParams()
H A DsRef.c7389 return (uentry_hasName (u)); in sRef_hasName()
7398 return (uentry_hasName (u)); in sRef_hasName()
H A Dusymtab.c3671 if (uentry_hasName (ce)) in usymtab_allUsed()
/dports/devel/splint/splint-3.1.2/src/Headers/
H A Duentry.h287 extern /*@falsewhennull@*/ bool uentry_hasName (uentry p_e) /*@*/ ;