Home
last modified time | relevance | path

Searched defs:IntLiteral (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLIntLiteral.h19 struct IntLiteral : public Expression { struct
39 IntLiteral& i = (IntLiteral&) other; in compareConstant() argument
43 int coercionCost(const Type& target) const override { in coercionCost()
50 int64_t getConstantInt() const override { in getConstantInt()
54 const int64_t fValue;
56 typedef Expression INHERITED;
/external/skqp/src/sksl/ir/
DSkSLIntLiteral.h19 struct IntLiteral : public Expression { struct
39 IntLiteral& i = (IntLiteral&) other; in compareConstant() argument
43 int coercionCost(const Type& target) const override { in coercionCost()
50 int64_t getConstantInt() const override { in getConstantInt()
54 const int64_t fValue;
56 typedef Expression INHERITED;
/external/swiftshader/src/Reactor/
DReactor.hpp118 struct IntLiteral struct
124 struct IntLiteral<Bool> struct
126 typedef bool type;
130 struct IntLiteral<Int> struct
132 typedef int type;
136 struct IntLiteral<UInt> struct
138 typedef unsigned int type;
142 struct IntLiteral<Long> struct
144 typedef int64_t type;
/external/clang/lib/StaticAnalyzer/Checkers/
DTestAfterDivZeroChecker.cpp219 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(B->getRHS()); in checkBranchCondition() local
/external/deqp/framework/randomshaders/
DrsgExpression.hpp124 class IntLiteral : public Expression class
DrsgExpression.cpp417 IntLiteral::IntLiteral (GeneratorState& state, ConstValueRangeAccess valueRange) in IntLiteral() function in rsg::IntLiteral
/external/clang/lib/Analysis/
DCFG.cpp648 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr); in checkIncorrectRelationalOperator() local
687 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr); in checkIncorrectEqualityOperator() local