Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/common_interfaces/base/
Dmem.h29 inline uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr()
/arkcompiler/toolchain/tooling/dynamic/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.h116 inline uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr()
234 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()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp91 ETSParser::ETSParser(Program *program, std::nullptr_t, util::DiagnosticEngine &diagnosticEngine) in ETSParser()