Home
last modified time | relevance | path

Searched refs:IsNotPointer (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
H A Dmem.h57 ALWAYS_INLINE inline bool IsNotPointer(uintptr_t x) in IsNotPointer() function
64 return !IsNotPointer(x); in IsPointer()
69 ASSERT(IsNotPointer(x)); in GetTag()
75 ASSERT(IsNotPointer(x)); in GetPayload()
/arkcompiler/runtime_core/static_core/verification/type/
H A Dtype_type.h150 return IsNotPointer(content_) && GetTag(content_) == INTERSECTION_TAG; in IsIntersection()
154 return IsNotPointer(content_) && GetTag(content_) == UNION_TAG; in IsUnion()

Completed in 2 milliseconds