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

/freebsd-11-stable/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.h84 #define macro_builtin_type(p) ((p)->builtin_type)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp488 CompilerType builtin_type; local
490 builtin_type = GetBuiltinTypeForPDBEncodingAndBitSize(
493 builtin_type = m_ast.GetBasicType(eBasicTypeInt);
500 builtin_type, isScoped);
682 auto *builtin_type = llvm::dyn_cast<PDBSymbolTypeBuiltin>(&type); local
683 assert(builtin_type);
684 PDB_BuiltinType builtin_kind = builtin_type->getBuiltinType();
689 if (uint64_t size = builtin_type->getLength())
693 m_ast, *builtin_type, encoding, bytes.getValueOr(0) * 8);
695 if (builtin_type
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h556 enum builtin_type enum
603 enum builtin_type GTY ((tag ("NTV_BUILTIN"))) builtin;
/freebsd-11-stable/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-stable/contrib/gdb/gdb/
H A Dgdbtypes.h1168 extern struct type *builtin_type (char **);
/freebsd-11-stable/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-stable/contrib/gcc/config/mips/
H A Dmips.c10110 enum mips_builtin_type builtin_type;
10431 type = bdesc[fcode].builtin_type;
10814 mips_expand_builtin_compare (enum mips_builtin_type builtin_type,
10847 switch (builtin_type)
10856 offset = GEN_INT (builtin_type == MIPS_BUILTIN_CMP_UPPER);
10872 mips_expand_builtin_bposge (enum mips_builtin_type builtin_type, rtx target)
10882 if (builtin_type == MIPS_BUILTIN_BPOSGE32)
10051 enum mips_builtin_type builtin_type; member in struct:builtin_description
10755 mips_expand_builtin_compare(enum mips_builtin_type builtin_type, enum insn_code icode, enum mips_fp_condition cond, rtx target, tree arglist) argument
10813 mips_expand_builtin_bposge(enum mips_builtin_type builtin_type, rtx target) argument
/freebsd-11-stable/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-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp2954 const clang::BuiltinType *builtin_type = local
2957 if (builtin_type) {
2958 if (builtin_type->isInteger()) {
2959 is_signed = builtin_type->isSignedInteger();
3531 const clang::BuiltinType *builtin_type = llvm::dyn_cast<clang::BuiltinType>( local
3535 switch (builtin_type->getKind()) {
3574 if (builtin_type->isInteger()) {
3576 if (builtin_type->isSignedInteger())
3578 } else if (builtin_type->isFloatingPoint())

Completed in 207 milliseconds