Home
last modified time | relevance | path

Searched refs:usymtab_isGuarded (Results 1 – 4 of 4) sorted by relevance

/dports/devel/splint/splint-3.1.2/src/Headers/
H A Dusymtab.h275 extern bool usymtab_isGuarded (sRef p_s) /*@globals internalState@*/ ;
/dports/devel/splint/splint-3.1.2/src/
H A DtransferChecks.c709 && !usymtab_isGuarded (fref)) in checkCompletelyDefined()
2486 if (usymtab_isGuarded (srhs)) in transferChecks_assign()
2537 && !usymtab_isGuarded (fref) in checkTransferNullAux()
H A DexprNode.c1249 if (!usymtab_isGuarded (arr->sref)) in exprNode_arrayFetch()
3988 if (!usymtab_isGuarded (f->sref)) in exprNode_functionCall()
4207 if (!usymtab_isGuarded (s->sref) && !context_inProtectVars ()) in exprNode_arrowAccessAux()
4750 if (!usymtab_isGuarded (e->sref) && !context_inProtectVars ()) in exprNode_preOp()
5496 && !usymtab_isGuarded (e1->sref)) in exprNode_makeOp()
5585 && !usymtab_isGuarded (e1->sref)) in exprNode_makeOp()
11365 if (sRef_possiblyNull (s1) && usymtab_isGuarded (s1)) in updateAliases()
H A Dusymtab.c5576 bool usymtab_isGuarded (sRef s) in usymtab_isGuarded() function