Home
last modified time | relevance | path

Searched defs:nullptr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/bindings/src/
DInteropTypes.ts16 export const nullptr: int | bigint = BigInt(0); constant
Darrays.ts170 export const nullptr: bigint = BigInt(0); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_preg.h40 explicit MIRPreg(uint32 n = 0) : MIRPreg(n, kPtyInvalid, nullptr) {} in MIRPreg() argument