Home
last modified time | relevance | path

Searched refs:argterm (Results 1 – 20 of 20) sorted by relevance

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction-tests.c185 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
186 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
187 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
188 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfunction-tests.c185 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
186 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
187 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
188 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfunction-tests.c185 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
186 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
187 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
188 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction-tests.c185 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
186 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
187 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
188 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction-tests.c185 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
186 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
187 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
188 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfunction-tests.c185 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
186 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
187 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
188 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dfunction-tests.c185 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
186 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
187 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
188 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfunction-tests.c185 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
186 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
187 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
188 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfunction-tests.c185 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
186 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
187 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
188 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfunction-tests.c186 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
187 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
188 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
190 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dfunction-tests.c185 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
186 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
187 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
188 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfunction-tests.c185 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
186 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
187 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
188 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dfunction-tests.c185 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
186 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
187 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
188 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dfunction-tests.c185 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
186 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
187 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
188 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfunction-tests.c185 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
186 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
187 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
188 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dfunction-tests.c185 tree argterm = TREE_CHAIN (arg1); in test_fndecl_float_intchar() local
186 ASSERT_TRUE (argterm != NULL); in test_fndecl_float_intchar()
187 ASSERT_EQ (TREE_LIST, TREE_CODE (argterm)); in test_fndecl_float_intchar()
188 ASSERT_EQ (void_type_node, TREE_VALUE (argterm)); in test_fndecl_float_intchar()
189 ASSERT_EQ (NULL, TREE_CHAIN (argterm)); in test_fndecl_float_intchar()
/dports/math/form/form-4.2.1/sources/
H A Dtools.c3792 WORD *t, *tt, *tstop, *endterm, *targ, *targstop, *funstop, *argterm; in TestTerm() local
3930 argterm = targ + ARGHEAD; in TestTerm()
3931 while ( argterm < targstop ) { in TestTerm()
3932 if ( ( *argterm < 4 ) || ( argterm + *argterm > targstop ) ) { in TestTerm()
3939 if ( TestTerm(argterm) != 0 ) { in TestTerm()
3946 argterm += *argterm; in TestTerm()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dsftp.c1711 char *tmp, **list, argterm[3]; in complete_cmd_parse() local
1764 argterm[y++] = quote; in complete_cmd_parse()
1766 argterm[y++] = ' '; in complete_cmd_parse()
1767 argterm[y] = '\0'; in complete_cmd_parse()
1768 if (y > 0 && el_insertstr(el, argterm) == -1) in complete_cmd_parse()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dsftp.c1878 char *tmp, **list, argterm[3]; in complete_cmd_parse() local
1931 argterm[y++] = quote; in complete_cmd_parse()
1933 argterm[y++] = ' '; in complete_cmd_parse()
1934 argterm[y] = '\0'; in complete_cmd_parse()
1935 if (y > 0 && el_insertstr(el, argterm) == -1) in complete_cmd_parse()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dsftp.c1841 char *tmp, **list, argterm[3]; in complete_cmd_parse() local
1894 argterm[y++] = quote; in complete_cmd_parse()
1896 argterm[y++] = ' '; in complete_cmd_parse()
1897 argterm[y] = '\0'; in complete_cmd_parse()
1898 if (y > 0 && el_insertstr(el, argterm) == -1) in complete_cmd_parse()