Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
Dgen_builtin_symbols.py1272 self.variable_declarations = []
1528 def define_constexpr_variable(template_args, variable_declarations): argument
1532 variable_declarations.append(template_variable_declaration.format(**template_args))
1735 define_constexpr_variable(param_template_args, variables.variable_declarations)
1970 define_constexpr_variable(template_args, variables.variable_declarations)
2146 '\n'.join(sorted(variables.variable_declarations)),