Searched refs:getNull (Results 1 – 3 of 3) sorted by relevance
35 static constexpr uintptr_t getNull() { return 0; } in getNull() function43 uintptr_t Raw = Value ? reinterpret_cast<uintptr_t>(Value) : getNull(); in makeRaw()112 if (Raw != getNull() && Raw != getBusy()) in loadOrGenerate()116 if (LLVM_LIKELY(Raw == getNull() && in loadOrGenerate()119 assert(Raw != getNull() && "Expected non-null from generator"); in loadOrGenerate()127 assert(Raw != getNull() && "Expected non-null from competing generator"); in loadOrGenerate()
42 std::optional<std::nullptr_t> Object::getNull(StringRef K) const { in getNull() function in llvm::json::Object
147 std::optional<std::nullptr_t> getNull(StringRef K) const;