Home
last modified time | relevance | path

Searched defs:TYPE (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetBuiltins.h29 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
41 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
50 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
83 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
93 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
113 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
117 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
127 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
136 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
148 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
[all …]
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dlib1funcs.asm63 #define TYPE SIGNED macro
74 #define TYPE UNSIGNED macro
85 #define TYPE SIGNED macro
96 #define TYPE UNSIGNED macro
107 #define TYPE SIGNED macro
118 #define TYPE UNSIGNED macro
129 #define TYPE SIGNED macro
140 #define TYPE UNSIGNED macro
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dlib1funcs.asm63 #define TYPE SIGNED macro
74 #define TYPE UNSIGNED macro
85 #define TYPE SIGNED macro
96 #define TYPE UNSIGNED macro
107 #define TYPE SIGNED macro
118 #define TYPE UNSIGNED macro
129 #define TYPE SIGNED macro
140 #define TYPE UNSIGNED macro
/openbsd/sys/arch/alpha/pci/
H A Dpci_bwx_bus_io_chipdep.c474 #define CHIP_io_read_multi_N(BYTES,TYPE) \ argument
494 #define CHIP_io_read_region_N(BYTES,TYPE) \ argument
578 #define CHIP_io_write_multi_N(BYTES,TYPE) \ argument
598 #define CHIP_io_write_region_N(BYTES,TYPE) \ argument
617 #define CHIP_io_set_multi_N(BYTES,TYPE) \ argument
637 #define CHIP_io_set_region_N(BYTES,TYPE) \ argument
674 #define CHIP_io_read_raw_multi_N(BYTES,TYPE) \ argument
701 #define CHIP_io_write_raw_multi_N(BYTES,TYPE) \ argument
H A Dpci_bwx_bus_mem_chipdep.c501 #define CHIP_mem_read_multi_N(BYTES,TYPE) \ argument
521 #define CHIP_mem_read_region_N(BYTES,TYPE) \ argument
605 #define CHIP_mem_write_multi_N(BYTES,TYPE) \ argument
625 #define CHIP_mem_write_region_N(BYTES,TYPE) \ argument
644 #define CHIP_mem_set_multi_N(BYTES,TYPE) \ argument
664 #define CHIP_mem_set_region_N(BYTES,TYPE) \ argument
712 #define CHIP_mem_read_raw_multi_N(BYTES,TYPE) \ argument
739 #define CHIP_mem_write_raw_multi_N(BYTES,TYPE) \ argument
H A Dpci_swiz_bus_io_chipdep.c578 #define CHIP_io_read_multi_N(BYTES,TYPE) \ argument
598 #define CHIP_io_read_region_N(BYTES,TYPE) \ argument
687 #define CHIP_io_write_multi_N(BYTES,TYPE) \ argument
707 #define CHIP_io_write_region_N(BYTES,TYPE) \ argument
726 #define CHIP_io_set_multi_N(BYTES,TYPE) \ argument
746 #define CHIP_io_set_region_N(BYTES,TYPE) \ argument
783 #define CHIP_io_read_raw_multi_N(BYTES,TYPE) \ argument
810 #define CHIP_io_write_raw_multi_N(BYTES,TYPE) \ argument
H A Dpci_swiz_bus_mem_chipdep.c829 #define CHIP_mem_read_multi_N(BYTES,TYPE) \ argument
849 #define CHIP_mem_read_region_N(BYTES,TYPE) \ argument
955 #define CHIP_mem_write_multi_N(BYTES,TYPE) \ argument
975 #define CHIP_mem_write_region_N(BYTES,TYPE) \ argument
994 #define CHIP_mem_set_multi_N(BYTES,TYPE) \ argument
1014 #define CHIP_mem_set_region_N(BYTES,TYPE) \ argument
1062 #define CHIP_mem_read_raw_multi_N(BYTES,TYPE) \ argument
1089 #define CHIP_mem_write_raw_multi_N(BYTES,TYPE) \ argument
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-tree.h105 #define C_TYPE_FIELDS_READONLY(TYPE) TREE_LANG_FLAG_1 (TYPE) argument
108 #define C_TYPE_FIELDS_VOLATILE(TYPE) TREE_LANG_FLAG_2 (TYPE) argument
112 #define C_TYPE_BEING_DEFINED(TYPE) TYPE_LANG_FLAG_0 (TYPE) argument
134 #define C_TYPE_VARIABLE_SIZE(TYPE) TYPE_LANG_FLAG_1 (TYPE) argument
135 #define C_DECL_VARIABLE_SIZE(TYPE) DECL_LANG_FLAG_0 (TYPE) argument
253 #define c_build_type_variant(TYPE, CONST_P, VOLATILE_P) \ argument
/openbsd/gnu/usr.bin/binutils/gdb/config/i386/
H A Dnm-i386sol2.h30 #define TARGET_CAN_USE_HARDWARE_WATCHPOINT(TYPE, CNT, OT) 1 argument
56 #define target_insert_watchpoint(ADDR, LEN, TYPE) \ argument
58 #define target_remove_watchpoint(ADDR, LEN, TYPE) \ argument
/openbsd/gnu/gcc/gcc/
H A Dc-lang.c53 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) TYPE, argument
66 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) LENGTH, argument
77 #define DEFTREECODE(SYM, NAME, TYPE, LEN) NAME, argument
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.h82 #define TYPE_OBJC_INFO(TYPE) TYPE_LANG_SPECIFIC (TYPE)->objc_info argument
89 #define TYPE_HAS_OBJC_INFO(TYPE) \ argument
95 #define INIT_TYPE_OBJC_INFO(TYPE) \ argument
118 #define TYPED_OBJECT(TYPE) \ argument
122 #define OBJC_TYPE_NAME(TYPE) TYPE_NAME(TYPE) argument
123 #define OBJC_SET_TYPE_NAME(TYPE, NAME) (TYPE_NAME (TYPE) = NAME) argument
127 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) SYM, argument
327 #define IS_ID(TYPE) \ argument
331 #define IS_CLASS(TYPE) \ argument
335 #define IS_PROTOCOL_QUALIFIED_UNTYPED(TYPE) \ argument
[all …]
H A Dobjc-lang.c61 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) TYPE, argument
76 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) LENGTH, argument
89 #define DEFTREECODE(SYM, NAME, TYPE, LEN) NAME, argument
/openbsd/sys/arch/alpha/tc/
H A Dtc_bus_mem.c413 #define tc_mem_read_multi_N(BYTES,TYPE) \ argument
432 #define tc_mem_read_region_N(BYTES,TYPE) \ argument
546 #define tc_mem_write_multi_N(BYTES,TYPE) \ argument
565 #define tc_mem_write_region_N(BYTES,TYPE) \ argument
584 #define tc_mem_set_multi_N(BYTES,TYPE) \ argument
603 #define tc_mem_set_region_N(BYTES,TYPE) \ argument
/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DNVPTX.cpp24 #define BUILTIN(ID, TYPE, ATTRS) \ argument
26 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER) \ argument
28 #define TARGET_BUILTIN(ID, TYPE, ATTRS, FEATURE) \ argument
H A DXCore.cpp22 #define BUILTIN(ID, TYPE, ATTRS) \ argument
24 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER) \ argument
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dparse.h126 #define GET_REAL_TYPE(TYPE) \ argument
131 #define GET_TYPE_NAME(TYPE) \ argument
173 #define JINTEGRAL_TYPE_P(TYPE) ((TYPE) \ argument
176 #define JNUMERIC_TYPE_P(TYPE) ((TYPE) \ argument
179 #define JPRIMITIVE_TYPE_P(TYPE) ((TYPE) \ argument
188 #define JSTRING_TYPE_P(TYPE) ((TYPE) \ argument
197 #define JREFERENCE_TYPE_P(TYPE) ((TYPE) \ argument
210 #define TYPE_INTERFACE_P(TYPE) \ argument
213 #define TYPE_CLASS_P(TYPE) (CLASS_P (TYPE) \ argument
540 #define SET_TYPE_FOR_RESOLUTION(TYPE, SAVE, CHAIN) \ argument
[all …]
/openbsd/gnu/gcc/gcc/config/arm/
H A Dcrti.asm39 #define TYPE(x) .type x,function macro
41 #define TYPE(x) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc.h202 #define PROMOTE_MODE(MODE,UNSIGNEDP,TYPE) \ argument
254 #define DATA_ALIGNMENT(TYPE, ALIGN) \ argument
652 #define ROUND_ADVANCE_ARG(MODE, TYPE) \ argument
658 #define ROUND_ADVANCE_CUM(CUM, MODE, TYPE) \ argument
669 #define PASS_IN_REG_P(CUM, MODE, TYPE) \ argument
689 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \ argument
707 #define FUNCTION_ARG_PARTIAL_NREGS(CUM, MODE, TYPE, NAMED) 0 argument
733 #define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED) \ argument
740 #define FUNCTION_ARG_BOUNDARY(MODE, TYPE) \ argument
797 #define RETURN_IN_MEMORY(TYPE) \ argument
[all …]
/openbsd/gnu/gcc/gcc/cp/
H A Dcp-lang.c59 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) TYPE, argument
74 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) LENGTH, argument
87 #define DEFTREECODE(SYM, NAME, TYPE, LEN) NAME, argument
/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Ddebug.h32 #define ORC_RT_DEBUG_WITH_TYPE(TYPE, X) \ argument
48 #define ORC_RT_DEBUG_WITH_TYPE(TYPE, X) \ argument
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdb_obstack.h29 #define OBSTACK_ZALLOC(OBSTACK,TYPE) (memset (obstack_alloc ((OBSTACK), sizeof (TYPE)), 0, sizeof (… argument
31 #define OBSTACK_CALLOC(OBSTACK,NUMBER,TYPE) (memset (obstack_alloc ((OBSTACK), (NUMBER) * sizeof (T… argument
H A Dsolib-legacy.c49 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) in legacy_svr4_fetch_link_map_offsets() argument
51 #define fieldsize(TYPE, MEMBER) (sizeof (((TYPE *)0)->MEMBER)) in legacy_svr4_fetch_link_map_offsets() argument
/openbsd/gnu/gcc/gcc/objcp/
H A Dobjcp-lang.c61 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) TYPE, argument
78 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) LENGTH, argument
93 #define DEFTREECODE(SYM, NAME, TYPE, LEN) NAME, argument
/openbsd/lib/libedit/
H A Dtokenizer.c62 #define TYPE(type) type macro
69 #define TYPE(type) type ## W macro
75 struct TYPE(tokenizer) { in TYPE() function
110 TYPE(Tokenizer) * in TYPE() function
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTypeVisitor.h72 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type); in Visit() macro
80 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \ macro

12345678910>>...14