Searched defs:typedecl (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | _analyzer.py | 196 def _check_typedep(decl, typedecl, types, knowntypes): argument 225 def _check_vartype(decl, typedecl, types, knowntypes): argument 237 def _check_typespec(decl, typedecl, types, knowntypes): argument 280 def __init__(self, item, typedecl=None, *, unsupported=None, **extra): argument
|
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/ |
H A D | dispatch.py | 205 def makeDlsymCall(self, cgen, apiname, typedecl): argument 210 def makeGetInstanceProcAddrCall(self, cgen, dispatch, instance, apiname, typedecl): argument 215 def makeGetDeviceProcAddrCall(self, cgen, dispatch, device, apiname, typedecl): argument 402 def makeGetProcAddr(self, cgen, dispatchLevel, dispatch, apiname, typedecl): argument
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | test_bad_identifiers.proto | 117 optional uint32 typedecl = 39; field
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | test_bad_identifiers.proto | 117 optional uint32 typedecl = 39; field
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_analyzer/ |
D | info.py | 91 def __init__(self, item, typedecl=None, **extra): argument
|