Searched refs:PopContext (Results 1 – 6 of 6) sorted by relevance
54 void PopContext() { dirContext_.pop_back(); } in PopContext() function in Fortran::semantics::DirectiveAttributeVisitor123 void Post(const parser::OpenACCBlockConstruct &) { PopContext(); } in Post()125 void Post(const parser::OpenACCCombinedConstruct &) { PopContext(); } in Post()132 void Post(const parser::OpenACCLoopConstruct &) { PopContext(); } in Post()138 void Post(const parser::OpenACCStandaloneConstruct &) { PopContext(); } in Post()144 void Post(const parser::OpenACCCacheConstruct &) { PopContext(); } in Post()241 void Post(const parser::OpenMPLoopConstruct &) { PopContext(); } in Post()248 void Post(const parser::OpenMPSectionsConstruct &) { PopContext(); } in Post()258 void Post(const parser::OpenMPDeclareSimdConstruct &) { PopContext(); } in Post()260 void Post(const parser::OpenMPThreadprivate &) { PopContext(); } in Post()[all …]
106 self.instructions.push(Instruction::PopContext) in compile()127 self.instructions.push(Instruction::PopContext); in compile()539 assert_eq!(&PopContext, &instructions[2]); in test_with()554 assert_eq!(&PopContext, &instructions[4]); in test_foreach()
61 PopContext, enumerator
274 Instruction::PopContext => { in render_into()
129 void PopContext() { in PopContext() function
187 state.PopContext(); in Parse()