Searched refs:type_flags (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/bin/ksh/
H A Dexec.c457 int type_flags; local
544 type_flags = 0;
552 type_flags = 0;
554 type_flags = LOCAL|LOCAL_COPY|EXPORT;
557 type_flags |= EXPORT;
569 typeset(cp, type_flags, 0, 0, 0);
570 if (bourne_function_call && !(type_flags & EXPORT))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dft32-tdep.c360 ft32_address_class_type_flags_to_name (struct gdbarch *gdbarch, int type_flags) argument
362 if (type_flags & TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1)
H A Davr-tdep.c1392 avr_address_class_type_flags_to_name (struct gdbarch *gdbarch, int type_flags) argument
1394 if (type_flags & AVR_TYPE_INSTANCE_FLAG_ADDRESS_CLASS_FLASH)
H A Dgdbarch.h863 typedef const char * (gdbarch_address_class_type_flags_to_name_ftype) (struct gdbarch *gdbarch, int type_flags);
864 extern const char * gdbarch_address_class_type_flags_to_name (struct gdbarch *gdbarch, int type_flags);
874 /* Return the appropriate type_flags for the supplied address class.
876 type_flags was set, zero otherwise. */
H A Dgdbarch.sh695 M;const char *;address_class_type_flags_to_name;int type_flags;type_flags
700 # Return the appropriate type_flags for the supplied address class.
702 # type_flags was set, zero otherwise.
H A Dgdbtypes.c586 int type_flags;
596 &type_flags))
597 return type_flags;
585 int type_flags; local
H A Dgdbarch.c3574 gdbarch_address_class_type_flags_to_name (struct gdbarch *gdbarch, int type_flags) argument
3580 return gdbarch->address_class_type_flags_to_name (gdbarch, type_flags);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dft32-tdep.c361 type_instance_flags type_flags)
363 if (type_flags & TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1)
360 ft32_address_class_type_flags_to_name(struct gdbarch *gdbarch, type_instance_flags type_flags) argument
H A Davr-tdep.c1398 type_instance_flags type_flags)
1400 if (type_flags & AVR_TYPE_INSTANCE_FLAG_ADDRESS_CLASS_FLASH)
1397 avr_address_class_type_flags_to_name(struct gdbarch *gdbarch, type_instance_flags type_flags) argument
H A Dgdbarch-gen.h842 typedef const char * (gdbarch_address_class_type_flags_to_name_ftype) (struct gdbarch *gdbarch, type_instance_flags type_flags);
843 extern const char * gdbarch_address_class_type_flags_to_name (struct gdbarch *gdbarch, type_instance_flags type_flags);
853 /* Return the appropriate type_flags for the supplied address class.
855 type_flags was set, false otherwise. */
H A Dgdbtypes.c592 type_instance_flags type_flags;
602 &type_flags))
603 return type_flags;
591 type_instance_flags type_flags; local
H A Dgdbarch.c3546 gdbarch_address_class_type_flags_to_name (struct gdbarch *gdbarch, type_instance_flags type_flags) argument
3552 return gdbarch->address_class_type_flags_to_name (gdbarch, type_flags);
/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativePPC_common.c1310 #define EMIT_MOV(type, type_flags, type_cast) \
1311 emit_op(compiler, (src & SLJIT_IMM) ? SLJIT_MOV : type, flags | (type_flags), dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? type_cast srcw : srcw)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.c17305 int type_flags;
17307 type_flags = gdbarch_address_class_type_flags
17309 gdb_assert ((type_flags & ~TYPE_INSTANCE_FLAG_ADDRESS_CLASS_ALL)
17311 type = make_type_with_address_space (type, type_flags);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.c16238 type_instance_flags type_flags
16241 gdb_assert ((type_flags & ~TYPE_INSTANCE_FLAG_ADDRESS_CLASS_ALL)
16243 type = make_type_with_address_space (type, type_flags);
16228 type_instance_flags type_flags local

Completed in 514 milliseconds