| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-io.h | 38 void Enter( 41 void Enter(const parser::ConnectSpec &); 45 void Enter(const parser::EndLabel &); 46 void Enter(const parser::EorLabel &); 47 void Enter(const parser::ErrLabel &); 49 void Enter(const parser::Format &); 50 void Enter(const parser::IdExpr &); 51 void Enter(const parser::IdVariable &); 52 void Enter(const parser::InputItem &); 63 void Enter(const parser::IoUnit &); [all …]
|
| H A D | check-acc-structure.h | 46 void Enter(const parser::OpenACCBlockConstruct &); 48 void Enter(const parser::OpenACCCombinedConstruct &); 50 void Enter(const parser::OpenACCLoopConstruct &); 52 void Enter(const parser::OpenACCRoutineConstruct &); 54 void Enter(const parser::OpenACCStandaloneConstruct &); 56 void Enter(const parser::OpenACCStandaloneDeclarativeConstruct &); 58 void Enter(const parser::OpenACCWaitConstruct &); 60 void Enter(const parser::OpenACCAtomicConstruct &); 62 void Enter(const parser::OpenACCCacheConstruct &); 67 void Enter(const parser::AccClause &);
|
| H A D | check-omp-structure.h | 131 void Enter(const parser::OpenMPConstruct &); 132 void Enter(const parser::OpenMPLoopConstruct &); 134 void Enter(const parser::OmpEndLoopDirective &); 136 void Enter(const parser::OpenMPBlockConstruct &); 139 void Enter(const parser::OmpEndBlockDirective &); 155 void Enter(const parser::OpenMPThreadprivate &); 172 void Enter(const parser::OmpClause &); 174 void Enter(const parser::OmpAtomicRead &); 176 void Enter(const parser::OmpAtomicWrite &); 178 void Enter(const parser::OmpAtomicUpdate &); [all …]
|
| H A D | check-do-forall.h | 44 void Enter(const parser::CycleStmt &); in ENUM_CLASS() 45 void Enter(const parser::DoConstruct &); in ENUM_CLASS() 47 void Enter(const parser::ForallConstruct &); in ENUM_CLASS() 49 void Enter(const parser::ForallStmt &); in ENUM_CLASS() 52 void Enter(const parser::ExitStmt &); in ENUM_CLASS() 53 void Enter(const parser::Expr &); in ENUM_CLASS()
|
| H A D | assignment.h | 43 void Enter(const parser::AssignmentStmt &); 44 void Enter(const parser::PointerAssignmentStmt &); 45 void Enter(const parser::WhereStmt &); 47 void Enter(const parser::WhereConstructStmt &); 49 void Enter(const parser::MaskedElsewhereStmt &);
|
| H A D | check-acc-structure.cpp | 13 void AccStructureChecker::Enter(const parser::AccClause::X &) { \ 18 void AccStructureChecker::Enter(const parser::AccClause::X &c) { \ 89 void AccStructureChecker::Enter(const parser::AccClause &x) { in Enter() function in Fortran::semantics::AccStructureChecker 95 void AccStructureChecker::Enter(const parser::OpenACCBlockConstruct &x) { in Enter() function in Fortran::semantics::AccStructureChecker 133 void AccStructureChecker::Enter( in Enter() function in Fortran::semantics::AccStructureChecker 201 void AccStructureChecker::Enter(const parser::OpenACCLoopConstruct &x) { in Enter() function in Fortran::semantics::AccStructureChecker 285 void AccStructureChecker::Enter(const parser::OpenACCWaitConstruct &x) { in Enter() function in Fortran::semantics::AccStructureChecker 353 void AccStructureChecker::Enter(const parser::AccClause::Create &c) { in CHECK_REQ_SCALAR_INT_CONSTANT_CLAUSE() 370 void AccStructureChecker::Enter(const parser::AccClause::Copyin &c) { in Enter() function in Fortran::semantics::AccStructureChecker 390 void AccStructureChecker::Enter(const parser::AccClause::Copyout &c) { in Enter() function in Fortran::semantics::AccStructureChecker [all …]
|
| H A D | check-io.cpp | 58 void IoChecker::Enter( in Enter() function in Fortran::semantics::IoChecker 93 void IoChecker::Enter(const parser::ConnectSpec &spec) { in Enter() function in Fortran::semantics::IoChecker 195 void IoChecker::Enter(const parser::EndLabel &) { in Enter() function in Fortran::semantics::IoChecker 199 void IoChecker::Enter(const parser::EorLabel &) { in Enter() function in Fortran::semantics::IoChecker 203 void IoChecker::Enter(const parser::ErrLabel &) { in Enter() function in Fortran::semantics::IoChecker 207 void IoChecker::Enter(const parser::FileUnitNumber &) { in Enter() function in Fortran::semantics::IoChecker 212 void IoChecker::Enter(const parser::Format &spec) { in Enter() function in Fortran::semantics::IoChecker 308 void IoChecker::Enter(const parser::IdVariable &spec) { in Enter() function in Fortran::semantics::IoChecker 324 void IoChecker::Enter(const parser::InputItem &spec) { in Enter() function in Fortran::semantics::IoChecker 550 void IoChecker::Enter(const parser::IoUnit &spec) { in Enter() function in Fortran::semantics::IoChecker [all …]
|
| H A D | check-purity.h | 23 void Enter(const parser::ExecutableConstruct &); 24 void Enter(const parser::SubroutineSubprogram &); 26 void Enter(const parser::FunctionSubprogram &);
|
| H A D | check-purity.cpp | 14 void PurityChecker::Enter(const parser::ExecutableConstruct &exec) { in Enter() function in Fortran::semantics::PurityChecker 20 void PurityChecker::Enter(const parser::SubroutineSubprogram &subr) { in Enter() function in Fortran::semantics::PurityChecker 28 void PurityChecker::Enter(const parser::FunctionSubprogram &func) { in Enter() function in Fortran::semantics::PurityChecker
|
| H A D | assignment.cpp | 267 void AssignmentChecker::Enter(const parser::AssignmentStmt &x) { in Enter() function in Fortran::semantics::AssignmentChecker 270 void AssignmentChecker::Enter(const parser::PointerAssignmentStmt &x) { in Enter() function in Fortran::semantics::AssignmentChecker 273 void AssignmentChecker::Enter(const parser::WhereStmt &x) { in Enter() function in Fortran::semantics::AssignmentChecker 279 void AssignmentChecker::Enter(const parser::WhereConstructStmt &x) { in Enter() function in Fortran::semantics::AssignmentChecker 285 void AssignmentChecker::Enter(const parser::MaskedElsewhereStmt &x) { in Enter() function in Fortran::semantics::AssignmentChecker
|
| H A D | check-omp-structure.cpp | 18 void OmpStructureChecker::Enter(const parser::OmpClause::X &) { \ 23 void OmpStructureChecker::Enter(const parser::OmpClause::X &c) { \ 29 void OmpStructureChecker::Enter(const parser::OmpClause::X &c) { \ 36 void OmpStructureChecker::Enter(const parser::X &) { \ 359 void OmpStructureChecker::Enter(const parser::OpenMPConstruct &x) { in Enter() function in Fortran::semantics::OmpStructureChecker 375 void OmpStructureChecker::Enter(const parser::OpenMPLoopConstruct &x) { in Enter() function in Fortran::semantics::OmpStructureChecker 1237 void OmpStructureChecker::Enter( in Enter() function in Fortran::semantics::OmpStructureChecker 1329 void OmpStructureChecker::Enter( in Enter() function in Fortran::semantics::OmpStructureChecker 1796 void OmpStructureChecker::Enter(const parser::OmpClause &x) { in Enter() function in Fortran::semantics::OmpStructureChecker 2225 void OmpStructureChecker::Enter(const parser::OmpClause::If &x) { in Enter() function in Fortran::semantics::OmpStructureChecker [all …]
|
| H A D | semantics.cpp | 72 using C::Enter...; 74 using BaseChecker::Enter; 83 Enter(node); in Pre() 95 Enter(node); in Pre() 100 Enter(node); in Pre()
|
| H A D | check-case.h | 24 void Enter(const parser::CaseConstruct &);
|
| H A D | check-stop.h | 25 void Enter(const parser::StopStmt &);
|
| H A D | check-select-type.h | 24 void Enter(const parser::SelectTypeConstruct &);
|
| H A D | check-stop.cpp | 19 void StopChecker::Enter(const parser::StopStmt &stmt) { in Enter() function in Fortran::semantics::StopChecker
|
| H A D | check-coarray.h | 35 void Enter(const parser::CriticalConstruct &);
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-xray/X86/ |
| H A D | fdr-dump-arg1-version-3.txt | 15 ; CHECK-NEXT: - <Function Enter: #3 delta = +0> 17 ; CHECK-NEXT: - <Function Enter: #2 delta = +1028487290> 22 ; CHECK-NEXT: - <Function Enter: #1 delta = +0>
|
| H A D | fdr-dump-arg1.txt | 12 ; CHECK-NEXT: - <Function Enter: #1 delta = +3146>
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/ |
| H A D | fdr_log_writer_test.cpp | 56 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, 1, 1)); in TEST() 99 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, 1, TSC++)); in TEST() 113 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, 1, TSC++)); in TEST() 144 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, 1, 1)); in TEST()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | inlineasm-switch-mode.ll | 5 …Enter ARM Mode \0A\09adr r3, 1f \0A\09bx r3 \0A\09.align 2 \0A\09.code 32 \0A1: push {r7} \0A\0…
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | exceptions-legacy.mm | 16 // Enter the @synchronized block. 56 // Enter the @try block.
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/ |
| H A D | scripted_breakpoint.test | 11 # CHECK: Enter your Python command(s). Type 'DONE' to end.
|
| /llvm-project-15.0.7/lldb/test/Shell/Commands/ |
| H A D | command-regex-unalias.test | 5 # CHECK: Enter one or more sed substitution commands in the form
|
| H A D | command-regex-delete.test | 5 # CHECK: Enter one or more sed substitution commands in the form
|