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

/freebsd-13-stable/contrib/bearssl/T0/
H A DCPU.cs63 * Enter a function, reserving space for 'numLocals' local variables.
65 internal void Enter(Opcode[] code, int numLocals) method in class:CPU
H A DWordInterpreted.cs77 cpu.Enter(Code, NumLocals);
H A DT0Comp.cs1410 cpu.Enter(code, 0);
/freebsd-13-stable/libexec/rtld-elf/i386/
H A Drtld_start.S56 jmp *%eax # Enter main program
/freebsd-13-stable/libexec/rtld-elf/amd64/
H A Drtld_start.S49 jmp *%rax # Enter main program
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp685 // Enter the loop body, making that address the current address.
1718 Action.Enter(CGF);
2290 Action.Enter(CGF);
2769 Action.Enter(CGF);
3582 Action.Enter(CGF);
3610 Action.Enter(CGF);
3687 Action.Enter(CGF);
3704 Action.Enter(CGF);
3722 Action.Enter(CGF);
3740 Action.Enter(CG
[all...]
H A DCGOpenMPRuntimeNVPTX.cpp136 void Enter(CodeGenFunction &CGF) override {
1190 void Enter(CodeGenFunction &CGF) override {
1324 void Enter(CodeGenFunction &CGF) override {
1988 void Enter(CodeGenFunction &CGF) override {
2098 void Enter(CodeGenFunction &CGF) override {
2531 Action.Enter(CGF);
2700 Action.Enter(CGF);
H A DCGOpenMPRuntime.h63 virtual void Enter(CodeGenFunction &CGF) {} function in class:clang::CodeGen::PrePostActionTy
H A DCGOpenMPRuntime.cpp155 void Enter(CodeGenFunction &CGF) override {
698 // Enter the loop body, making that address the current address.
2159 void Enter(CodeGenFunction &CGF) override {
5072 Action.Enter(CGF);
5223 // Enter the loop body, making that address the current address.
5664 Action.Enter(CGF);
6250 void Enter(CodeGenFunction &CGF) override {
11513 Action.Enter(CGF);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h123 Enter = 0x00, member in class:__xray::FDRLogWriter::FunctionRecordKind
H A Dxray_fdr_controller.h264 return W.writeFunction(FDRLogWriter::FunctionRecordKind::Enter,
/freebsd-13-stable/contrib/llvm-project/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 |
719 InDeclScope.Scopes.Enter(Scope::FnScope | Scope::DeclScope |
H A DParseTemplate.cpp30 S.Enter(Scope::TemplateParamScope);
453 TemplateScopes.Enter(Scope::TemplateParamScope);
1656 Scopes.Enter(Scope::DeclScope);
H A DParseOpenMP.cpp570 // Enter scope.
675 Scopes.Enter(Scope::FnScope | Scope::DeclScope |
/freebsd-13-stable/stand/lua/
H A Dmenu.lua266 color.highlight("[Enter]"),
281 "ingle user " .. color.highlight("[Enter]"),
518 " seconds, hit [Enter] to boot" ..
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp426 // Enter raw mode to disable identifier lookup (and thus macro expansion),
1071 // Enter this token stream so that we re-lex the tokens. Make sure to
1941 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter; enumerator in enum:__anon1952
1949 if (Action == Enter && HasReachedMaxIncludeDepth && File &&
1956 if (Action == Enter && File && SuggestedModule && getLangOpts().Modules &&
2040 if (Action == Enter && File &&
2059 if (Action == Enter && File && PreambleConditionalStack.isRecording() &&
2211 case Enter:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp264 void Enter(const EditLineCharType *line_cstr) { function in class:lldb_private::line_editor::EditlineHistory
1415 m_history_sp->Enter(input);
1457 m_history_sp->Enter(CombineLines(m_input_lines).c_str());
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp800 if (auto Enter = PP.getAs<CallEnter>()) {
801 if (Enter->getCallExpr() == Call)
/freebsd-13-stable/stand/i386/boot0/
H A Dboot0.S141 .set KEY_ENTER,0x1c # Enter key scan code
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1104 void Enter(unsigned ScopeFlags) { function in class:clang::MultiParseScope
/freebsd-13-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2464 Press Enter to edit this file in ${EDITOR} and resolve the conflicts

Completed in 261 milliseconds