Home
last modified time | relevance | path

Searched refs:f0_ptr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dinteger-overflow.c169 uint64_t (*f0_ptr)(uint64_t) = &f0; in check_integer_overflows_in_function_calls() local
170 (void)(*f0_ptr)(4608 * 1024 * 1024); in check_integer_overflows_in_function_calls()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dinteger-overflow.cpp186 uint64_t (*f0_ptr)(uint64_t) = &f0; in check_integer_overflows_in_function_calls() local
187 (void)(*f0_ptr)(4608 * 1024 * 1024); in check_integer_overflows_in_function_calls()