Home
last modified time | relevance | path

Searched refs:node4 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/dtc/dist/tests/
H A Domit-no-ref.dts5 test-path = &node4;
19 node4: node4 { label
26 /omit-if-no-ref/ &node4;
H A Dmultilabel_merge.dts22 p3: ref = <&{/node4}>;
25 n4: node4 {
63 p3: ref = <&{/node4}>;
67 node4 {
H A Dreferences.dts20 ref = <&{/node4}>;
23 n4: node4 {
H A Dmultilabel.dts24 p3: ref = <&{/node4}>;
27 n4: node4 {
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc2375 tree &node, tree &node2, tree &node3, tree &node4) in gfc_trans_omp_array_section() argument
2413 node4 = build_omp_clause (input_location, in gfc_trans_omp_array_section()
2415 OMP_CLAUSE_SET_MAP_KIND (node4, GOMP_MAP_POINTER); in gfc_trans_omp_array_section()
2416 OMP_CLAUSE_DECL (node4) = decl; in gfc_trans_omp_array_section()
2417 OMP_CLAUSE_SIZE (node4) = size_int (0); in gfc_trans_omp_array_section()
2433 node4 = build_omp_clause (input_location, OMP_CLAUSE_MAP); in gfc_trans_omp_array_section()
2434 OMP_CLAUSE_SET_MAP_KIND (node4, map_kind); in gfc_trans_omp_array_section()
2435 OMP_CLAUSE_DECL (node4) = se.string_length; in gfc_trans_omp_array_section()
2436 OMP_CLAUSE_SIZE (node4) = TYPE_SIZE_UNIT (gfc_charlen_type_node); in gfc_trans_omp_array_section()
2972 tree node4 = NULL_TREE; in gfc_trans_omp_clauses() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c2069 tree node, tree &node2, tree &node3, tree &node4) in gfc_trans_omp_array_section() argument
2104 node4 = build_omp_clause (input_location, in gfc_trans_omp_array_section()
2106 OMP_CLAUSE_SET_MAP_KIND (node4, GOMP_MAP_POINTER); in gfc_trans_omp_array_section()
2107 OMP_CLAUSE_DECL (node4) = decl; in gfc_trans_omp_array_section()
2108 OMP_CLAUSE_SIZE (node4) = size_int (0); in gfc_trans_omp_array_section()
2464 tree node4 = NULL_TREE; variable
2480 node4 = build_omp_clause (input_location,
2482 OMP_CLAUSE_SET_MAP_KIND (node4, GOMP_MAP_POINTER);
2483 OMP_CLAUSE_DECL (node4) = decl;
2484 OMP_CLAUSE_SIZE (node4) = size_int (0);
[all …]