| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| data.c | 240 int stg, type, valtype; local 260 valtype = valp->vtype; 261 if(type!=TYCHAR && valtype==TYCHAR) 268 else if( (type==TYCHAR && valtype!=TYCHAR) || 269 (cktype(OPASSIGN,type,valtype) == TYERROR) ) 275 if(valtype == TYUNKNOWN) 277 else consconv(type, &con, valtype, &valp->b_const.fconst);
|
| /src/crypto/external/apache2/openssl/dist/apps/include/ |
| opt.h | 363 int valtype; member in struct:options_st
|
| /src/crypto/external/bsd/openssl/dist/apps/include/ |
| opt.h | 317 int valtype; member in struct:options_st
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| apps.h | 352 int valtype; member in struct:options_st
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| BaseMetric.h | 146 ValueTag get_vtype () { return valtype; } 194 ValueTag valtype; // e.g. VT_LLONG member in class:BaseMetric
|
| Dbe.cc | 1146 Vector<int> *valtype = new Vector<int>(size); local 1175 valtype->append (m->get_vtype2 ()); 1215 data->append (valtype);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| BaseMetric.h | 146 ValueTag get_vtype () { return valtype; } 194 ValueTag valtype; // e.g. VT_LLONG member in class:BaseMetric
|
| Dbe.cc | 1146 Vector<int> *valtype = new Vector<int>(size); local 1175 valtype->append (m->get_vtype2 ()); 1215 data->append (valtype);
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| gimple-parser.cc | 2554 tree valtype = TREE_TYPE (TREE_TYPE (current_function_decl)); local 2566 else if (valtype == 0 || VOID_TYPE_P (valtype)) 2577 else if (TREE_CODE (valtype) != TREE_CODE (TREE_TYPE (retval)))
|
| c-typeck.cc | 834 tree valtype = composite_type_internal (TREE_TYPE (t1), 843 if (valtype == TREE_TYPE (t1) && !TYPE_ARG_TYPES (t2)) 845 if (valtype == TREE_TYPE (t2) && !TYPE_ARG_TYPES (t1)) 851 t1 = c_build_function_type (valtype, TYPE_ARG_TYPES (t2), 858 t1 = c_build_function_type (valtype, TYPE_ARG_TYPES (t1), 955 t1 = c_build_function_type (valtype, newargs); 3705 VALTYPE is the original type of VAL before the conversion and, 3717 tree type, tree origtype, tree val, tree valtype, 3735 && SCALAR_FLOAT_TYPE_P (valtype)) 3741 && TREE_CODE (valtype) == COMPLEX_TYPE 830 tree valtype = composite_type_internal (TREE_TYPE (t1), local 3997 tree valtype = TREE_TYPE (val); local 11695 tree valtype = TREE_TYPE (TREE_TYPE (current_function_decl)), ret_stmt; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| gimple-parser.cc | 2448 tree valtype = TREE_TYPE (TREE_TYPE (current_function_decl)); local 2460 else if (valtype == 0 || TREE_CODE (valtype) == VOID_TYPE) 2471 else if (TREE_CODE (valtype) != TREE_CODE (TREE_TYPE (retval)))
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-codegen.cc | 846 tree valtype = TREE_TYPE (TREE_TYPE (ptr)); local 847 if (tree_int_cst_equal (TYPE_SIZE_UNIT (valtype), num)) 849 tree cst = build_zero_cst (valtype);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| printcmd.c | 2755 struct type *valtype; 2758 valtype = val_args[i]->type (); 2759 if (valtype->length () != wctype->length () 2760 || valtype->code () != TYPE_CODE_INT) 2769 bytes, valtype->length (), 2770 valtype->length (), 2748 struct type *valtype; local
|
| rust-parse.c | 1965 struct type *valtype = get_type ("usize"); 1966 operation_up lenop = make_operation<long_const_operation> (valtype, len); 1964 struct type *valtype = get_type ("usize"); local
|
| valops.c | 1444 struct type *valtype; local 1452 valtype = check_typedef (val->type ()); 1454 switch (valtype->code ()) 1457 return valtype->is_vector () ? 0 : 1;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| printcmd.c | 2755 struct type *valtype; 2758 valtype = val_args[i]->type (); 2759 if (valtype->length () != wctype->length () 2760 || valtype->code () != TYPE_CODE_INT) 2769 bytes, valtype->length (), 2770 valtype->length (), 2748 struct type *valtype; local
|
| rust-parse.c | 1968 struct type *valtype = get_type ("usize"); 1969 operation_up lenop = make_operation<long_const_operation> (valtype, len); 1967 struct type *valtype = get_type ("usize"); local
|
| valops.c | 1445 struct type *valtype; local 1453 valtype = check_typedef (val->type ()); 1455 switch (valtype->code ()) 1458 return valtype->is_vector () ? 0 : 1;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| mangle.cc | 3975 tree valtype = TREE_TYPE (value); local 3976 write_type (valtype); 4036 tree eltype = TREE_TYPE (valtype);
|
| typeck.cc | 1014 tree valtype = merge_types (TREE_TYPE (t1), TREE_TYPE (t2)); 1020 if (valtype == TREE_TYPE (t1) && ! p2) 1022 if (valtype == TREE_TYPE (t2) && ! p1) 1038 tree rval = build_function_type (valtype, parms); 10618 tree valtype = TREE_TYPE (DECL_RESULT (current_function_decl)); 10669 if (TYPE_REF_P (valtype)) 10674 else if (TYPE_PTR_P (valtype)) 10677 else if (is_std_init_list (valtype)) 10713 if (TYPE_REF_P (valtype)) 10717 else if (is_std_init_list (valtype)) 1013 tree valtype = merge_types (TREE_TYPE (t1), TREE_TYPE (t2)); local 10604 tree valtype = TREE_TYPE (DECL_RESULT (current_function_decl)); local 11071 tree valtype; local [all...] |
| decl.cc | 18772 tree valtype = TREE_TYPE (DECL_RESULT (fndecl)); 18773 if (TREE_CODE (valtype) == REFERENCE_TYPE 18776 (TREE_TYPE (valtype), TREE_TYPE (current_class_ref)) 18750 tree valtype = TREE_TYPE (DECL_RESULT (fndecl)); local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| mangle.cc | 3630 tree valtype = TREE_TYPE (value); local 3631 write_type (valtype); 3691 tree eltype = TREE_TYPE (valtype);
|
| typeck.cc | 864 tree valtype = merge_types (TREE_TYPE (t1), TREE_TYPE (t2)); 870 if (valtype == TREE_TYPE (t1) && ! p2) 872 if (valtype == TREE_TYPE (t2) && ! p1) 888 tree rval = build_function_type (valtype, parms); 10146 tree valtype = TREE_TYPE (DECL_RESULT (current_function_decl)); 10197 if (TYPE_REF_P (valtype)) 10200 else if (is_std_init_list (valtype)) 10236 if (TYPE_REF_P (valtype)) 10240 else if (is_std_init_list (valtype)) 10245 else if (POINTER_TYPE_P (valtype) 863 tree valtype = merge_types (TREE_TYPE (t1), TREE_TYPE (t2)); local 10131 tree valtype = TREE_TYPE (DECL_RESULT (current_function_decl)); local 10482 tree valtype; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| varasm.cc | 5559 tree valtype = TREE_TYPE (local->val); 5561 = (idx * wi::to_offset (TYPE_SIZE_UNIT (valtype))).to_short_addr (); 5534 tree valtype = TREE_TYPE (local->val); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| varasm.cc | 5458 tree valtype = TREE_TYPE (local->val); 5460 = (idx * wi::to_offset (TYPE_SIZE_UNIT (valtype))).to_short_addr (); 5433 tree valtype = TREE_TYPE (local->val); local
|