Home
last modified time | relevance | path

Searched defs:returnNull (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Analysis/diagnostics/
Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
/external/opencensus-java/api/src/main/java/io/opencensus/common/
DFunctions.java70 public static <T> Function<Object, /*@Nullable*/ T> returnNull() { in returnNull() method in Functions
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc766 bool returnNull = flags & PartitionAllocReturnNull; in PartitionAllocSlowPath() local