MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / makeSimFunctionFlags

Function makeSimFunctionFlags

src/builtin/module_builtin_rtti.cpp:462–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460 };
461
462 TypeDeclPtr makeSimFunctionFlags() {
463 auto ft = new TypeDecl(Type::tBitfield);
464 ft->alias = "SimFunctionFlags";
465 ft->argNames = { "aot", "fastcall", "builtin", "jit", "unsafe", "cmres", "pinvoke" };
466 return ft;
467 }
468
469 struct SimFunctionAnnotation : ManagedStructureAnnotation<SimFunction,false> {
470 SimFunctionAnnotation(ModuleLibrary & ml) : ManagedStructureAnnotation ("SimFunction", ml) {

Callers 2

SimFunctionAnnotationMethod · 0.85
Module_RttiMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected