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

  /src/external/gpl3/gcc/dist/gcc/fortran/
match.cc 5030 gfc_case *new_case; local
5156 new_case = gfc_get_case ();
5157 new_case->high = gfc_get_int_expr (gfc_default_integer_kind, NULL, i);
5158 new_case->low = new_case->high;
5159 c->ext.block.case_list = new_case;
match.cc 5030 gfc_case *new_case; local
5156 new_case = gfc_get_case ();
5157 new_case->high = gfc_get_int_expr (gfc_default_integer_kind, NULL, i);
5158 new_case->low = new_case->high;
5159 c->ext.block.case_list = new_case;
  /src/external/gpl3/gcc/dist/gcc/jit/
libgccjit++.h 330 case_ new_case (rvalue min_value,
1313 context::new_case (rvalue min_value, function in class:gccjit::context
libgccjit++.h 330 case_ new_case (rvalue min_value,
1313 context::new_case (rvalue min_value, function in class:gccjit::context
jit-recording.cc 1335 recording::context::new_case (recording::rvalue *min_value, function in class:gcc::jit::recording::context
jit-recording.cc 1335 recording::context::new_case (recording::rvalue *min_value, function in class:gcc::jit::recording::context
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
match.cc 5022 gfc_case *new_case; local
5147 new_case = gfc_get_case ();
5148 new_case->high = gfc_get_int_expr (gfc_default_integer_kind, NULL, i);
5149 new_case->low = new_case->high;
5150 c->ext.block.case_list = new_case;
match.cc 5022 gfc_case *new_case; local
5147 new_case = gfc_get_case ();
5148 new_case->high = gfc_get_int_expr (gfc_default_integer_kind, NULL, i);
5149 new_case->low = new_case->high;
5150 c->ext.block.case_list = new_case;
  /src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit++.h 330 case_ new_case (rvalue min_value,
1312 context::new_case (rvalue min_value, function in class:gccjit::context
libgccjit++.h 330 case_ new_case (rvalue min_value,
1312 context::new_case (rvalue min_value, function in class:gccjit::context
jit-recording.cc 1322 recording::context::new_case (recording::rvalue *min_value, function in class:gcc::jit::recording::context
jit-recording.cc 1322 recording::context::new_case (recording::rvalue *min_value, function in class:gcc::jit::recording::context

Completed in 103 milliseconds