HomeSort by: relevance | last modified time | path
    Searched defs:enter (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_context_types.h 35 void (*enter)(struct intel_context *ce); member in struct:intel_context_ops
  /src/external/gpl3/gcc/dist/gcc/
value-pointer-equiv.cc 57 void enter (basic_block);
76 ssa_equiv_stack::enter (basic_block) function in class:ssa_equiv_stack
178 pointer_equiv_analyzer::enter (basic_block bb) function in class:pointer_equiv_analyzer
180 m_cond_points->enter (bb);
ipa-strub.cc 1868 DEF_SS_BUILTIN (enter, ". Ot",
2459 pointer, and omit the enter and leave calls around the modified call, as an
2477 tree enter = get_enter ();
2478 gcall *stptr = gimple_build_call (enter, 1,
2483 e->caller->create_edge (cgraph_node::get_create (enter),
3504 tree enter = get_enter ();
3505 gcall *stptr = gimple_build_call (enter, 1, unshare_expr (swmp));
3508 onode->create_edge (cgraph_node::get_create (enter),
2475 tree enter = get_enter (); local
3502 tree enter = get_enter (); local
  /src/external/gpl3/gcc.old/dist/gcc/
value-pointer-equiv.cc 57 void enter (basic_block);
76 ssa_equiv_stack::enter (basic_block) function in class:ssa_equiv_stack
178 pointer_equiv_analyzer::enter (basic_block bb) function in class:pointer_equiv_analyzer
180 m_cond_points->enter (bb);
gimple-ssa-evrp-analyze.cc 67 /* Analyze ranges as we enter basic block BB. */
70 evrp_range_analyzer::enter (basic_block bb) function in class:evrp_range_analyzer
  /src/sbin/ldconfig/
ldconfig.c 85 static void enter(char *, char *, char *, int *, int);
293 enter(dir, dp->d_name, name, dewey, ndewey);
302 enter(char *dir, char *file, char *name, int dewey[], int ndewey) function
416 /* Enter all */
  /src/sys/arch/hpc/hpc/platid_gen/
platid_gen.c 79 void enter(void);
179 enter(); /* XXX */
227 enter(void) function
329 enter();
  /src/usr.sbin/lpr/pac/
pac.c 97 static struct hent *enter(const char *);
168 (void)enter(*argv);
234 hp = enter(cp);
330 * Enter the name into the hash table and return the pointer allocated.
334 enter(const char *name) function
  /src/external/gpl2/rcs/dist/src/
rcsgen.c 151 enum stringwork { enter, copy, edit, expand, edit_expand }; enumerator in enum:stringwork
194 scandeltatext(deltas->first, enter, false);
257 case enter: enterstring(); break;
435 "enter %s, terminated with single '.' or end of file:\n%s>> ",
  /src/usr.bin/systat/
netstat.c 81 static void enter(struct inpcb *, struct socket *, int, const char *);
250 enter(inp, &sockb, tcpcb.t_state, "tcp");
252 enter(inp, &sockb, 0, "udp");
303 enter(struct inpcb *inp, struct socket *so, int state, const char *proto) function
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
rlfe.c 306 static char enter[] = "\r"; local
342 write (out_to_inferior_fd, enter, sizeof(enter)-1);
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
rlfe.c 306 static char enter[] = "\r"; local
342 write (out_to_inferior_fd, enter, sizeof(enter)-1);
  /src/usr.sbin/inetd/
parse.c 98 static struct servtab *enter(struct servtab *);
199 sep = enter(cp);
339 enter(struct servtab *cp) function
1181 /* This does not set every field to default. See enter() as well */
  /src/games/adventure/
init.c 118 static int enter, /*stream,*/ pour; variable
239 enter = vocab(DECR('e', 'n', 't', 'e', 'r'), 0, 0);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 1249 // Enter a cleanup scope, including the catch variable and the
1350 // Enter a cleanup to call the end-catch function if one was provided.
1410 void CodeGenFunction::FinallyInfo::enter(CodeGenFunction &CGF, const Stmt *body, function in class:CodeGenFunction::FinallyInfo
1452 // Enter a normal cleanup which will perform the @finally block.
1457 // Enter a catch-all scope.
CodeGenFunction.h 702 /// A function to call to enter the catch.
714 void enter(CodeGenFunction &CGF, const Stmt *Finally,
849 /// Enter a new cleanup scope.
902 /// Enter a new cleanup scope.
1034 /// Enter a new OpenMP private scope.
1436 /// Enter the cancel supporting \a Kind construct.
1440 void enter(CodeGenFunction &CGF, OpenMPDirectiveKind Kind, bool HasCancel) { function in class:clang::CodeGen::CodeGenFunction::OpenMPCancelExitStack
1537 // enter/leave scopes.
2098 /// Enter a cleanup to destroy a __block variable. Note that this
2279 /// EnterDtorCleanups - Enter the cleanups necessary to complete th
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 111 void enter(ObjCTypeParamList *P) { function in class:Parser::ObjCTypeParamListScope
554 // Form the type parameter list and enter its scope.
560 Scope.enter(list);
2631 // Enter a scope to hold everything within the compound stmt. Compound
3668 // Enter a scope for the method or c-function body.
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-next-runtime-abi-01.cc 2548 tree t, enter, sj, cond; local
2552 enter = build_function_call (input_location,
2571 cond = build2 (COMPOUND_EXPR, TREE_TYPE (sj), enter, sj);
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-next-runtime-abi-01.cc 2545 tree t, enter, sj, cond; local
2549 enter = build_function_call (input_location,
2568 cond = build2 (COMPOUND_EXPR, TREE_TYPE (sj), enter, sj);
  /src/external/bsd/tmux/dist/
input.c 358 void (*enter)(struct input_ctx *); member in struct:input_state
777 /* Stop UTF-8 and enter an invalid character. */
942 if (ictx->state->enter != NULL)
943 ictx->state->enter(ictx);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-decl.cc 6133 bool enter = false; local
6138 enter = true;
6140 if (!enter)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-decl.cc 5917 bool enter = false; local
5922 enter = true;
5924 if (!enter)
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 8306 int enter; local
8312 if (os_strncmp(cmd, "enter", 5) == 0)
8313 enter = 1;
8315 enter = 0;
8345 ret = ieee802_11_send_wnmsleep_req(wpa_s, enter ? WNM_SLEEP_MODE_ENTER :

Completed in 64 milliseconds