| /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 */
|
| 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 */
|
| 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/sys/dev/ieee1394/ |
| fwohcireg.h | 117 uint32_t depend; member in struct:fwohcidb::__anon3093::__anon3094
|
| fwohcireg.h | 117 uint32_t depend; member in struct:fwohcidb::__anon3093::__anon3094
|
| fwohcireg.h | 117 uint32_t depend; member in struct:fwohcidb::__anon3093::__anon3094
|
| /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
|
| 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
|
| 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.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...] |
| 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...] |
| 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...] |