Home
last modified time | relevance | path

Searched defs:ctype (Results 1 – 25 of 49) sorted by relevance

12

/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dstruct.c1 struct ctype { struct
8 struct ctype ctype; argument
/illumos-gate/usr/src/tools/smatch/src/
H A Devaluate.c489 struct symbol *ctype = NULL; in restricted_binop_type() local
546 struct symbol *ctype; in usual_conversions() local
589 struct symbol *ctype, *base; in evaluate_ptr_add() local
893 struct symbol *ctype; in evaluate_conditional() local
1051 struct symbol *ctype; in evaluate_compare() local
1691 struct symbol *ctype, *base; in degenerate() local
1770 struct symbol *ctype; in evaluate_addressof() local
2515 struct symbol *ctype, in next_designators()
2853 struct symbol *ctype; in cast_to_bool() local
2925 struct symbol *ctype; in evaluate_cast() local
[all …]
H A Dexpand.c166 static void warn_shift_count(struct expression *expr, struct symbol *ctype, long long count) in warn_shift_count()
185 struct symbol *ctype = expr->ctype; in check_shift_count() local
202 static int simplify_int_binop(struct expression *expr, struct symbol *ctype) in simplify_int_binop()
318 static int simplify_cmp_binop(struct expression *expr, struct symbol *ctype) in simplify_cmp_binop()
399 static int simplify_float_cmp(struct expression *expr, struct symbol *ctype) in simplify_float_cmp()
834 struct symbol *ctype = fn->ctype; in expand_symbol_call() local
1286 struct symbol *ctype; in __get_expression_value() local
1339 struct symbol *ctype; in expr_truth_value() local
H A Dsymbol.h100 struct ctype { struct
109 struct ctype ctype; argument
183 struct ctype ctype; member
335 static inline int valid_type(const struct symbol *ctype) in valid_type()
489 static inline long long extend_value(long long val, struct symbol *ctype) in extend_value()
H A Dsparse-llvm.c355 static LLVMValueRef val_to_value(unsigned long long val, struct symbol *ctype) in val_to_value()
369 static LLVMValueRef pseudo_to_value(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in pseudo_to_value()
403 static LLVMValueRef pseudo_to_rvalue(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in pseudo_to_rvalue()
413 static LLVMValueRef value_to_ivalue(struct function *fn, struct symbol *ctype, LLVMValueRef val) in value_to_ivalue()
428 static LLVMValueRef value_to_pvalue(struct function *fn, struct symbol *ctype, LLVMValueRef val) in value_to_pvalue()
447 static LLVMValueRef adjust_type(struct function *fn, struct symbol *ctype, LLVMValueRef val) in adjust_type()
460 static LLVMValueRef get_operand(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in get_operand()
471 static LLVMValueRef get_ioperand(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in get_ioperand()
800 struct symbol *ctype; in output_op_call() local
H A Dlinearize.c957 struct symbol *ctype = expr->ctype; in linearize_address_gen() local
1005 pseudo_t ori, pseudo_t val, struct symbol *ctype, struct symbol *btype) in linearize_bitfield_insert()
1027 struct symbol *ctype = ad->type; in linearize_store_gen() local
1103 pseudo_t val, struct symbol *ctype, struct symbol *btype) in linearize_bitfield_extract()
1117 struct symbol *ctype = ad->type; in linearize_load_gen() local
1202 struct symbol *ctype = expr->ctype; in linearize_regular_preop() local
1404 static int map_opcode(int opcode, struct symbol *ctype) in map_opcode()
1451 struct symbol *ctype; in linearize_assignment() local
1493 struct ctype *ctype = NULL; in linearize_call_expression() local
1692 static void insert_phis(struct basic_block *bb, pseudo_t src, struct symbol *ctype, in insert_phis()
[all …]
H A Dparse.c677 struct symbol *ctype; in apply_modifiers() local
897 struct symbol *ctype; in cast_enum_list() local
919 struct symbol *ctype = NULL, *base_type = NULL; in parse_enum_declaration() local
1043 struct ctype *ctype = &ctx->ctype.base_type->ctype; in enum_specifier() local
1182 static struct symbol *to_QI_mode(struct symbol *ctype) in to_QI_mode()
1192 static struct symbol *to_HI_mode(struct symbol *ctype) in to_HI_mode()
1200 static struct symbol *to_SI_mode(struct symbol *ctype) in to_SI_mode()
1208 static struct symbol *to_DI_mode(struct symbol *ctype) in to_DI_mode()
1216 static struct symbol *to_TI_mode(struct symbol *ctype) in to_TI_mode()
1844 struct ctype *ctype = &ctx->ctype; in direct_declarator() local
[all …]
H A Dir.c112 struct symbol *ctype = insn->type; in check_return() local
H A Dshow-parse.c283 const char *builtin_ctypename(struct ctype *ctype) in builtin_ctypename()
1053 struct symbol *ctype = expr->init_expr->ctype; in show_position_expr() local
1064 static int show_initializer_expr(struct expression *expr, struct symbol *ctype) in show_initializer_expr()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dvalid_cksumtype.c31 krb5_c_valid_cksumtype(krb5_cksumtype ctype) in krb5_c_valid_cksumtype()
44 valid_cksumtype(krb5_cksumtype ctype) in valid_cksumtype()
H A Dkeyed_cksum.c32 krb5_c_is_keyed_cksum(krb5_cksumtype ctype) in krb5_c_is_keyed_cksum()
53 is_keyed_cksum(krb5_cksumtype ctype) in is_keyed_cksum()
H A Dcoll_proof_cksum.c31 krb5_c_is_coll_proof_cksum(krb5_cksumtype ctype) in krb5_c_is_coll_proof_cksum()
47 is_coll_proof_cksum(krb5_cksumtype ctype) in is_coll_proof_cksum()
H A Dold_api_glue.c197 krb5_checksum_size(krb5_context context, krb5_cksumtype ctype) in krb5_checksum_size()
208 krb5_calculate_checksum(krb5_context context, krb5_cksumtype ctype, in krb5_calculate_checksum()
246 krb5_verify_checksum(krb5_context context, krb5_cksumtype ctype, in krb5_verify_checksum()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dcp_unicode.h38 smb_wchar_t ctype; member
H A Dstring.h111 unsigned char ctype; member
/illumos-gate/usr/src/lib/libsmedia/plugins/blkdev/common/
H A Db_generic.c66 _m_device_type(ushort_t ctype, ushort_t mtype) in _m_device_type()
/illumos-gate/usr/src/cmd/tbl/
H A Dtt.c19 ctype(int il, int ic) in ctype() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregclass.c35 regclass_t ctype; member
108 static Ctype_t ctype[] = variable
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPParseSrvURL.c45 char *ctype; member
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.h66 const struct lc_ctype *ctype; member
/illumos-gate/usr/src/lib/libzpool/common/
H A Dutil.c49 show_vdev_stats(const char *desc, const char *ctype, nvlist_t *nv, int indent) in show_vdev_stats()
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_generic.c57 _m_device_type(ushort_t ctype, ushort_t mtype) in _m_device_type()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddisks_private.h67 char *ctype; member
88 char *ctype; member
/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c42 int32_t ctype; member
/illumos-gate/usr/src/cmd/refer/
H A Drefer5.c238 int ctype, i, count; in putkey() local

12