Home
last modified time | relevance | path

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

/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.cpp116 SomeClass *getNull() { in getNull() function
134 X *getNull() { in getNull() function
182 SomeClass *getNull() { in getNull() function in Cleanups::NonTrivial
Dfalse-positive-suppression.c8 int *getNull() { in getNull() function
/external/sl4a/Common/src/com/googlecode/android_scripting/language/
DSquirrelLanguage.java43 protected String getNull() { in getNull() method in SquirrelLanguage
DPythonLanguage.java41 protected String getNull() { in getNull() method in PythonLanguage
DLanguage.java125 protected String getNull() { in getNull() method in Language
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DCombine.kt14 internal fun getNull(): Symbol = NULL // Workaround for JS BE bug in <lambda>() method
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DJSON.cpp36 llvm::Optional<std::nullptr_t> Object::getNull(StringRef K) const { in getNull() function in llvm::json::Object