Searched refs:new_type (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.y52 static Type *new_type (Typetype t);
353 TE_EXPLICIT, new_type(TBoolean));
397 TE_EXPLICIT, new_type(TInteger));
401 $$ = new_type(TInteger);
407 $$ = new_type(TInteger);
443 $$ = new_type(TInteger);
454 $$ = new_type(TBitString);
461 $$ = new_type(TBitString);
470 TE_EXPLICIT, new_type(TOID));
475 Type *t = new_type(TOctetStrin
[all...]
H A Dasn1parse.c266 static Type *new_type (Typetype t);
1856 TE_EXPLICIT, new_type(TBoolean));
1910 TE_EXPLICIT, new_type(TInteger));
1917 (yyval.type) = new_type(TInteger);
1926 (yyval.type) = new_type(TInteger);
1971 (yyval.type) = new_type(TInteger);
1980 (yyval.type) = new_type(TBitString);
1990 (yyval.type) = new_type(TBitString);
2000 TE_EXPLICIT, new_type(TOID));
2007 Type *t = new_type(TOctetStrin
2814 new_type (Typetype tt) function
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEvent.h164 SetType (uint32_t new_type) argument
166 m_type = new_type;
/freebsd-10-stable/contrib/gcc/cp/
H A Dtree.c1968 tree new_type;
1970 new_type = build_type_attribute_variant (type, attributes);
1971 if (TREE_CODE (new_type) == FUNCTION_TYPE
1972 && (TYPE_RAISES_EXCEPTIONS (new_type)
1974 new_type = build_exception_variant (new_type,
1978 gcc_assert (!CLASS_TYPE_P (type) || new_type == type);
1980 return new_type;
1961 tree new_type; local
H A Dpt.c1708 tree new_type; local
1766 new_type = build_method_type_directly (object_type,
1771 new_type = build_function_type (TREE_TYPE (old_type),
1773 new_type = cp_build_type_attribute_variant (new_type,
1775 new_type = build_exception_variant (new_type,
1777 TREE_TYPE (decl) = new_type;
6448 tree new_type = tsubst (TREE_TYPE (t), args, complain, in_decl);
6449 if (new_type
6447 tree new_type = tsubst (TREE_TYPE (t), args, complain, in_decl); local
6507 tree new_type; local
8378 tree new_type = tsubst (TREE_TYPE (t), args, complain, in_decl); local
8919 tree new_type = tsubst (TREE_TYPE (t), args, complain, in_decl); local
[all...]
H A Ddecl.c1089 tree new_type;
1094 new_type = TREE_TYPE (new_decl);
1095 new_exceptions = TYPE_RAISES_EXCEPTIONS (new_type);
1084 tree new_type; local
/freebsd-10-stable/contrib/gdb/gdb/
H A Dc-exp.y946 struct type *new_type;
958 new_type = cp_lookup_nested_type (type, ncopy,
960 if (new_type == NULL)
964 $$ = new_type;
H A Dc-exp.c2348 struct type *new_type;
2360 new_type = cp_lookup_nested_type (type, ncopy,
2362 if (new_type == NULL)
2366 yyval.tval = new_type;
2345 struct type *new_type; local
H A Dvalue.h343 struct type *new_type);
H A Dvarobj.c1643 char *old_type, *new_type;
1651 new_type = varobj_get_type (tmp_var);
1652 if (strcmp (old_type, new_type) == 0)
1639 char *old_type, *new_type; local
H A Dada-lang.c1189 struct type *new_type;
1196 new_type = alloc_type (TYPE_OBJFILE (type));
1199 create_array_type (new_type, new_elt_type, TYPE_FIELD_TYPE (type, 0));
1200 TYPE_FIELD_BITSIZE (new_type, 0) = *elt_bits;
1201 TYPE_NAME (new_type) = ada_type_name (type);
1207 *elt_bits = TYPE_LENGTH (new_type) = 0;
1211 TYPE_LENGTH (new_type) =
1215 /* TYPE_FLAGS (new_type) |= TYPE_FLAG_FIXED_INSTANCE; */
1217 return new_type;
1185 struct type *new_type; local
H A Dmdebugread.c290 static struct type *new_type (char *);
1057 t = new_type (NULL);
4722 new_type (char *name)
4711 new_type (char *name) function
/freebsd-10-stable/usr.bin/rpcgen/
H A Drpc_parse.c375 check_type_name(const char *name, int new_type) argument
388 if (new_type) {
/freebsd-10-stable/sys/sys/
H A Dmbuf.h770 m_chtype(struct mbuf *m, short new_type) argument
773 m->m_type = new_type;
/freebsd-10-stable/contrib/gcc/
H A Dtree-inline.c538 tree new_type = remap_type (TREE_TYPE (*tp), id); local
540 if (new_type == TREE_TYPE (*tp))
544 *tp = build_int_cst_wide (new_type, TREE_INT_CST_LOW (*tp),
549 TREE_TYPE (*tp) = new_type;
H A Dtree-ssa-alias.c2187 tree new_type; local
2190 new_type = build_type_variant (type, 0, 0);
2191 TYPE_ATTRIBUTES (new_type) = TYPE_ATTRIBUTES (type);
H A Dc-common.c5486 tree type = *node, new_type, size;
5549 new_type = build_vector_type (type, nunits);
5552 *node = reconstruct_complex_type (*node, new_type);
5469 tree type = *node, new_type, size; local
H A Dgimplify.c447 tree new_type; local
450 new_type = build_type_variant (type, 0, 0);
451 TYPE_ATTRIBUTES (new_type) = TYPE_ATTRIBUTES (type);

Completed in 325 milliseconds