Home
last modified time | relevance | path

Searched refs:getNull (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DLazyAtomicPointer.h35 static constexpr uintptr_t getNull() { return 0; } in getNull() function
43 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()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp42 std::optional<std::nullptr_t> Object::getNull(StringRef K) const { in getNull() function in llvm::json::Object
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h147 std::optional<std::nullptr_t> getNull(StringRef K) const;