Home
last modified time | relevance | path

Searched refs:getitimer (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dstd-c-library-functions-POSIX.c270 int getitimer(int which, struct itimerval *curr_value);
/llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/
H A Dno-proto.ll501 ; CHECK: declare void @getitimer(...)
502 declare void @getitimer(...)
H A Dannotate.ll573 ; CHECK: declare noundef i32 @getitimer(i32 noundef, %opaque* nocapture noundef) [[NOFREE_NOUNWIND]]
574 declare i32 @getitimer(i32, %opaque*)
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def919 /// int getitimer(int which, struct itimerval *value);
920 TLI_DEFINE_ENUM_INTERNAL(getitimer)
921 TLI_DEFINE_STRING_INTERNAL("getitimer")
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2214 TEST(MemorySanitizer, getitimer) { in TEST() argument
2221 res = getitimer(ITIMER_VIRTUAL, &it1); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc456 PRE_SYSCALL(getitimer)(long which, void *value) {}
458 POST_SYSCALL(getitimer)(long res, long which, void *value) {
H A Dsanitizer_common_interceptors.inc89 #define getitimer __getitimer50
159 #define getitimer __getitimer_time64
2332 INTERCEPTOR(int, getitimer, int which, void *curr_value) {
2334 COMMON_INTERCEPTOR_ENTER(ctx, getitimer, which, curr_value);
2338 int res = REAL(getitimer)(which, curr_value);
2370 COMMON_INTERCEPT_FUNCTION(getitimer); \
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1882 fun:getitimer=uninstrumented