Home
last modified time | relevance | path

Searched refs:fileloc_isPreproc (Results 1 – 5 of 5) sorted by relevance

/dports/devel/splint/splint-3.1.2/src/Headers/
H A Dfileloc.h121 extern bool fileloc_isPreproc (/*@sef@*/ fileloc p_fl);
122 # define fileloc_isPreproc(fl) (fileloc_isDefined(fl) && (fl)->kind == FL_PREPROC) macro
/dports/devel/splint/splint-3.1.2/src/
H A DcscannerHelp.c718 if (fileloc_isPreproc (uentry_whereDefined (ue))) in cscannerHelp_handleSpecial()
2314 || fileloc_isPreproc (oloc)) in cscannerHelp_processMacro()
H A Dusymtab.c3318 && !fileloc_isPreproc (sloc) in usymtab_allDefined()
6389 if (!fileloc_isPreproc (where) && !fileloc_isBuiltin (where)) in usymtab_checkDistinctName()
H A Duentry.c6187 || fileloc_isPreproc (oldloc)) in uentry_setDefined()
6899 && (fileloc_isPreproc (uentry_whereDeclared (old)) in KindConformanceError()
H A Dcpplib.c7961 if (fileloc_isPreproc (uentry_whereLast (ue))) in cpp_shouldCheckMacro()