Searched refs:optimize_ (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Python/ |
D | ast_opt.c | 417 static int astfold_mod(mod_ty node_, PyArena *ctx_, int optimize_); 418 static int astfold_stmt(stmt_ty node_, PyArena *ctx_, int optimize_); 419 static int astfold_expr(expr_ty node_, PyArena *ctx_, int optimize_); 420 static int astfold_arguments(arguments_ty node_, PyArena *ctx_, int optimize_); 421 static int astfold_comprehension(comprehension_ty node_, PyArena *ctx_, int optimize_); 422 static int astfold_keyword(keyword_ty node_, PyArena *ctx_, int optimize_); 423 static int astfold_slice(slice_ty node_, PyArena *ctx_, int optimize_); 424 static int astfold_arg(arg_ty node_, PyArena *ctx_, int optimize_); 425 static int astfold_withitem(withitem_ty node_, PyArena *ctx_, int optimize_); 426 static int astfold_excepthandler(excepthandler_ty node_, PyArena *ctx_, int optimize_); [all …]
|
/external/v8/src/regexp/ |
D | jsregexp.cc | 974 inline bool optimize() { return optimize_; } in optimize() 975 inline void set_optimize(bool value) { optimize_ = value; } in set_optimize() 1005 bool optimize_; member in v8::internal::RegExpCompiler 1042 optimize_(FLAG_regexp_optimization), in RegExpCompiler()
|