HomeSort by relevance Sort by last modified time
    Searched refs:IntLiteral (Results 1 - 25 of 31) sorted by null

1 2

  /external/skia/src/sksl/ir/
SkSLIntLiteral.h 19 struct IntLiteral : public Expression {
22 IntLiteral(const Context& context, Position position, int64_t value, const Type* type = nullptr)
39 IntLiteral& i = (IntLiteral&) other;
SkSLConstructor.h 38 int64_t intValue = ((IntLiteral&) *fArguments[0]).fValue;
44 int64_t intValue = ((IntLiteral&) *fArguments[0]).fValue;
45 return std::unique_ptr<Expression>(new IntLiteral(irGenerator.fContext,
100 const IntLiteral izero(context, Position(), 0);
156 return ((IntLiteral&) c).fValue;
SkSLVariableReference.h 86 return std::unique_ptr<Expression>(new IntLiteral(
89 ((IntLiteral*) expr)->fValue));
SkSLProgram.h 49 return std::unique_ptr<Expression>(new IntLiteral(context,
SkSLSwizzle.h 82 return std::unique_ptr<Expression>(new IntLiteral(irGenerator.fContext,
  /external/clang/lib/StaticAnalyzer/Checkers/
TestAfterDivZeroChecker.cpp 219 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(B->getRHS());
221 if (!IntLiteral) {
222 IntLiteral = dyn_cast<IntegerLiteral>(B->getLHS());
226 if (!IntLiteral || IntLiteral->getValue() != 0)
  /external/deqp/framework/randomshaders/
rsgExpression.hpp 124 class IntLiteral : public Expression
127 IntLiteral (GeneratorState& state, ConstValueRangeAccess valueRange);
128 virtual ~IntLiteral (void) {}
rsgExpression.cpp 284 { getWeight<IntLiteral>, create<IntLiteral> },
417 IntLiteral::IntLiteral (GeneratorState& state, ConstValueRangeAccess valueRange)
442 float IntLiteral::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
465 void IntLiteral::tokenize (GeneratorState& state, TokenStream& str) const
    [all...]
  /external/skia/src/sksl/
SkSLGLSLCodeGenerator.h 153 void writeIntLiteral(const IntLiteral& i);
SkSLIRGenerator.cpp 240 count = ((IntLiteral&) *size).fValue;
442 int64_t v = ((IntLiteral&) *caseValue).fValue;
541 std::unique_ptr<IntLiteral>(new IntLiteral(fContext, Position(), fInvocations)),
566 std::unique_ptr<IntLiteral>(new IntLiteral(fContext, Position(), 0)),
756 count = ((IntLiteral&) *converted).fValue;
    [all...]
SkSLCPPCodeGenerator.cpp 87 int64_t index = ((IntLiteral&) *i.fIndex).fValue;
104 int64_t index = ((IntLiteral&) *i.fIndex).fValue;
SkSLSPIRVCodeGenerator.h 216 SpvId writeIntLiteral(const IntLiteral& i);
SkSLGLSLCodeGenerator.cpp 94 this->writeIntLiteral((IntLiteral&) expr);
474 void GLSLCodeGenerator::writeIntLiteral(const IntLiteral& i) {
SkSLSPIRVCodeGenerator.cpp     [all...]
SkSLCompiler.cpp 417 return ((IntLiteral&) expr).fValue == value;
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 648 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr);
651 if (!IntLiteral) {
652 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr);
657 if (!IntLiteral || !BoolExpr->isKnownToHaveBooleanValue())
660 llvm::APInt IntValue = IntLiteral->getValue();
664 bool IntLarger = IntLiteral->getType()->isUnsignedIntegerType() ||
687 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr);
690 if (!IntLiteral) {
691 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr);
695 if (!IntLiteral)
    [all...]
  /external/swiftshader/src/Reactor/
Reactor.hpp 118 struct IntLiteral
124 struct IntLiteral<Bool>
130 struct IntLiteral<Int>
136 struct IntLiteral<UInt>
142 struct IntLiteral<Long>
166 RValue(typename IntLiteral<T>::type i);
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 

Completed in 1238 milliseconds

1 2