CAddress[obj] is a symbolic representation of the address of an object.
CConditional[test, trueArg, falseArg] is a symbolic representation of an inline conditional expression.
CContinue[] is a symbolic representation of a continue statement.
CDereference[obj] is a symbolic representation of the dereferencing of a pointer.
CGoto
(SymbolicC Package Symbol) CGoto[label] is a symbolic representation of a goto statement.
CLabel
(SymbolicC Package Symbol) CLabel[label] is a symbolic representation of a label.
CLine
(SymbolicC Package Symbol) CLine[line] is a symbolic representation of a preprocessor line directive.
CParentheses[symb] adds parentheses around an expression.
CPreprocessorElif[cond] is a symbolic representation of a preprocessor elif conditional.
CPreprocessorElse[ ] is a symbolic representation of a preprocessor else conditional.