MCPcopy Create free account
hub / github.com/WheretIB/nullc / AddOneExpressionNode

Function AddOneExpressionNode

NULLC/Callbacks.cpp:2399–2402  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

2397
2398//////////////////////////////////////////////////////////////////////////
2399void AddOneExpressionNode(TypeInfo *retType)
2400{
2401 CodeInfo::nodeList.push_back(new NodeExpressionList(retType ? (TypeInfo*)retType : typeVoid));
2402}
2403
2404void AddTwoExpressionNode(TypeInfo *retType)
2405{

Callers 5

AddTwoExpressionNodeFunction · 0.85
FunctionPrototypeFunction · 0.85
TypeFinishFunction · 0.85
ParseCodeFunction · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected