Searched refs:VarScope (Results 1 – 6 of 6) sorted by relevance
83 typedef Scope<VariableDeclStmtNode> VarScope; typedef100 void push_var(VarScope *scope) { in push_var()109 VarScope *old = current_var_scope_; in pop_var()129 VarScope* enter_var_scope() { in enter_var_scope()130 current_var_scope_ = new VarScope(current_var_scope_, next_var_id()); in enter_var_scope()137 VarScope* exit_var_scope() { in exit_var_scope()155 void set_current(VarScope* s) { current_var_scope_ = s; } in set_current()156 VarScope* current_var() const { return current_var_scope_; } in current_var()157 VarScope* top_var() const { return top_var_scope_; } in top_var()175 VarScope* current_var_scope_;[all …]
102 StatusTuple lookup_var(Node *n, const std::string &name, Scopes::VarScope *scope,
340 Scopes::VarScope* scope_;
55 Scopes::VarScope *var_scope;
349 StatusTuple CodegenLLVM::lookup_var(Node *n, const string &name, Scopes::VarScope *scope, in lookup_var()
1378 CodeGenFunction::OMPPrivateScope VarScope(*this); in EmitOMPLinearClauseFinal() local1379 VarScope.addPrivate(OrigVD, [OrigAddr]() -> Address { return OrigAddr; }); in EmitOMPLinearClauseFinal()1380 (void)VarScope.Privatize(); in EmitOMPLinearClauseFinal()1576 OMPPrivateScope VarScope(*this); in EmitOMPSimdFinal() local1577 VarScope.addPrivate(OrigVD, in EmitOMPSimdFinal()1579 (void)VarScope.Privatize(); in EmitOMPSimdFinal()