Searched defs:nullptr (Results 1 – 3 of 3) sorted by relevance
16 export const nullptr: int | bigint = BigInt(0); constant
170 export const nullptr: bigint = BigInt(0); constant
40 explicit MIRPreg(uint32 n = 0) : MIRPreg(n, kPtyInvalid, nullptr) {} in MIRPreg() argument