Searched refs:builtin_type (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/usr.bin/m4/
H A Dlook.c149 n->builtin_type = MACRTYPE;
241 n->builtin_type = type;
274 if (p == NULL || p->builtin_type == MACRTYPE)
H A Dextern.h82 #define macro_builtin_type(p) ((p)->builtin_type)
/freebsd-11.0-release/contrib/gcclibs/libcpp/include/
H A Dcpplib.h556 enum builtin_type enum
603 enum builtin_type GTY ((tag ("NTV_BUILTIN"))) builtin;
/freebsd-11.0-release/contrib/gcclibs/libcpp/
H A Dinit.c291 expansions. The value is a "builtin_type" enumerator.
372 hp->value.builtin = (enum builtin_type) b->value;
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgdbtypes.h1168 extern struct type *builtin_type (char **);
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Drs6000-c.c2414 tree builtin_type;
2415 builtin_type = rs6000_builtin_type (id);
2416 if (INTEGRAL_TYPE_P (t) && INTEGRAL_TYPE_P (builtin_type))
2419 return lang_hooks.types_compatible_p (t, builtin_type);
2412 tree builtin_type; local
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dmips.c10109 enum mips_builtin_type builtin_type;
10430 type = bdesc[fcode].builtin_type;
10813 mips_expand_builtin_compare (enum mips_builtin_type builtin_type,
10846 switch (builtin_type)
10855 offset = GEN_INT (builtin_type == MIPS_BUILTIN_CMP_UPPER);
10871 mips_expand_builtin_bposge (enum mips_builtin_type builtin_type, rtx target)
10881 if (builtin_type == MIPS_BUILTIN_BPOSGE32)
10050 enum mips_builtin_type builtin_type; member in struct:builtin_description
10754 mips_expand_builtin_compare(enum mips_builtin_type builtin_type, enum insn_code icode, enum mips_fp_condition cond, rtx target, tree arglist) argument
10812 mips_expand_builtin_bposge(enum mips_builtin_type builtin_type, rtx target) argument
/freebsd-11.0-release/contrib/gcc/
H A Dc-common.c3161 typedef enum c_builtin_type builtin_type;
3177 def_fn_type (builtin_type def, builtin_type ret, bool var, int n, ...)
3186 builtin_type a = va_arg (list, builtin_type);
3147 typedef enum c_builtin_type builtin_type; typedef in typeref:enum:c_builtin_type
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3225 const clang::BuiltinType *builtin_type = llvm::dyn_cast<clang::BuiltinType>(qual_type->getCanonicalTypeInternal()); local
3227 if (builtin_type)
3229 if (builtin_type->isInteger())
3231 is_signed = builtin_type->isSignedInteger();
3843 const clang::BuiltinType *builtin_type = llvm::dyn_cast<clang::BuiltinType>(qual_type->getCanonicalTypeInternal()); local
3846 switch (builtin_type->getKind())
3884 if (builtin_type->isInteger())
3887 if (builtin_type->isSignedInteger())
3890 else if (builtin_type->isFloatingPoint())

Completed in 97 milliseconds