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

/freebsd-12-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-12-stable/libexec/rtld-elf/i386/
H A Drtld_start.S56 jmp *%eax # Enter main program
/freebsd-12-stable/libexec/rtld-elf/amd64/
H A Drtld_start.S49 jmp *%rax # Enter main program
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp666 // Enter the loop body, making that address the current address.
1421 Action.Enter(CGF);
1938 Action.Enter(CGF);
2407 Action.Enter(CGF);
2990 Action.Enter(CGF);
3014 Action.Enter(CGF);
3027 Action.Enter(CGF);
3044 Action.Enter(CGF);
3058 Action.Enter(CGF);
3071 Action.Enter(CG
[all...]
H A DCGOpenMPRuntimeNVPTX.cpp135 void Enter(CodeGenFunction &CGF) override {
1170 void Enter(CodeGenFunction &CGF) override {
1304 void Enter(CodeGenFunction &CGF) override {
1973 void Enter(CodeGenFunction &CGF) override {
2083 void Enter(CodeGenFunction &CGF) override {
2512 Action.Enter(CGF);
2681 Action.Enter(CGF);
H A DCGOpenMPRuntime.h59 virtual void Enter(CodeGenFunction &CGF) {} function in class:clang::CodeGen::PrePostActionTy
H A DCGOpenMPRuntime.cpp149 void Enter(CodeGenFunction &CGF) override {
891 // Enter the loop body, making that address the current address.
3215 void Enter(CodeGenFunction &CGF) override {
5330 Action.Enter(CGF);
5476 // Enter the loop body, making that address the current address.
5915 Action.Enter(CGF);
11532 Action.Enter(CGF);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h350 const Stmt *Enter; member in class:clang::ScopeContext
354 : LocationContext(Scope, ctx, parent, ID), Enter(s) {}
/freebsd-12-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-12-stable/stand/lua/
H A Dmenu.lua262 color.highlight("[Enter]"),
277 "ingle user " .. color.highlight("[Enter]"),
488 " seconds, hit [Enter] to boot" ..
/freebsd-12-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
1953 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter; enumerator in enum:__anon3084
1961 if (Action == Enter && HasReachedMaxIncludeDepth && File &&
1968 if (Action == Enter && File && SuggestedModule && getLangOpts().Modules &&
2052 if (Action == Enter && File &&
2150 case Enter:
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp259 void Enter(const EditLineCharType *line_cstr) { function in class:lldb_private::line_editor::EditlineHistory
1406 m_history_sp->Enter(input);
1448 m_history_sp->Enter(CombineLines(m_input_lines).c_str());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp369 Profile(ID, getAnalysisDeclContext(), getParent(), Enter);
/freebsd-12-stable/stand/i386/boot0/
H A Dboot0.S141 .set KEY_ENTER,0x1c # Enter key scan code
/freebsd-12-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2464 Press Enter to edit this file in ${EDITOR} and resolve the conflicts

Completed in 383 milliseconds