Searched refs:is_const (Results 1 – 2 of 2) sorted by relevance
389 is_const = false390 …if /^\s*(module|class|def|include)\s+/.match(ln) || is_const = /^\s*?[A-Z]([A-z]|[1-9])*\s*?[|]{0,…393 if is_const
3649 int is_const; in compile_list() local3669 if (compile_expr0_ext(&p, cctx, &is_const) == FAIL) in compile_list()3671 if (!is_const) in compile_list()3820 int is_const; in compile_dict() local3922 if (compile_expr0_ext(arg, cctx, &is_const) == FAIL) in compile_dict()3924 if (!is_const) in compile_dict()5648 if (is_const != NULL) in compile_expr0_ext()5649 *is_const = ppconst.pp_used > 0 || ppconst.pp_is_const; in compile_expr0_ext()7056 int is_const = FALSE; in compile_assignment() local7089 r = compile_expr0_ext(&p, cctx, &is_const); in compile_assignment()[all …]