Home
last modified time | relevance | path

Searched defs:nonnull_arg (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/
Dnullability.c25 void nonnull_arg(int *_Nonnull p) {} in nonnull_arg() function
/external/llvm-project/clang/test/CodeGenObjC/
Dubsan-nullability.m30 void nonnull_arg(int *_Nonnull p) {} function