Searched defs:typedecl (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Tools/c-analyzer/cpython/ |
D | _analyzer.py | 194 def _check_typedep(decl, typedecl, types, knowntypes): argument 223 def _check_vartype(decl, typedecl, types, knowntypes): argument 235 def _check_typespec(decl, typedecl, types, knowntypes): argument 278 def __init__(self, item, typedecl=None, *, unsupported=None, **extra): argument
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_test_bad_identifiers.proto | 117 optional uint32 typedecl = 39; field
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
D | info.py | 91 def __init__(self, item, typedecl=None, **extra): argument
|