Home
last modified time | relevance | path

Searched refs:PopContext (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dresolve-directives.cpp54 void PopContext() { dirContext_.pop_back(); } in PopContext() function in Fortran::semantics::DirectiveAttributeVisitor
123 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 …]
/external/rust/crates/tinytemplate/src/
Dcompiler.rs106 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()
Dinstruction.rs61 PopContext, enumerator
Dtemplate.rs274 Instruction::PopContext => { in render_into()
/external/llvm-project/flang/include/flang/Parser/
Dparse-state.h129 void PopContext() { in PopContext() function
/external/llvm-project/flang/lib/Parser/
Dbasic-parsers.h187 state.PopContext(); in Parse()