Searched refs:node3 (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | omit-no-ref.dts | 4 test-phandle = <&node3>; 15 node3: node3 { label 25 /omit-if-no-ref/ &node3;
|
H A D | multilabel_merge.dts | 21 n3: node3 { 62 n3: node3 {
|
H A D | references.dts | 19 n3: node3 {
|
H A D | multilabel.dts | 23 n3: node3 {
|
H A D | run_tests.sh | 888 run_wrap_test $DTPUT $dtb -c /chosen/node1 /chosen/node2 /chosen/node3
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-openmp.cc | 2375 tree &node, tree &node2, tree &node3, tree &node4) in gfc_trans_omp_array_section() argument 2457 node3 = build_omp_clause (input_location, in gfc_trans_omp_array_section() 2459 OMP_CLAUSE_SET_MAP_KIND (node3, ptr_kind); in gfc_trans_omp_array_section() 2460 OMP_CLAUSE_DECL (node3) in gfc_trans_omp_array_section() 2468 STRIP_NOPS (OMP_CLAUSE_DECL (node3)); in gfc_trans_omp_array_section() 2493 node3 = build_omp_clause (input_location, in gfc_trans_omp_array_section() 2495 OMP_CLAUSE_SET_MAP_KIND (node3, ptr_kind); in gfc_trans_omp_array_section() 2496 OMP_CLAUSE_DECL (node3) = decl; in gfc_trans_omp_array_section() 2499 OMP_CLAUSE_SIZE (node3) = fold_build2 (MINUS_EXPR, ptrdiff_type_node, in gfc_trans_omp_array_section() 2971 tree node3 = NULL_TREE; in gfc_trans_omp_clauses() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-openmp.c | 2069 tree node, tree &node2, tree &node3, tree &node4) in gfc_trans_omp_array_section() argument 2121 node3 = build_omp_clause (input_location, in gfc_trans_omp_array_section() 2123 OMP_CLAUSE_SET_MAP_KIND (node3, ptr_kind); in gfc_trans_omp_array_section() 2124 OMP_CLAUSE_DECL (node3) in gfc_trans_omp_array_section() 2127 STRIP_NOPS (OMP_CLAUSE_DECL (node3)); in gfc_trans_omp_array_section() 2138 node3 = build_omp_clause (input_location, in gfc_trans_omp_array_section() 2140 OMP_CLAUSE_SET_MAP_KIND (node3, ptr_kind); in gfc_trans_omp_array_section() 2141 OMP_CLAUSE_DECL (node3) = decl; in gfc_trans_omp_array_section() 2144 OMP_CLAUSE_SIZE (node3) in gfc_trans_omp_array_section() 2463 tree node3 = NULL_TREE; variable [all …]
|