Elsa Ast Type CType: Difference between revisions

Jump to navigation Jump to search
atomic type renamings and TS_typeof confusion
(add supertype link and record info)
(atomic type renamings and TS_typeof confusion)
 
Line 7: Line 7:


CType has 7 subtype nodes:
CType has 7 subtype nodes:
*[[Elsa Ast Type TY_ArrayType|TY_ArrayType]]
*[[Elsa Ast Type TY_Array|TY_Array]]
*[[Elsa Ast Type TY_CVAtomicType|TY_CVAtomicType]]
*[[Elsa Ast Type TY_CVAtomic|TY_CVAtomic]]
*[[Elsa Ast Type TY_DependentSizedArrayType|TY_DependentSizedArrayType]]
*[[Elsa Ast Type TY_DependentSizedArray|TY_DependentSizedArray]]
*[[Elsa Ast Type TY_FunctionType|TY_FunctionType]]
*[[Elsa Ast Type TY_Function|TY_Function]]
*[[Elsa Ast Type TY_PointerToMemberType|TY_PointerToMemberType]]
*[[Elsa Ast Type TY_Pointer|TY_Pointer]]
*[[Elsa Ast Type TY_PointerType|TY_PointerType]]
*[[Elsa Ast Type TY_PointerToMember|TY_PointerToMember]]
*[[Elsa Ast Type TY_ReferenceType|TY_ReferenceType]]
*[[Elsa Ast Type TY_Reference|TY_Reference]]


=== Comments ===
=== Comments ===

Navigation menu