Skip to content

AstNodePtr::SpecialAstType

The UNKNOWN_AST and NULL_AST types have null as their values. The other types have concrete BaseType pointers as their values.

Synopsis

Declared in <src/midend/astUtil/astInterface/AstInterface.h>

enum class SpecialAstType : int;

Members

Name

SG_AST

GLOBAL_SIGNATURE

UNKNOWN_FUNCTION_CALL

UNKNOWN_PTR_REF

UNKNOWN_AST

NULL_AST

Created with MrDocs