

Public Member Functions | |
| def | __init__ |
| def | build_type_expr |
| def | build_declarator_and_typespec |
Data Fields | |
| ret_type | |
| arg_types | |
| has_unspecified_arg | |
関数型指定子
Definition at line 440 of file Builder.py.
| def ctrump::Builder::FuncTypeSpec::__init__ | ( | self, | ||
| ret_type, | ||||
| arg_types, | ||||
has_unspecified_arg = False | ||||
| ) |
Definition at line 443 of file Builder.py.
| def ctrump::Builder::FuncTypeSpec::build_type_expr | ( | self, | ||
| builder | ||||
| ) |
| def ctrump::Builder::FuncTypeSpec::build_declarator_and_typespec | ( | self, | ||
| builder, | ||||
| var_sym, | ||||
| qual_flags, | ||||
| gccattr_flags, | ||||
| aligned, | ||||
| emit_struct_definition | ||||
| ) |
Definition at line 444 of file Builder.py.
Definition at line 445 of file Builder.py.
Definition at line 446 of file Builder.py.
1.5.6