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

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Boolean.h 53 APSInt toAPSInt() const {
56 APSInt toAPSInt(unsigned NumBits) const {
57 return APSInt(toAPSInt().zextOrTrunc(NumBits), true);
59 APValue toAPValue() const { return APValue(toAPSInt()); }
Integral.h 106 APSInt toAPSInt() const {
109 APSInt toAPSInt(unsigned NumBits) const {
111 return APSInt(toAPSInt().sextOrTrunc(NumBits), !Signed);
113 return APSInt(toAPSInt().zextOrTrunc(NumBits), !Signed);
115 APValue toAPValue() const { return APValue(toAPSInt()); }
Interp.h 115 APSInt Value = OpAP<APSInt>()(LHS.toAPSInt(Bits), RHS.toAPSInt(Bits));
745 APSInt APOffset(Offset.toAPSInt().extend(Bits + 2), false);
746 APSInt APIndex(Index.toAPSInt().extend(Bits + 2), false);
851 const APSInt Val = V.toAPSInt();
879 S.CCEDiag(E, diag::note_constexpr_lshift_of_negative) << V.toAPSInt();
903 S.CCEDiag(Loc, diag::note_constexpr_negative_shift) << RHS.toAPSInt();
918 S.CCEDiag(Loc, diag::note_constexpr_negative_shift) << RHS.toAPSInt();
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Z3Solver.cpp 792 if (!toAPSInt(BVSort, AST, Int, true)) {
805 bool toAPSInt(const SMTSortRef &Sort, const SMTExprRef &AST,
854 return toAPSInt(Sort, Assign, Int, true);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 503 assert(false && "Variant::toAPSInt called on non-numeric type");
514 APSInt toAPSInt() const {
526 assert(false && "Variant::toAPSInt called on non-integral type");

Completed in 18 milliseconds