Home
last modified time | relevance | path

Searched defs:getNull (Results 1 – 6 of 6) 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/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