FuncDeclaration.hasReturnExp

1 if there's a return exp; statement 2 if there's a throw statement 4 if there's an assert(0) 8 if there's inline asm 16 if there are multiple return statements

class FuncDeclaration
int hasReturnExp;
Suggestion Box / Bug Report