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

Function PointerOp

src/builtin/module_builtin_runtime.cpp:1791–1795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1789 addExtern<DAS_BIND_FUN(OPNAME##_dstr_str)>(*this, lib, #EXPR, SideEffects::none, DAS_TOSTRING(OPNAME##_dstr_str));
1790
1791 void PointerOp ( const FunctionPtr & idpi ) {
1792 idpi->unsafeOperation = true;
1793 idpi->firstArgReturnType = true;
1794 idpi->noPointerCast = true;
1795 }
1796
1797 // windows, darwin, linux, etc
1798 const char * das_get_platform_name() {

Callers 1

addRuntimeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected