Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_common.h29 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/static_core/runtime/tests/tooling/
Dtest_util.cpp65 std::ostream &operator<<(std::ostream &out, std::nullptr_t) in operator <<()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_builder.h68 void Stringify(std::nullptr_t) in Stringify()
/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.h64 void Stringify(std::nullptr_t) in Stringify()
/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/static_core/libpandabase/mem/
Dmem.h113 constexpr uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr()
265 constexpr ObjectPointerType ToObjPtrType(std::nullptr_t) in ToObjPtrType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dptr.h41 constexpr explicit Ptr(std::nullptr_t) noexcept : pointer(nullptr) in Ptr()