CCall
(SymbolicC Package Symbol) CCall[fname, args] is a symbolic representation of a call to a function.
CDefault[] is a symbolic representation of a default statement.
CDo
(SymbolicC Package Symbol) CDo[body, test] is a symbolic representation of a do/while statement.
CEnum[members] is a symbolic representation of an enum statement.
CError
(SymbolicC Package Symbol) CError[line] is a symbolic representation of a preprocessor error directive.
CFor
(SymbolicC Package Symbol) CFor[init, test, incr, body] is a symbolic representation of a for loop.
CInclude[header] is a symbolic representation of a preprocessor include statement.
CMember[obj, mem] is a symbolic representation of access from a struct.
CPragma[line] is a symbolic representation of a preprocessor pragma directive.
CProgram[args] is a symbolic representation of an entire program.