Home
last modified time | relevance | path

Searched defs:nullptr_t (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_common.h28 inline uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.cpp60 std::ostream &operator<<(std::ostream &out, std::nullptr_t) in operator <<()
/arkcompiler/runtime_core/libpandabase/mem/
Dmem.h115 inline uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr()
233 inline object_pointer_type ToObjPtrType(std::nullptr_t) in ToObjPtrType()
/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.h64 void Stringify(std::nullptr_t) in Stringify()
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_util.cpp112 std::ostream &operator<<(std::ostream &out, std::nullptr_t) in operator <<()