Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Duninit-vals-ps.c52 struct f5_struct { int x; }; struct
53 void f5_aux(struct f5_struct* s);
55 struct f5_struct s; in f5()
/external/llvm-project/clang/test/Analysis/
Duninit-vals.c56 struct f5_struct { int x; }; argument
57 void f5_aux(struct f5_struct* s);
59 struct f5_struct s; in f5()