Home
last modified time | relevance | path

Searched refs:cShort (Results 26 – 50 of 80) sorted by relevance

1234

/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_tests.f9010 integer(c_short) :: cShort component
49 if(myF90Type%cShort .ne. 4) then
64 (derivedArray2D(dim1, dim2)%cShort .ne. 4)) then
/dports/sysutils/incron/incron-81421d3a8bde0989d7e167d8a814d5232896c930/
H A Dappargs.cpp154 bool AppArgs::AddOption(const std::string& rName, char cShort, AppArgType_t type, bool fMandatory) in AddOption() argument
156 if (s_longMap.find(rName) != s_longMap.end() || s_shortMap.find(cShort) != s_shortMap.end()) in AddOption()
166 s_shortMap.insert(AA_SHORT_MAP::value_type(cShort, pOpt)); in AddOption()
254 void AppArgs::DumpOption(const std::string& rName, char cShort, AppArgOption_t* pOpt) in DumpOption() argument
270 cShort, in DumpOption()
H A Dappargs.h153 static bool AddOption(const std::string& rName, char cShort, AppArgType_t type, bool fMandatory);
220 static void DumpOption(const std::string& rName, char cShort, AppArgOption_t* pOpt);
/dports/lang/gnat_util/gcc-6-20180516/libjava/scripts/
H A Dunicode-to-chartables.pl61 sub cShort($) { subroutine
618 print OUTPUT cShort($val), ", ";
662 print OUTPUT cShort($val), ", ";
705 print OUTPUT cShort($val), ", ";
752 print OUTPUT cShort($val), ", ";
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/scripts/
H A Dunicode-to-chartables.pl61 sub cShort($) { subroutine
618 print OUTPUT cShort($val), ", ";
662 print OUTPUT cShort($val), ", ";
705 print OUTPUT cShort($val), ", ";
752 print OUTPUT cShort($val), ", ";
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/scripts/
H A Dunicode-to-chartables.pl61 sub cShort($) { subroutine
618 print OUTPUT cShort($val), ", ";
662 print OUTPUT cShort($val), ", ";
705 print OUTPUT cShort($val), ", ";
752 print OUTPUT cShort($val), ", ";
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/scripts/
H A Dunicode-to-chartables.pl61 sub cShort($) { subroutine
618 print OUTPUT cShort($val), ", ";
662 print OUTPUT cShort($val), ", ";
705 print OUTPUT cShort($val), ", ";
752 print OUTPUT cShort($val), ", ";
/dports/lang/gcc48/gcc-4.8.5/libjava/scripts/
H A Dunicode-to-chartables.pl61 sub cShort($) { subroutine
618 print OUTPUT cShort($val), ", ";
662 print OUTPUT cShort($val), ", ";
705 print OUTPUT cShort($val), ", ";
752 print OUTPUT cShort($val), ", ";
/dports/devel/ncurses/ncurses-6.3/ncurses/base/
H A Dvsscanf.c61 ,cShort enumerator
102 result = cShort; in final_ch()
308 case cShort: in vsscanf()

1234