Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
Dcommon.py115 elif (_missing := is_missing_dep(stderr)):
138 if (missing := is_missing_dep(errtext)):
169 def is_missing_dep(errtext): function