| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/usr.bin/vi/docs/ |
| H A D | help | 14 :w<Enter> - write the file 15 :q<Enter> - exit the file 16 :q!<Enter> - exit without writing the file 17 :#<Enter> - move to a line (e.g., :35<Enter> moves to line 35) 21 J - join two lines (use i<Enter><escape> to split a line)
|
| H A D | TODO | 104 E_CANONICAL /* Enter tty canonical mode. */
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1791 Action.Enter(CGF); in EmitOMPParallelDirective() 2509 Action.Enter(CGF); in emitOMPSimdRegion() 3175 Action.Enter(CGF); in emitInnerParallelForWhenCombined() 3694 Action.Enter(CGF); in emitScanBasedDirective() 4237 Action.Enter(CGF); in EmitOMPSingleDirective() 4265 Action.Enter(CGF); in emitMaster() 4301 Action.Enter(CGF); in emitMasked() 4384 Action.Enter(CGF); in EmitOMPCriticalDirective() 4402 Action.Enter(CGF); in EmitOMPParallelForDirective() 4436 Action.Enter(CGF); in EmitOMPParallelForSimdDirective() [all …]
|
| H A D | CGOpenMPRuntimeGPU.cpp | 47 void Enter(CodeGenFunction &CGF) override { in Enter() function in __anonf5421e1e0111::NVPTXActionTy 748 void Enter(CodeGenFunction &CGF) override { in emitNonSPMDKernel() function in CGOpenMPRuntimeGPU::emitNonSPMDKernel::NVPTXPrePostActionTy 805 void Enter(CodeGenFunction &CGF) override { in emitSPMDKernel() function in CGOpenMPRuntimeGPU::emitSPMDKernel::NVPTXPrePostActionTy 1005 void Enter(CodeGenFunction &CGF) override { in emitTeamsOutlinedFunction() function in CGOpenMPRuntimeGPU::emitTeamsOutlinedFunction::NVPTXPrePostActionTy
|
| H A D | CGOpenMPRuntime.h | 61 virtual void Enter(CodeGenFunction &CGF) {} in Enter() function
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 296 ReenterTemplateScopeRAII(Parser &P, Decl *MaybeTemplated, bool Enter = true) in ReenterTemplateScopeRAII() 298 if (Enter) { in ReenterTemplateScopeRAII() 318 Scopes.Enter(Scope::ClassScope|Scope::DeclScope); in ReenterClassScopeRAII() 351 InFunctionTemplateScope.Scopes.Enter(Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration() 745 InDeclScope.Scopes.Enter(Scope::FnScope | Scope::DeclScope | in ParseLexedAttribute()
|
| H A D | ParseTemplate.cpp | 31 S.Enter(Scope::TemplateParamScope); in ReenterTemplateScopes() 481 TemplateScopes.Enter(Scope::TemplateParamScope); in ParseTemplateParameters() 1721 Scopes.Enter(Scope::DeclScope); in ParseLateTemplatedFuncDef()
|
| /openbsd-src/lib/libcurses/ |
| H A D | Caps | 650 enter_doublewide_mode swidm str ZF - - ----- Enter double-wide mode 651 enter_draft_quality sdrfq str ZG - - ----- Enter draft-quality mode 652 enter_italics_mode sitm str ZH - - ----- Enter italic mode 655 enter_near_letter_quality snlq str ZK - - ----- Enter NLQ mode 656 enter_normal_quality snrmq str ZL - - ----- Enter normal-quality mode 657 enter_shadow_mode sshm str ZM - - ----- Enter shadow-print mode 658 enter_subscript_mode ssubm str ZN - - ----- Enter subscript mode 659 enter_superscript_mode ssupm str ZO - - ----- Enter superscript mode 737 enter_pc_charset_mode smpch str S2 - - ----- Enter PC character display mode 739 enter_scancode_mode smsc str S4 - - ----- Enter PC scancode mode [all …]
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | python.rst | 41 Enter search word: love 43 Enter search word: sun 45 Enter search word: Romeo 47 Enter search word: ^D 412 Enter your Python command(s). Type 'DONE' to end. 423 Enter your Python command(s). Type 'DONE' to end. 789 fprintf(stdout, "Enter search word: ");
|
| /openbsd-src/games/boggle/boggle/ |
| H A D | helpfile | 4 Enter word: <return> or <linefeed> or <space>
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
| H A D | xray_fdr_log_writer.h | 123 Enter = 0x00,
|
| H A D | xray_fdr_controller.h | 264 return W.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, in functionEnter()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 2195 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter; in HandleHeaderIncludeOrImport() enumerator 2203 if (Action == Enter && HasReachedMaxIncludeDepth && File && in HandleHeaderIncludeOrImport() 2212 Action == Enter && File && SM && !SM->isForBuilding(getLangOpts()); in HandleHeaderIncludeOrImport() 2319 if (Action == Enter && File && in HandleHeaderIncludeOrImport() 2344 if (Action == Enter && File && PreambleConditionalStack.isRecording() && in HandleHeaderIncludeOrImport() 2495 case Enter: in HandleHeaderIncludeOrImport()
|
| /openbsd-src/usr.bin/mg/ |
| H A D | tutorial | 185 . or Enter - Stop replacing text (you can also use C-g). 223 Type M-x column-number-mode Enter to enable it if it is disabled (the 294 keys to move to the buffer you wish to switch to, and then type the Enter key to 319 M-x find-file Enter. When you type a command using M-x, mg prompts you for
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perldebtut.pod | 128 Enter h or `h h' for help, or `man perldebug' for more help. 161 f filename View source in file <CR/Enter> Repeat last n or s 358 Enter h or `h h' for help, or `man perldebug' for more help. 487 Enter h or `h h' for help, or `man perldebug' for more help.
|
| H A D | perlembed.pod | 821 while(printf("Enter file name: ") && 862 Enter file name: test.pl 864 Enter file name: test.pl 867 Enter file name: ^C
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 836 if (auto Enter = PP.getAs<CallEnter>()) { in findCallEnter() local 837 if (Enter->getCallExpr() == Call) in findCallEnter()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Editline.cpp | 274 void Enter(const EditLineCharType *line_cstr) { in Enter() function in lldb_private::line_editor::EditlineHistory 1530 m_history_sp->Enter(input); in GetLine() 1574 m_history_sp->Enter(CombineLines(m_input_lines).c_str()); in GetLines()
|
| /openbsd-src/distrib/notes/hppa/ |
| H A D | install | 57 a) Enter Boot Administration mode
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-i860.texi | 87 Enter dual instruction mode. While this directive is supported, the
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-i860.texi | 87 Enter dual instruction mode. While this directive is supported, the
|
| /openbsd-src/distrib/notes/sparc64/ |
| H A D | install | 198 Enter the entries for the remotely mounted filesystems.
|
| /openbsd-src/distrib/notes/ |
| H A D | m4.common | 293 Enter "I" for a fresh install or "U" to upgrade an existing 294 installation. Enter "A" to start an unattended installation 406 Enter the desired login name, or "n" if you do not want to 524 Enter "M" to view the entire manual page (see the info on the
|
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2825 BasicBlock *Enter = OutermostLoop->getPreheader(); in tileLoops() local 2835 [this, DL, F, InnerEnter, &Enter, &Continue, &OutroInsertBefore]( in tileLoops() 2839 redirectTo(Enter, EmbeddedLoop->getPreheader(), DL); in tileLoops() 2843 Enter = EmbeddedLoop->getBody(); in tileLoops() 2862 Builder.SetInsertPoint(Enter->getTerminator()); in tileLoops() 2880 BasicBlock *BodyEnter = Enter; in tileLoops()
|