Home
last modified time | relevance | path

Searched refs:SyncImagesStmt (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/flang/include/flang/Lower/
DRuntime.h28 struct SyncImagesStmt;
47 const parser::SyncImagesStmt &);
DPFTBuilder.h106 parser::StopStmt, parser::SyncAllStmt, parser::SyncImagesStmt,
/external/llvm-project/flang/lib/Parser/
Dexecutable-parsers.cpp128 construct<ActionStmt>(indirect(Parser<SyncImagesStmt>{})),
457 "SYNC IMAGES"_sptok >> parenthesized(construct<SyncImagesStmt>( in TYPE_PARSER()
458 construct<SyncImagesStmt::ImageSet>(intExpr) || in TYPE_PARSER()
459 construct<SyncImagesStmt::ImageSet>(star), in TYPE_PARSER()
Dunparse.cpp1124 void Unparse(const SyncImagesStmt &x) { // R1166 in Unparse()
1126 Walk(std::get<SyncImagesStmt::ImageSet>(x.t)); in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h658 NODE(parser, SyncImagesStmt) in NODE()
659 NODE(SyncImagesStmt, ImageSet) in NODE()
Dparse-tree.h212 struct SyncImagesStmt; // R1166
492 common::Indirection<SyncImagesStmt>, common::Indirection<SyncMemoryStmt>,
2443 struct SyncImagesStmt { struct
2448 TUPLE_CLASS_BOILERPLATE(SyncImagesStmt); argument
/external/llvm-project/flang/lib/Semantics/
Dtools.cpp821 parser::SyncAllStmt, parser::SyncImagesStmt, parser::SyncMemoryStmt,