Home
last modified time | relevance | path

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

/mbedtls/scripts/mbedtls_dev/
A Dc_wrapper_generator.py17 from .c_parsing_helper import ArgumentInfo, FunctionInfo
115 function: FunctionInfo, argument
162 function: FunctionInfo, argument
180 function: FunctionInfo, argument
194 function: FunctionInfo, argument
236 function: FunctionInfo, argument
263 function: FunctionInfo) -> None: argument
292 function: FunctionInfo, argument
303 function: FunctionInfo) -> None: argument
439 function: FunctionInfo, argument
[all …]
A Dc_parsing_helper.py50 class FunctionInfo: class
113 def read_function_declarations(functions: Dict[str, FunctionInfo], argument
124 if len(arguments) == 1 and re.match(FunctionInfo.VOID_RE, arguments[0]):
127 functions[name] = FunctionInfo(filename, line_number,
/mbedtls/tests/scripts/
A Dgenerate_psa_wrappers.py69 def _skip_function(self, function: c_wrapper_generator.FunctionInfo) -> bool: argument
83 function: c_wrapper_generator.FunctionInfo) -> str: argument
155 function: c_wrapper_generator.FunctionInfo, argument

Completed in 6 milliseconds