Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ get_qualifiers
Method
get_qualifiers
src/ExpressionAssign.cpp:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
CVQualifiers
90
ExpressionAssign::get_qualifiers(void) const
91
{
92
return assign->get_lhs()->get_qualifiers();
93
}
94
95
/*
96
* return if a variable is referenced in this expression
Callers
nothing calls this directly
Calls
1
get_lhs
Method · 0.45
Tested by
no test coverage detected