Home
last modified time | relevance | path

Searched refs:IntrinsicStmt (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dprogram-parsers.cpp181 construct<OtherSpecificationStmt>(indirect(Parser<IntrinsicStmt>{})), argument
419 "INTRINSIC" >> maybe("::"_tok) >> construct<IntrinsicStmt>(listOfNames))
Dunparse.cpp1654 void Unparse(const IntrinsicStmt &x) { // R1519 in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h242 struct IntrinsicStmt; // R1519
368 common::Indirection<IntentStmt>, common::Indirection<IntrinsicStmt>,
3107 WRAPPER_CLASS(IntrinsicStmt, std::list<Name>);
Ddump-parse-tree.h383 NODE(parser, IntrinsicStmt) in NODE()
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp748 bool Pre(const parser::IntrinsicStmt &);
3361 bool DeclarationVisitor::Pre(const parser::IntrinsicStmt &x) { in Pre()