Home
last modified time | relevance | path

Searched defs:getNull (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp116 SomeClass *getNull() { in getNull() function
134 X *getNull() { in getNull() function
182 SomeClass *getNull() { in getNull() function in Cleanups::NonTrivial
H A Dfalse-positive-suppression.c8 int *getNull(void) { in getNull() function
/llvm-project/llvm/include/llvm/ADT/
H A DLazyAtomicPointer.h35 static constexpr uintptr_t getNull() { return 0; } in getNull() function
/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
/llvm-project/clang/test/AST/Interp/
H A Dliterals.cpp