Home
last modified time | relevance | path

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

/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DAnalyzerLib.hs337 TC_Nullary _ DoubleBracket _ -> return True
536 TC_Nullary _ _ token -> markAsChecked t token
H A DAST.hs221 pattern TC_Nullary id typ token = OuterToken id (Inner_TC_Nullary typ token) function
H A DAnalytics.hs1384 (TC_Nullary _ _ w@(T_NormalWord _ l)) -> do
1412 checkConstantNullary _ (TC_Nullary _ _ t) | isConstant t =
3017 TC_Nullary id _ token -> check id True token
3087 (TC_Nullary _ typ token) -> do
3947 TC_Nullary _ _ word ->
4578 TC_Nullary {} -> True
H A DParser.hs610 return $ TC_Nullary id typ x