Searched refs:Enter (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dtest-getdate.sh186 Enter date, or blank line to exit.
237 Enter date, or blank line to exit.
299 Enter date, or blank line to exit.
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dfdr_log_writer_test.cc57 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, 1, 1));
100 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, 1, TSC++));
114 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, 1, TSC++));
145 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, 1, 1));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-explore.exp29 set enter_field_number_prompt {Enter the field number of choice: }
31 set array_index_prompt {Enter the index of the element you want to explore in .*: }
67 set result "$result$field\[ \]+=\[ \]+<Enter $field_num to explore this field of type .*"
113 -re ".*Enter the index of the element you want to explore in 'darray_ref':.*" {
119 -re ".*Returning to parent value.*Enter the index of the element you want to explore in 'darray_ref':.*" {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-explore.exp29 set enter_field_number_prompt {Enter the field number of choice: }
31 set array_index_prompt {Enter the index of the element you want to explore in .*: }
67 set result "$result$field\[ \]+=\[ \]+<Enter $field_num to explore this field of type .*"
113 -re ".*Enter the index of the element you want to explore in 'darray_ref':.*" {
119 -re ".*Returning to parent value.*Enter the index of the element you want to explore in 'darray_ref':.*" {
/netbsd-current/usr.sbin/sysinst/
H A Dmsg.entropy.pl54 {Enter one line of random characters.}
128 {Enter the unmounted local device and directory on that device where
H A Dmsg.mi.pl83 dzialac. Aby aktywowac biezacy wybor z menu, nacisnij klawisz Enter.
532 Enter the correct data manually, or insert a disk and retry.
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dsccs2rcs.in256 echo Enter a brief description of the file $file \(end w/ Ctrl-D\):
/netbsd-current/external/lgpl3/gmp/dist/mpn/m88k/
H A Dmul_1.s84 ; Enter the loop in the middle
117 ; Enter the loop in the middle
/netbsd-current/distrib/mvme68k/miniroot/
H A Dinstall.md167 echo -n "Press [Enter] to continue "
207 OK, then. Enter 'halt' at the prompt to halt the machine. Once the
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp707 // Enter the loop body, making that address the current address.
1751 Action.Enter(CGF);
2469 Action.Enter(CGF);
2956 Action.Enter(CGF);
3422 Action.Enter(CGF);
3917 Action.Enter(CGF);
3945 Action.Enter(CGF);
3983 Action.Enter(CGF);
4070 Action.Enter(CGF);
4088 Action.Enter(CG
[all...]
H A DCGOpenMPRuntimeGPU.cpp47 void Enter(CodeGenFunction &CGF) override {
1089 void Enter(CodeGenFunction &CGF) override {
1227 void Enter(CodeGenFunction &CGF) override {
1571 void Enter(CodeGenFunction &CGF) override {
1677 void Enter(CodeGenFunction &CGF) override {
H A DCGOpenMPRuntime.h63 virtual void Enter(CodeGenFunction &CGF) {} function in class:clang::CodeGen::PrePostActionTy
H A DCGOpenMPRuntime.cpp156 void Enter(CodeGenFunction &CGF) override {
709 // Enter the loop body, making that address the current address.
2207 void Enter(CodeGenFunction &CGF) override {
5197 Action.Enter(CGF);
5348 // Enter the loop body, making that address the current address.
5789 Action.Enter(CGF);
6378 void Enter(CodeGenFunction &CGF) override {
12424 Action.Enter(CGF);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_fdr_log_writer.h124 Enter = 0x00, member in class:__xray::FDRLogWriter::FunctionRecordKind
H A Dxray_fdr_controller.h265 return W.writeFunction(FDRLogWriter::FunctionRecordKind::Enter,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp282 ReenterTemplateScopeRAII(Parser &P, Decl *MaybeTemplated, bool Enter = true)
284 if (Enter) {
297 /*Enter=*/!Class.TopLevelClass),
304 Scopes.Enter(Scope::ClassScope|Scope::DeclScope);
337 InFunctionTemplateScope.Scopes.Enter(Scope::FunctionPrototypeScope |
726 InDeclScope.Scopes.Enter(Scope::FnScope | Scope::DeclScope |
H A DParseTemplate.cpp30 S.Enter(Scope::TemplateParamScope);
452 TemplateScopes.Enter(Scope::TemplateParamScope);
1655 Scopes.Enter(Scope::DeclScope);
H A DParseOpenMP.cpp579 // Enter scope.
682 Scopes.Enter(Scope::FnScope | Scope::DeclScope |
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp450 // Enter raw mode to disable identifier lookup (and thus macro expansion),
1098 // Enter this token stream so that we re-lex the tokens. Make sure to
1968 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter; enumerator in enum:__anon702
1976 if (Action == Enter && HasReachedMaxIncludeDepth && File &&
1983 if (Action == Enter && File && SuggestedModule && getLangOpts().Modules &&
2067 if (Action == Enter && File &&
2086 if (Action == Enter && File && PreambleConditionalStack.isRecording() &&
2238 case Enter:
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp837 if (auto Enter = PP.getAs<CallEnter>()) {
838 if (Enter->getCallExpr() == Call)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1756 BasicBlock *Enter = OutermostLoop->getPreheader(); local
1766 [this, DL, F, InnerEnter, &Enter, &Continue, &OutroInsertBefore](
1770 redirectTo(Enter, EmbeddedLoop->getPreheader(), DL);
1774 Enter = EmbeddedLoop->getBody();
1793 Builder.SetInsertPoint(Enter->getTerminator());
1811 BasicBlock *BodyEnter = Enter;
/netbsd-current/distrib/miniroot/
H A Dinstall.sub196 echo -n "Enter the pathname where the sets are stored [$_dir] "
807 echo "Enter the subdirectory relative to the mountpoint, that"
822 echo -n "Enter subdirectory: [try other install media] "
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dlocore.s724 stxa %g5, [%g0] ASI_IMMU_DATA_IN ! Enter new mapping
747 stxa %g5, [%g0] ASI_DMMU_DATA_IN ! Enter new mapping
935 stxa %g5, [%g0] ASI_IMMU_DATA_IN ! Enter new mapping
958 stxa %g5, [%g0] ASI_DMMU_DATA_IN ! Enter new mapping
1223 ta 1 ! Enter debugger
1821 stxa %g4, [%g0] ASI_DMMU_DATA_IN ! Enter new mapping
1915 stxa %g4, [%g0] ASI_DMMU_DATA_IN ! Enter new mapping
1934 stxa %g4, [%g0] ASI_DMMU_DATA_IN ! Enter new mapping
2393 ta 1; nop ! Enter debugger
2692 stxa %g4, [%g0] ASI_IMMU_DATA_IN ! Enter ne
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1126 void Enter(unsigned ScopeFlags) { function in class:clang::MultiParseScope

Completed in 599 milliseconds