Home
last modified time | relevance | path

Searched defs:optimize_ (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/
Dast_opt.c468 astfold_body(asdl_seq *stmts, PyArena *ctx_, int optimize_) in astfold_body()
495 astfold_mod(mod_ty node_, PyArena *ctx_, int optimize_) in astfold_mod()
517 astfold_expr(expr_ty node_, PyArena *ctx_, int optimize_) in astfold_expr()
621 astfold_slice(slice_ty node_, PyArena *ctx_, int optimize_) in astfold_slice()
642 astfold_keyword(keyword_ty node_, PyArena *ctx_, int optimize_) in astfold_keyword()
649 astfold_comprehension(comprehension_ty node_, PyArena *ctx_, int optimize_) in astfold_comprehension()
660 astfold_arguments(arguments_ty node_, PyArena *ctx_, int optimize_) in astfold_arguments()
672 astfold_arg(arg_ty node_, PyArena *ctx_, int optimize_) in astfold_arg()
679 astfold_stmt(stmt_ty node_, PyArena *ctx_, int optimize_) in astfold_stmt()
775 astfold_excepthandler(excepthandler_ty node_, PyArena *ctx_, int optimize_) in astfold_excepthandler()
[all …]
/external/v8/src/regexp/
Djsregexp.cc1005 bool optimize_; member in v8::internal::RegExpCompiler