Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
Dgen_builtin_symbols.py1283 self.function_declarations = []
1761 functions.function_declarations.append(
1835 def prune_parameters_arrays(parameter_declarations, function_declarations): argument
1850 for i in range(len(function_declarations)):
1852 function_declarations[i] = function_declarations[i].replace(
2119 functions.function_declarations)
2140 '\n'.join(functions.function_declarations),