| /src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| compile_et.c | 68 char cfn[128]; variable 78 FILE *c_file = fopen(cfn, "w"); 239 snprintf(cfn, sizeof(cfn), "%s.c", Basename);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-match-exports.cc | 42 #include "case-cfn-macros.h" 153 auto cfn = combined_fn (orig_op->code); local 154 if (!internal_fn_p (cfn)) 156 ifn = get_conditional_internal_fn (as_internal_fn (cfn)); 798 combined_fn cfn; local 800 cfn = as_combined_fn (gimple_call_internal_fn (stmt)); 817 cfn = as_combined_fn (DECL_FUNCTION_CODE (decl)); 821 res_op->set_op (cfn, TREE_TYPE (gimple_call_lhs (stmt)), num_args); 1329 auto cfn = combined_fn (code); 1330 return commutative_binary_fn_p (associated_internal_fn (cfn, type)) 1359 auto cfn = combined_fn (code); local [all...] |
| tree-scalar-evolution.cc | 286 #include "case-cfn-macros.h" 3439 combined_fn cfn = get_call_combined_fn (expr); 3440 switch (cfn) 3473 if (cfn == CFN_LAST 3432 combined_fn cfn = get_call_combined_fn (expr); local
|
| tree-ssa-math-opts.cc | 113 #include "case-cfn-macros.h" 5268 combined_fn cfn = gimple_call_combined_fn (call); local 5269 switch (cfn)
|
| gimple-fold.cc | 6289 combined_fn cfn = gimple_call_combined_fn (call); local 6290 internal_fn ifn = associated_internal_fn (cfn, TREE_TYPE (*lhs));
|
| tree-vect-slp.cc | 1154 combined_fn cfn = gimple_call_combined_fn (call_stmt); local 1155 if (cfn != CFN_LAST && cfn != CFN_MASK_CALL) 1156 rhs_code = cfn; 1160 if (cfn == CFN_MASK_LOAD 1161 || cfn == CFN_GATHER_LOAD 1162 || cfn == CFN_MASK_GATHER_LOAD 1163 || cfn == CFN_MASK_LEN_GATHER_LOAD) 1165 else if (cfn == CFN_MASK_STORE) 1170 else if ((cfn != CFN_LAS [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-match-head.cc | 41 #include "case-cfn-macros.h" 101 auto cfn = combined_fn (orig_op->code); local 102 if (!internal_fn_p (cfn)) 104 ifn = get_conditional_internal_fn (as_internal_fn (cfn)); 1009 combined_fn cfn; local 1011 cfn = as_combined_fn (gimple_call_internal_fn (stmt)); 1028 cfn = as_combined_fn (DECL_FUNCTION_CODE (decl)); 1032 res_op->set_op (cfn, TREE_TYPE (gimple_call_lhs (stmt)), num_args); 1343 auto cfn = combined_fn (code); 1344 return commutative_binary_fn_p (associated_internal_fn (cfn, type)) 1373 auto cfn = combined_fn (code); local [all...] |
| tree-scalar-evolution.cc | 286 #include "case-cfn-macros.h" 3408 combined_fn cfn = get_call_combined_fn (expr); 3409 switch (cfn) 3401 combined_fn cfn = get_call_combined_fn (expr); local
|
| vr-values.cc | 46 #include "case-cfn-macros.h" 1169 combined_fn cfn = gimple_call_combined_fn (stmt); local 1172 switch (cfn) 1224 combined_fn cfn = gimple_call_combined_fn (stmt); local 1225 switch (cfn)
|
| gimple-fold.cc | 6153 combined_fn cfn = gimple_call_combined_fn (call); local 6154 internal_fn ifn = associated_internal_fn (cfn, TREE_TYPE (*lhs));
|
| tree-vect-slp.cc | 1001 combined_fn cfn = gimple_call_combined_fn (call_stmt); local 1002 if (cfn != CFN_LAST) 1003 rhs_code = cfn; 1007 if (cfn == CFN_MASK_LOAD 1008 || cfn == CFN_GATHER_LOAD 1009 || cfn == CFN_MASK_GATHER_LOAD) 1011 else if ((internal_fn_p (cfn) 1012 && !vectorizable_internal_fn_p (as_internal_fn (cfn)))
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| config.c | 113 static ConfigFile *cfn; variable 1991 ConfigFile *cfsave = cfn; 1998 if ( cfn->c_kids ) { 1999 for ( cf2 = cfn->c_kids; cf2 && cf2->c_sibs; cf2 = cf2->c_sibs ) 2003 cfn->c_kids = cf; 2005 cfn = cf; 2010 cfn = cfsave; 2015 cfn->c_kids = NULL; 2701 cfn = ch_calloc( 1, sizeof(ConfigFile) );
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| bconfig.c | 98 static ConfigFile *cfn; variable 1726 cfn = c->ca_private; 1730 for( oc = cfn->c_oc_head; oc; oc_next( &oc )) { 1732 if ( oc == cfn->c_oc_tail ) 1735 cfn->c_oc_head = cfn->c_oc_tail = NULL; 1739 for ( i=0, oc=cfn->c_oc_head; i<c->valx; i++) { 1744 if ( cfn->c_oc_tail == oc ) { 1745 cfn->c_oc_tail = prev; 1747 if ( cfn->c_oc_head == oc ) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/gcn/ |
| gcn.cc | 56 #include "case-cfn-macros.h" 5746 combined_fn cfn = combined_fn (fn); local 5796 tree fndecl = implicit_p ? mathfn_built_in (out_t_node, cfn) 5797 : mathfn_built_in_explicit (out_t_node, cfn);
|
| /src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| loongarch.cc | 4267 combined_fn cfn; local 4274 && (cfn = gimple_call_combined_fn (stmt_info->stmt)) != CFN_LAST) 4275 switch (cfn)
|