Lines Matching defs:intrinsic
127 /* Intrinsic types. Their kind number defines their storage size. */
201 /* Intrinsic operators. */
221 /* This macro is the number of intrinsic operators that exist.
323 considered to be intrinsic operators. */
397 /* Enumeration of all the generic intrinsic functions. Used by the
856 unsigned allocatable:1, dimension:1, codimension:1, external:1, intrinsic:1,
925 is only possible for intrinsic subroutines. */
1874 /* = 2 if this has already been resolved as an intrinsic,
1900 /* Identity of the intrinsic module the symbol comes from, or
1901 INTMOD_NONE if it's not imported from a intrinsic module. */
1903 /* Identity of the symbol from intrinsic modules, from enums maintained
1904 separately by each intrinsic module. Used together with from_intmod,
1905 it uniquely identifies a symbol from an intrinsic module. */
1988 bool intrinsic;
2065 /* For derived-types, store type-bound intrinsic operators here. */
2308 /* Structures representing intrinsic symbols and their arguments lists. */
2329 /* dummy arg of either an intrinsic or a user-defined procedure. */
2335 gfc_intrinsic_arg *intrinsic;
2349 argument lists of intrinsic functions. fX with X an integer refer
2373 function associated with an intrinsic. The fX are just like in
2396 function associated with an intrinsic. The fX are just like in
3500 /* intrinsic.cc -- true if working in an init-expr, false otherwise. */
3503 /* Given a symbol that we have decided is intrinsic, mark it as such
3507 #define gfc_intrinsic_symbol(SYM) SYM->module = gfc_get_string ("(intrinsic)")
3829 /* trans-intrinsic.cc */