Home
last modified time | relevance | path

Searched refs:uentry_isDatatype (Results 1 – 10 of 10) sorted by relevance

/dports/devel/splint/splint-3.1.2/src/
H A DnameChecks.c260 else if (uentry_isDatatype (ue)) in checkPrefix()
500 llassert (uentry_isDatatype (ue)); in checkNationalName()
525 if (uentry_isDatatype (ue)) in checkNationalName()
595 if (uentry_isDatatype (ue)) in checkCzechName()
850 if (uentry_isDatatype (ue)) in checkSlovakName()
H A Dusymtab.c173 llassert (uentry_isDatatype (ue) || uentry_isAnyTag (ue) in recordFunctionType()
457 if (uentry_isDatatype (e) in usymtab_addEntryQuiet()
641 if (uentry_isDatatype (e)) in usymtab_addEntryAux()
812 if (uentry_isDatatype (e)) in usymtab_supEntryAux()
865 if (uentry_isDatatype (e)) in usymtab_supEntryAux()
915 if (uentry_isDatatype (e) || uentry_isAnyTag (e) in usymtab_supEntryAux()
1209 if (uentry_isDatatype (ue)) in usymtab_supReturnTypeEntry()
3355 if (!uentry_isDatatype (ce) in usymtab_exportHeader()
3427 if (!uentry_isDatatype (ce) && !uentry_isAnyTag (ce) in usymtab_exportLocal()
3601 else if (uentry_isDatatype (ce)) in usymtab_allUsed()
[all …]
H A Dmtscanner.c300 if (uentry_isValid (ue) && uentry_isDatatype (ue)) in mtscanner_lookupType()
H A Duentry.c2355 if (!uentry_isDatatype (ue)) in uentry_reflectOtherQualifier()
2372 if (!uentry_isDatatype (ue)) in uentry_reflectOtherQualifier()
2391 if (!uentry_isDatatype (ue)) in uentry_reflectOtherQualifier()
2940 || uentry_isDatatype (ue) in uentry_isVisibleExternally()
5355 if (uentry_isDatatype (v)) in uentry_unparseFull()
5490 uentry_isDatatype (uentry e) in uentry_isDatatype() function
5523 return (uentry_isDatatype (e) in uentry_isAbstractDatatype()
5530 return (uentry_isDatatype (e) in uentry_isMaybeAbstract()
5537 if (uentry_isDatatype (e)) in uentry_isMutableDatatype()
6457 if (!uentry_isDatatype (e)) in uentry_getRealType()
[all …]
H A DcscannerHelp.c1810 if (uentry_isDatatype (le)) in cscannerHelp_processIdentifier()
1821 else if (uentry_isDatatype (le)) in cscannerHelp_processIdentifier()
2408 if (uentry_isDatatype (e2)) in cscannerHelp_processMacro()
H A DexprChecks.c1534 else if (uentry_isDatatype (e)) in exprChecks_checkExport()
H A Dclabstract.c1337 llassert (uentry_isDatatype (ue)); in clabstract_declareType()
H A Dcontext.c2022 else if (uentry_isDatatype (e)) in context_checkExport()
H A DexprNode.c895 if (uentry_isDatatype (ue) in exprNode_fromUIO()
/dports/devel/splint/splint-3.1.2/src/Headers/
H A Duentry.h293 extern /*@falsewhennull@*/ bool uentry_isDatatype (uentry p_e) /*@*/ ;