Searched refs:TYPE (Results 176 - 191 of 191) sorted by relevance

12345678

/freebsd-10.2-release/contrib/binutils/ld/
H A Dldlang.c45 #define offsetof(TYPE, MEMBER) ((size_t) & (((TYPE*) 0)->MEMBER))
/freebsd-10.2-release/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c108 #define PMCoffsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp91 #define TYPE(Class, Base) void Visit##Class##Type(const Class##Type *T); macro
2589 #define TYPE(Class, Base) \ macro
/freebsd-10.2-release/contrib/gcc/config/sparc/
H A Dsparc.c4441 /* Scan the record type TYPE and return the following predicates:
4480 TYPE is the data type of the argument (as a tree).
4903 TYPE is the data type of the argument (as a tree).
5075 TYPE is the data type of the argument (as a tree).
5334 of mode MODE and data type TYPE.
5335 TYPE is null for libcalls where that information may not be available. */
7895 #define def_builtin(NAME, CODE, TYPE) \
7896 lang_hooks.builtin_function((NAME), (TYPE), (CODE), BUILT_IN_MD, NULL, \
/freebsd-10.2-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c132 #define START_IE(TYPE,CODE,LEN) \
142 #define START_IE2(TYPE,CODE,LEN,REALCODE) \
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp2132 #define TYPE(Class, Base) macro
H A DSemaTemplate.cpp3812 #define TYPE(Class, Parent) \ macro
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2106 #define TYPE(Class, Base) macro
/freebsd-10.2-release/contrib/ncurses/
H A Dconfigure750 --with-bool=TYPE override fallback type of bool variable
752 --with-chtype=TYPE override type of chtype
753 --with-ospeed=TYPE override type of ospeed variable
754 --with-mmask-t=TYPE override type of mmask_t
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dmips-tdep.c6035 (TYPE, CNT, OTHERTYPE)));
/freebsd-10.2-release/contrib/gcc/
H A Dfunction.c71 #define LOCAL_ALIGNMENT(TYPE, ALIGNMENT) ALIGNMENT
620 TYPE is the type that will be used for the stack slot. */
779 it. If there's no TYPE, then we don't know anything about the
1883 /* Return true if TYPE should be passed by invisible reference. */
1904 /* Return true if TYPE, which is passed by reference, should be callee
3304 parm passed in mode PASSED_MODE and with type TYPE.
5756 /* Insert a TYPE into the used types hash table of CFUN. */
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Darm.c2736 TYPE is the data type of the argument (as a tree).
7137 /* For use by FUNCTION_ARG_PADDING (MODE, TYPE).
7156 /* Similarly, for use by BLOCK_REG_PADDING (MODE, TYPE, FIRST).
12144 #define def_mbuiltin(MASK, NAME, TYPE, CODE) \
12148 lang_hooks.builtin_function ((NAME), (TYPE), (CODE), \
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Di386.c2818 /* Return the regparm value for a function with the indicated TYPE and DECL.
2895 indicated TYPE and DECL. DECL may be NULL when calling function
3044 /* Return if we do not know how to pass TYPE solely in registers. */
3152 /* Return the "natural" mode for TYPE. In most cases, this is just TYPE_MODE.
3264 /* Classify the argument of type TYPE and mode MODE.
3800 of mode MODE and data type TYPE.
3801 (TYPE is null for libcalls where that information may not be available.) */
3915 TYPE is the data type of the argument (as a tree).
4078 /* Return true when TYPE should be 128bit aligned for 32bit argument passing
14359 TYPE i
[all...]
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Drs6000.c1596 /* Return true iff, data reference of TYPE can reach vector alignment (16)
4321 #define USE_FP_FOR_ARG_P(CUM,MODE,TYPE) \
4328 #define USE_ALTIVEC_FOR_ARG_P(CUM,MODE,TYPE,NAMED) \
4335 memory, just as large structures are always returned. TYPE will be
4476 /* Return true if TYPE must be passed on the stack and not in registers. */
4584 /* For a function parm of MODE and TYPE, return the starting word in
4701 of mode MODE and data type TYPE.
4702 (TYPE is null for libcalls where that information may not be available.)
4705 with MODE and TYPE set to that of the pointer to the arg, not the arg
5194 TYPE i
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]
/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 679 milliseconds

12345678