Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DFloatIn.hs139 fiExpr :: DynFlags
152 Cast (fiExpr dflags e_drop expr) co
165 fiExpr dflags to_drop ann_expr@(_,AnnApp {}) function
168 mkApps (fiExpr dflags fun_drop ann_fun)
308 fiExpr dflags to_drop lam@(_, AnnLam _ _) function
314 = mkLams bndrs (fiExpr dflags to_drop body)
328 = Tick tickish (fiExpr dflags to_drop expr)
384 fiExpr dflags to_drop (_,AnnLet bind body) function
449 fiExpr dflags (case_float : rhs_binds) rhs
567 = mkLams bndrs (fiExpr dflags to_drop body)
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dexpr_iter.cpp506 function_item_expr* fiExpr = static_cast<function_item_expr*>(theExpr); in next() local
510 theArgsIter = fiExpr->theScopedVariables.begin(); in next()
511 theArgsEnd = fiExpr->theScopedVariables.end(); in next()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp11167 …expr* fiExpr = theExprManager->create_function_item_expr(theRootSctx, loc, fn->getName(), fn, arit… in end_visit() local
11169 push_nodestack(fiExpr); in end_visit()
11197 function_item_expr* fiExpr = theExprManager->create_function_item_expr(theRootSctx, loc); in begin_visit() local
11199 push_nodestack(fiExpr); in begin_visit()
11251 fiExpr->add_variable(varExpr); in begin_visit()
11357 function_item_expr* fiExpr = dynamic_cast<function_item_expr*>( in end_visit() local
11359 assert(fiExpr != NULL); in end_visit()
11361 fiExpr->set_function(udf); in end_visit()