Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dout-of-bounds.c163 } user_t; typedef
165 user_t *get_symbolic_user(void);
167 user_t *user = get_symbolic_user(); in test_underflow_symbolic_2()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Dmsc32-c.c21 typedef int user_t; in g() typedef
22 user_t a = 1; in g()