HomeSort by: relevance | last modified time | path
    Searched refs:builtin_type (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/m4/
look.c 150 n->builtin_type = MACRTYPE;
242 n->builtin_type = type;
275 if (p == NULL || p->builtin_type == MACRTYPE)
extern.h 86 #define macro_builtin_type(p) ((p)->builtin_type)
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv-builtins.cc 80 enum riscv_builtin_type builtin_type; member in struct:riscv_builtin_description
99 BUILTIN_TYPE and FUNCTION_TYPE are riscv_builtin_description fields.
103 #define RISCV_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \
105 BUILTIN_TYPE, FUNCTION_TYPE, riscv_builtin_avail_ ## AVAIL }
270 switch (d->builtin_type)
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-builtins.cc 93 enum loongarch_builtin_type builtin_type; member in struct:loongarch_builtin_description
115 BUILTIN_TYPE and FUNCTION_TYPE are loongarch_builtin_description fields.
119 #define LARCH_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \
122 BUILTIN_TYPE, FUNCTION_TYPE, \
362 switch (d->builtin_type)
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-builtins.cc 1027 typedef enum d_builtin_type builtin_type; typedef in typeref:enum:d_builtin_type
1042 def_fn_type (builtin_type def, builtin_type ret, bool var, int n, ...)
1052 builtin_type a = (builtin_type) va_arg (list, int);
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-lang.cc 235 typedef enum lto_builtin_type builtin_type; typedef in typeref:enum:lto_builtin_type
589 def_fn_type (builtin_type def, builtin_type ret, bool var, int n, ...)
600 builtin_type a = (builtin_type) va_arg (list, int);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
f95-lang.cc 622 enum builtin_type enum
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 4095 typedef enum c_builtin_type builtin_type;
4111 def_fn_type (builtin_type def, builtin_type ret, bool var, int n, ...)
4121 builtin_type a = (builtin_type) va_arg (list, int);
4083 typedef enum c_builtin_type builtin_type; typedef in typeref:enum:c_builtin_type
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 15487 enum mips_builtin_type builtin_type;
15523 BUILTIN_TYPE and FUNCTION_TYPE are mips_builtin_description fields.
15527 #define MIPS_BUILTIN(INSN, COND, NAME, BUILTIN_TYPE, \
15530 "__builtin_mips_" NAME, BUILTIN_TYPE, FUNCTION_TYPE, \
17432 /* Expand a comparison built-in function of type BUILTIN_TYPE. EXP is
17438 mips_expand_builtin_compare (enum mips_builtin_type builtin_type,
17452 switch (builtin_type)
17461 offset = GEN_INT (builtin_type == MIPS_BUILTIN_CMP_UPPER);
17473 /* Expand a bposge built-in function of type BUILTIN_TYPE. TARGET,
17477 mips_expand_builtin_bposge (enum mips_builtin_type builtin_type, rtx target
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 3579 tree builtin_type = (builtin_typetail
3609 if (builtin_type == void_type_node)
3715 if (!type && builtin_type && TREE_CODE (builtin_type) != VOID_TYPE)
3723 convert_argument (ploc, function, fundecl, builtin_type, origtype,
3568 tree builtin_type = (builtin_typetail local

Completed in 86 milliseconds