Searched refs:convert (Results 76 - 100 of 112) sorted by relevance

12345

/freebsd-9.3-release/contrib/expat/tests/
H A Druntests.c750 info->convert = NULL;
/freebsd-9.3-release/contrib/expat/xmlwf/
H A Dxmlwf.c585 info->convert = unknownEncodingConvert;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcp-gimplify.c685 *stmt_p = convert (TREE_TYPE (stmt), TREE_OPERAND (stmt, 0));
H A Dcvt.c25 to different data types. The only entry point is `convert'.
26 Every language front end must have a `convert' function
36 #include "convert.h"
57 In convert.c, convert_to_integer.
68 /* Subroutines of `convert'. */
73 else convert blindly
93 error ("can't convert from incomplete type %qT to %qT",
171 error ("cannot convert %qE from type %qT to type %qT",
240 error ("cannot convert %qE from type %qT to type %qT",
287 error ("cannot convert
1009 convert (tree type, tree expr) function
[all...]
H A Dmethod.c104 convert (ssizetype,
668 /* We must convert PARM directly to the base class
H A Dcall.c41 #include "convert.h"
583 also pass the expression EXPR to convert from. If C_CAST_P is true,
640 /* The standard conversion sequence to convert FROM to TO is
1119 /* If this is a C cast, first convert to an appropriately qualified
1185 to convert the argument expression to the underlying type of the
1461 convert to that type, and we rely on build_user_type_conversion_1 to
2495 the result of the conversion function to convert it to the final
2599 /* If we are called to convert to a reference type, we are trying to
3119 convert E1 to E2 in [expr.cond]. */
3293 made to convert eac
[all...]
H A Dtree.c38 #include "convert.h"
284 return convert (type, init);
367 /* If EXPR is a bitfield reference, convert it to the declared type of
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dcharset.c495 /* These functions convert entire strings between character sets.
665 "no iconv implementation, cannot convert from %s to %s",
1291 /* Now convert what we have to the execution character set. */
1628 "failure to convert %s to %s",
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DConstants.h148 /// the signed version avoids callers having to convert a signed quantity
285 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored);
973 /// @brief Return true if this is a convert constant expression
1023 // warnings about whether to convert Idx to ArrayRef<Constant *> or
1040 // warnings about whether to convert Idx to ArrayRef<Constant *> or
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DConstants.cpp562 FV.convert(*TypeToFloatSemantics(Ty->getScalarType()),
1181 // convert modifies in place, so make a copy.
1192 Val2.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven, &losesInfo);
1198 Val2.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &losesInfo);
1206 Val2.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &losesInfo);
1543 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1557 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1571 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1585 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1597 assert((fromVec == toVec) && "Cannot convert fro
[all...]
H A DAsmWriter.cpp820 // Halves and floats are represented in ASCII IR as double, convert.
822 apf.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
H A DConstantFold.cpp575 Val.convert(DestTy->isHalfTy() ? APFloat::IEEEhalf :
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c4479 convert (index_type, size),
4480 convert (index_type,
6050 unspecified. Here we convert any enumerators that fit in
6059 ini = convert (tem, ini);
6146 value = convert (integer_type_node, value);
6163 DECL_INITIAL (decl) = convert (type, value);
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-df.S1227 4: mov r0, #0 @ How should we convert NAN?
1265 4: mov r0, #0 @ How should we convert NAN?
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1737 APF.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &ignored);
1741 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &ignored);
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h230 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
1299 Tmp.convert(Value->getValueAPF().getSemantics(),
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex394 source, \dtc can convert a device tree between a number of
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY868 convert ip_len back to network byte order, not plen, for solaris as ip_len
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfsidbg.c1893 unsigned long convert=0; local
1905 diag = kdbgetaddrarg(argc, argv, &nextarg, &convert, &offset, NULL, regs);
1910 if (convert)
5381 /* SB in a buffer - we need to convert */
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp607 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp80 assert(VT.isFloatingPoint() && "Can only convert between FP types");
82 // convert modifies in place, so make a copy.
85 (void) Val2.convert(SelectionDAG::EVTToAPFloatSemantics(VT),
98 // Look through a bit convert.
146 // Look through a bit convert.
1118 apf.convert(EVTToAPFloatSemantics(EltVT), APFloat::rmNearestTiesToEven,
2576 (void)V.convert(EVTToAPFloatSemantics(VT),
3237 (void)V.convert(EVTToAPFloatSemantics(VT),
4530 "Cannot convert from FP to Int or Int -> FP!");
4532 "Cannot use trunc store to convert t
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp220 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &ignored);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp449 // type. Only do this if the dest type is a simple type, don't convert the
550 // If Op1C some other power of two, convert:
776 // type. Only do this if the dest type is a simple type, don't convert the
807 // types and if the sizes are just right we can convert this into a logical
1077 // type. Only do this if the dest type is a simple type, don't convert the
1154 (void)F.convert(Sem, APFloat::rmNearestTiesToEven, &losesInfo);
1399 // GEP computes a constant offset, see if we can convert these three
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp2224 /// sanity. PFS is used to convert function-local operands of metadata (since
2834 ID.APFloatVal.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven,
2837 ID.APFloatVal.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp1483 // concrete integer type we should convert to is.
4764 truncated.convert(Src, llvm::APFloat::rmNearestTiesToEven, &ignored);
4765 truncated.convert(Tgt, llvm::APFloat::rmNearestTiesToEven, &ignored);
5167 // Try to convert the literal exactly to an integer. If we can, don't warn.

Completed in 604 milliseconds

12345