Searched refs:is_const (Results 1 – 7 of 7) sorted by relevance
558 int is_const; member596 vmap[val].is_const = 1;843 if (vmap[val].is_const) {913 if (vmap[val].is_const && BPF_SRC(b->s.code) == BPF_K) {973 if (alter && vmap[v].is_const) {1005 if (alter && vmap[val[A_ATOM]].is_const) {1040 if (vmap[val[A_ATOM]].is_const) {1058 if (alter && vmap[val[X_ATOM]].is_const) {1059 if (vmap[val[A_ATOM]].is_const) {1079 if (alter && vmap[val[A_ATOM]].is_const[all …]
425 struct is_const :430 struct is_const<_Tp const> :
2045 bool is_const = false; in ParseVariableDeclarations() local2051 is_const = true; in ParseVariableDeclarations()2090 is_const /* always bound for CONST! */, in ParseVariableDeclarations()2131 if (value == NULL && is_const) { in ParseVariableDeclarations()2163 if (is_const || (value != NULL && !inside_with())) { in ParseVariableDeclarations()2172 if (is_const) { in ParseVariableDeclarations()2199 Token::Value op = (is_const ? Token::INIT_CONST : Token::INIT_VAR); in ParseVariableDeclarations()2205 if (!is_const && nvars == 1) { in ParseVariableDeclarations()
2346 is_const = True2378 is_const = False2380 if not is_const:
3851 bool is_const = (var != NULL && var->mode() == Variable::CONST); in VisitCountOperation() local3861 { Reference target(this, node->expression(), !is_const); in VisitCountOperation()3932 if (!is_const) target.SetValue(NOT_CONST_INIT); in VisitCountOperation()
3213 bool is_const = (var != NULL && var->mode() == Variable::CONST); in VisitCountOperation() local3223 { Reference target(this, node->expression(), !is_const); in VisitCountOperation()3276 if (!is_const) target.SetValue(NOT_CONST_INIT); in VisitCountOperation()
6129 bool is_const = (var != NULL && var->mode() == Variable::CONST); in VisitCountOperation() local6139 { Reference target(this, node->expression(), !is_const); in VisitCountOperation()6215 if (!is_const) target.SetValue(NOT_CONST_INIT); in VisitCountOperation()