Searched refs:tdecl (Results 1 – 6 of 6) sorted by relevance
/external/gfxstream-protocols/registry/vulkan/scripts/ |
D | generator.py | 1123 tdecl = 'typedef ' 1134 tdecl += noneStr(proto.text) 1142 tdecl += self.makeTypedefName(text, tail) 1145 tdecl += text + tail 1150 tdecl = ' '.join(tdecl.split()) 1197 return [pdecl + indentdecl, tdecl + paramdecl]
|
/external/vulkan-headers/registry/ |
D | generator.py | 1269 tdecl = 'typedef ' 1280 tdecl += noneStr(proto.text) 1288 tdecl += self.makeTypedefName(text, tail) 1291 tdecl += text + tail 1296 tdecl = ' '.join(tdecl.split()) 1343 return [pdecl + indentdecl, tdecl + paramdecl]
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/ |
D | generator.py | 1308 tdecl = 'typedef ' 1319 tdecl += noneStr(proto.text) 1327 tdecl += self.makeTypedefName(text, tail) 1330 tdecl += text + tail 1335 tdecl = ' '.join(tdecl.split()) 1382 return [pdecl + indentdecl, tdecl + paramdecl]
|
/external/libabigail/src/ |
D | abg-reader.cc | 5662 template_decl_sptr tdecl) in build_type_tparameter() argument 5690 result.reset(new type_tparameter(index, tdecl, name, loc)); in build_type_tparameter() 5724 template_decl_sptr tdecl) in build_type_composition() argument 5732 result.reset(new type_composition(index, tdecl, composed_type)); in build_type_composition() 5782 template_decl_sptr tdecl) in build_non_type_tparameter() argument 5804 r.reset(new non_type_tparameter(index, tdecl, name, type, loc)); in build_non_type_tparameter() 5830 template_decl_sptr tdecl) in build_template_tparameter() argument 5859 template_tparameter_sptr result(new template_tparameter(index, tdecl, in build_template_tparameter() 5904 template_decl_sptr tdecl) in build_template_parameter() argument 5907 ((r = build_type_tparameter(ctxt, node, index, tdecl)) in build_template_parameter() [all …]
|
D | abg-ir.cc | 24598 template_decl_sptr tdecl, in type_composition() argument 24600 : type_or_decl_base(tdecl->get_environment(), in type_composition() 24602 decl_base(tdecl->get_environment(), "", location()), in type_composition() 24603 template_parameter(index, tdecl), in type_composition()
|
/external/libabigail/include/ |
D | abg-ir.h | 3587 template_decl_sptr tdecl,
|