MCPcopy Create free account
hub / github.com/VKCOM/kphp / get_by_name_construct

Method get_by_name_construct

compiler/gentree.cpp:1255–1275  ·  view source on GitHub ↗

`new $c` / `new $c()` / `new $c(a, r, g, s)` / `new $c(...$args)` convert into `_by_name_construct($c, ...)` later, if $c is constexpr (class-string for example), this call will be replaced with `new T(...)` see replace-extern-func-calls.cpp

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

typeMethod · 0.45
set_locationMethod · 0.45
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected