HomeSort by: relevance | last modified time | path
    Searched defs:valtype (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /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);
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
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
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
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
BaseMetric.h 146 ValueTag get_vtype () { return valtype; }
194 ValueTag valtype; // e.g. VT_LLONG member in class:BaseMetric
  /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
BaseMetric.h 146 ValueTag get_vtype () { return valtype; }
194 ValueTag valtype; // e.g. VT_LLONG member in class:BaseMetric
  /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)))
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)))
  /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)))
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);
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.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 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
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
  /src/external/gpl3/gdb/dist/gdb/
printcmd.c 2757 struct type *valtype;
2760 valtype = val_args[i]->type ();
2761 if (valtype->length () != wctype->length ()
2762 || valtype->code () != TYPE_CODE_INT)
2771 bytes, valtype->length (),
2772 valtype->length (),
2750 struct type *valtype; local
rust-parse.c 1976 struct type *valtype = get_type ("usize");
1977 operation_up lenop = make_operation<long_const_operation> (valtype, len);
1975 struct type *valtype = get_type ("usize"); local
printcmd.c 2757 struct type *valtype;
2760 valtype = val_args[i]->type ();
2761 if (valtype->length () != wctype->length ()
2762 || valtype->code () != TYPE_CODE_INT)
2771 bytes, valtype->length (),
2772 valtype->length (),
2750 struct type *valtype; local

Completed in 173 milliseconds

1 2 3