CPreprocessorElse[ ] is a symbolic representation of a preprocessor else conditional.
CPreprocessorEndif[ ] is a symbolic representation of a preprocessor endif conditional.
CPreprocessorIfdef[cond] is a symbolic representation of a preprocessor ifdef conditional.CPreprocessorIfdef[cond, true, false] represents the true and false cases.
CPreprocessorIf[cond] is a symbolic representation of a preprocessor if conditional.CPreprocessorIf[cond, true, false] represents the true and false cases.
CPreprocessorIfndef[cond] is a symbolic representation of a preprocessor ifndef conditional.CPreprocessorIfndef[cond, true, false] represents the true and false cases.
CProgram[args] is a symbolic representation of an entire program.
CReturn[ ] is a symbolic representation of a return from a function. CReturn[arg] returns the argument arg.
CSizeOf[obj] is a symbolic representation of a sizeof expression.
CStandardMathOperator[oper, args] is a symbolic representation of a standard math operator.
CStatement[obj] is a symbolic representation of a statement.