MCPcopy Create free account
hub / github.com/beefytech/Beef / Init

Method Init

IDEHelper/Compiler/BfAst.cpp:764–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764void BfAstTypeInfo::Init()
765{
766 if (!gTypes.IsEmpty())
767 return;
768
769 gTypes.Add(NULL);
770 gAcceptFuncs.Add(NULL);
771 AddTypeInfo(&BfAstNode::sTypeInfo);
772}
773
774BfIdentifierNode* Beefy::BfIdentifierCast(BfAstNode* node)
775{

Callers 15

VisitMethod · 0.45
DoForLessMethod · 0.45
BfContextMethod · 0.45
AssignModuleMethod · 0.45
CreateTupleTypeMethod · 0.45
ResolveGenericTypeMethod · 0.45
ResolveTypeRef_RefMethod · 0.45
RunLoopMethod · 0.45
DoCompileMethod · 0.45
ReplaceNodeMethod · 0.45

Calls 7

AddTypeInfoFunction · 0.85
BfSizedArrayInitIndirectFunction · 0.85
InitFunction · 0.70
IsEmptyMethod · 0.45
AddMethod · 0.45
sizeMethod · 0.45
AllocBytesMethod · 0.45

Tested by

no test coverage detected