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

  /src/usr.bin/config/
gram.y 201 %type <attr> depend
612 /* one or more depend items */
614 depend { $$ = MK2(attrlist, NULL, $1); }
615 | depends ',' depend { $$ = MK2(attrlist, $1, $3); }
618 /* one depend item (which is an attribute) */
619 depend: label
635 /* one option depend, which is an option name */
  /src/external/mpl/bind/dist/lib/dns/
gen.c 589 int depend = 0; local
607 depend = 0;
615 depend = 1;
623 depend = 0;
631 depend = 0;
752 if (!depend) {
1020 } else if (depend) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
gen.c 556 int depend = 0; local
578 depend = 0;
586 depend = 1;
594 depend = 0;
602 depend = 0;
720 if (!depend) {
1018 } else if (depend) {
  /src/external/mpl/dhcp/dist/keama/
confparse.c 421 if (!mapContains(class, "depend"))
423 list = mapGet(class, "depend");
424 mapRemove(class, "depend");
426 struct element *depend; local
433 depend = listGet(list, 0);
435 assert(depend != NULL);
436 assert(depend->type == ELEMENT_STRING);
437 dname = stringValue(depend);
460 msg = makeString(-1, "/// Depend on missing '");
4744 struct element *depend; local
    [all...]
  /src/sys/dev/ieee1394/
fwohcireg.h 117 uint32_t depend; member in struct:fwohcidb::__anon3093::__anon3094
  /src/external/gpl3/gcc/dist/libgomp/
libgomp.h 645 /* Depend entry is of type "IN" (1) or "INOUTSET" (2). */
679 /* Tasks that depend on this task. */
683 /* Last depend({,in}out:omp_all_memory) child if any. */
685 /* Number of items in DEPEND. */
723 struct gomp_task_depend_entry depend[]; member in struct:gomp_task
target.c 2982 DEPEND is array of dependencies, see GOMP_task for details.
3005 unsigned int flags, void **depend, void **args)
3198 sizes, kinds, flags, depend, new_args,
3204 /* If there are depend clauses, but nowait is not present
3208 if (depend != NULL)
3223 gomp_task_maybe_wait_for_dependencies (depend);
3946 unsigned int flags, void **depend)
3950 /* If there are depend clauses, but nowait is not present,
3954 variable mapping or unmapping, ignore nowait if depend clauses
3956 if (depend != NULL
4573 void *depend[depobj_count + 5]; local
4880 void *depend[depobj_count + 5]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp.h 538 /* Depend entry is of type "IN". */
572 /* Tasks that depend on this task. */
576 /* Number of items in DEPEND. */
614 struct gomp_task_depend_entry depend[]; member in struct:gomp_task
  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 109 a depend clause. */
764 tree depend = omp_find_clause (clauses, OMP_CLAUSE_DEPEND); local
772 | (depend ? GOMP_TASK_FLAG_DEPEND : 0);
859 if (depend)
860 depend = OMP_CLAUSE_DECL (depend);
862 depend = build_int_cst (ptr_type_node, 0);
900 depend, priority, detach);
914 tree depend = omp_find_clause (clauses, OMP_CLAUSE_DEPEND); local
915 if (depend == NULL_TREE
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 109 a depend clause. */
763 tree depend = omp_find_clause (clauses, OMP_CLAUSE_DEPEND); local
771 | (depend ? GOMP_TASK_FLAG_DEPEND : 0);
858 if (depend)
859 depend = OMP_CLAUSE_DECL (depend);
861 depend = build_int_cst (ptr_type_node, 0);
899 depend, priority, detach);
913 tree depend = omp_find_clause (clauses, OMP_CLAUSE_DEPEND); local
914 if (depend == NULL_TREE
    [all...]

Completed in 37 milliseconds