CConditional[test, trueArg, falseArg] is a symbolic representation of an inline conditional expression.
CContinue[] is a symbolic representation of a continue statement.
CDefault[] is a symbolic representation of a default statement.
CDereference[obj] is a symbolic representation of the dereferencing of a pointer.
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.
CGoto
(SymbolicC Package Symbol) CGoto[label] is a symbolic representation of a goto statement.
CInclude[header] is a symbolic representation of a preprocessor include statement.