Home
last modified time | relevance | path

Searched refs:IntegerConstant (Results 1 – 23 of 23) sorted by relevance

/external/proguard/src/proguard/classfile/constant/
DIntegerConstant.java31 public class IntegerConstant extends Constant class
39 public IntegerConstant() in IntegerConstant() method in IntegerConstant
47 public IntegerConstant(int value) in IntegerConstant() method in IntegerConstant
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.cpp86 if (auto IntegerConstant = E.getIntegerConstantExpr(Ctx)) in getConstantExprValue() local
87 return APValue(*IntegerConstant); in getConstantExprValue()
168 const llvm::APSInt &IntegerConstant, in isWideEnoughToHold() argument
171 return ToIntegerRange.Contains(IntegerConstant); in isWideEnoughToHold()
260 llvm::APSInt IntegerConstant; in handleIntegralCast() local
261 if (getIntegerConstantExprValue(Context, Rhs, IntegerConstant)) { in handleIntegralCast()
262 if (!isWideEnoughToHold(Context, IntegerConstant, *ToType)) in handleIntegralCast()
263 diagNarrowIntegerConstantToSignedInt(SourceLoc, Lhs, Rhs, IntegerConstant, in handleIntegralCast()
285 llvm::APSInt IntegerConstant; in handleIntegralToFloating() local
286 if (getIntegerConstantExprValue(Context, Rhs, IntegerConstant)) { in handleIntegralToFloating()
[all …]
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceReplacer.java384 …((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argume… in argumentAsString()
389 …((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argume… in argumentAsString()
394 …((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argume… in argumentAsString()
DInstructionSequenceConstants.java228 new IntegerConstant(32768),
229 new IntegerConstant(65536),
230 new IntegerConstant(16777216),
232 new IntegerConstant(0x0000ff00),
233 new IntegerConstant(0x00ff0000),
234 new IntegerConstant(0xff000000),
235 new IntegerConstant(0x0000ffff),
236 new IntegerConstant(0xffff0000),
/external/proguard/src/proguard/classfile/constant/visitor/
DConstantVisitor.java35 …public void visitIntegerConstant( Clazz clazz, IntegerConstant integerConstan… in visitIntegerConstant()
/external/proguard/src/proguard/classfile/editor/
DComparableConstant.java126 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
129 int otherValue = ((IntegerConstant)otherConstant).getValue(); in visitIntegerConstant()
DConstantPoolEditor.java66 IntegerConstant integerConstant = (IntegerConstant)constant; in addIntegerConstant()
74 return addConstant(new IntegerConstant(value)); in addIntegerConstant()
DConstantAdder.java93 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
DConstantPoolRemapper.java105 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java239 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
346 case ClassConstants.CONSTANT_Integer: return new IntegerConstant(); in createConstant()
DProgramClassReader.java220 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
966 case ClassConstants.CONSTANT_Integer: return new IntegerConstant(); in createConstant()
DProgramClassWriter.java174 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java367 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
369 IntegerConstant integerPatternConstant = (IntegerConstant)patternConstant; in visitIntegerConstant()
DSimplifiedVisitor.java125 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
/external/proguard/src/proguard/evaluation/
DConstantValueFactory.java66 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
/external/proguard/src/proguard/classfile/instruction/
DConstantInstruction.java221 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) {} in visitIntegerConstant()
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp358 class IntegerConstant class
379 IntegerConstant(Literals lit, int ai) : asInt(ai) in IntegerConstant() function in glcts::IntegerConstant
1477 std::vector<IntegerConstant> integerConstants; in binding_integer_constant()
1478 for (int idx = 0; idx < IntegerConstant::last; idx++) in binding_integer_constant()
1482 integerConstants.push_back(IntegerConstant((IntegerConstant::Literals)idx, (*it))); in binding_integer_constant()
1487 …for (std::vector<IntegerConstant>::iterator it = integerConstants.begin(); it != integerConstants.… in binding_integer_constant()
1526 …for (std::vector<IntegerConstant>::iterator it = integerConstants.begin(); it != integerConstants.… in binding_integer_constant()
/external/proguard/src/proguard/shrink/
DUsageMarker.java384 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
/external/llvm/lib/Support/
DAPFloat.cpp1885 APInt IntegerConstant(NextPowerOf2(semanticsPrecision(*semantics)), 1); in roundToIntegral() local
1886 IntegerConstant <<= semanticsPrecision(*semantics)-1; in roundToIntegral()
1888 fs = MagicConstant.convertFromAPInt(IntegerConstant, false, in roundToIntegral()
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java193 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp1879 APInt IntegerConstant(NextPowerOf2(semanticsPrecision(*semantics)), 1); in roundToIntegral() local
1880 IntegerConstant <<= semanticsPrecision(*semantics)-1; in roundToIntegral()
1882 fs = MagicConstant.convertFromAPInt(IntegerConstant, false, in roundToIntegral()
/external/llvm-project/llvm/lib/Support/
DAPFloat.cpp2059 APInt IntegerConstant(NextPowerOf2(semanticsPrecision(*semantics)), 1); in roundToIntegral() local
2060 IntegerConstant <<= semanticsPrecision(*semantics)-1; in roundToIntegral()
2062 fs = MagicConstant.convertFromAPInt(IntegerConstant, false, in roundToIntegral()
/external/flatbuffers/src/
Didl_parser.cpp204 TD(IntegerConstant, 258, "integer constant") \