Home
last modified time | relevance | path

Searched refs:CastStmtNode (Results 1 – 3 of 3) sorted by relevance

/dports/lang/lci/lci-0.11.2/
H A Dparser.h412 } CastStmtNode; typedef
636 CastStmtNode *createCastStmtNode(IdentifierNode *, TypeNode *);
637 void deleteCastStmtNode(CastStmtNode *);
H A Dparser.c451 CastStmtNode *stmt = (CastStmtNode *)node->stmt; in deleteStmtNode()
609 CastStmtNode *createCastStmtNode(IdentifierNode *target, in createCastStmtNode()
612 CastStmtNode *p = malloc(sizeof(CastStmtNode)); in createCastStmtNode()
629 void deleteCastStmtNode(CastStmtNode *node) in deleteCastStmtNode()
2578 CastStmtNode *stmt = NULL; in parseCastStmtNode()
H A Dinterpreter.c3150 CastStmtNode *stmt = (CastStmtNode *)node->stmt; in interpretCastStmtNode()