Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/Inputs/
H A Derrno_func.h5 #define errno (*__errno_location()) macro
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_errno.h36 #define errno (*__errno_location()) macro
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dnot-null-terminated-result-in-initialization-strlen.c23 void bad_strerror_s(int errno) { in bad_strerror_s()
33 void good_strerror_s(int errno) { in good_strerror_s()
H A Dnot-null-terminated-result-strlen.c57 void bad_strerror_s(int errno) { in bad_strerror_s()
65 void good_strerror_s(int errno) { in good_strerror_s()
/llvm-project/lldb/test/API/lang/cpp/symbols/
H A Dmain.cpp9 namespace errno { namespace
/llvm-project/polly/lib/External/isl/include/isl/
H A Dctx.h137 #define isl_die(ctx,errno,msg,code) \ argument
146 #define isl_assert4(ctx,test,code,errno) \ argument
/llvm-project/clang/test/Analysis/cert/
H A Denv34-c.c272 void strerror_test2(int errno) { in strerror_test2()