xref
: /
llvm-project-15.0.7
/
clang
/
test
/
Analysis
/
Inputs
/
Models
/
notzero.model
(revision eeccb30b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
bool notzero(int i) {
2
return i != 0;
3
}