Struct UniOp¶
- Defined in File ASTNode.h
Inheritance Relationships¶
Base Type¶
public AST::ASTNode(Struct ASTNode)
Struct Documentation¶
-
struct
UniOp: public AST::ASTNode¶ Public Functions
-
~UniOp()¶
-
void
print_original_src(unsigned int indent_depth = 0)¶
-
bool
check_initialize_before_use(InitializedList &inits, InitializedList *all_inits, bool is_method)¶ Checks if the initialize before use test passes on the right subexpression.
- Return
- True if the initialized before use test passes for the right subexpression.
- Parameters
inits: Set of initialized variables.
-