Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c2776 int pp_is_const; // all generated code was constants, used for a member
3688 ppconst->pp_is_const = is_all_const; in compile_list()
3963 ppconst->pp_is_const = is_all_const; in compile_dict()
4360 ppconst->pp_is_const = FALSE; in compile_subscript()
4383 ppconst->pp_is_const = FALSE; in compile_subscript()
4503 ppconst->pp_is_const = FALSE; in compile_subscript()
4573 ppconst->pp_is_const = FALSE; in compile_subscript()
4653 ppconst->pp_is_const = FALSE; in compile_expr7()
5105 ppconst->pp_is_const = FALSE; in compile_expr5()
5649 *is_const = ppconst.pp_used > 0 || ppconst.pp_is_const; in compile_expr0_ext()