HomeSort by relevance Sort by last modified time
    Searched defs:IntLiteral (Results 1 - 8 of 8) sorted by null

  /external/skia/src/sksl/ir/
SkSLIntLiteral.h 19 struct IntLiteral : public Expression {
22 IntLiteral(const Context& context, int offset, int64_t value)
26 IntLiteral(int offset, int64_t value, const Type* type = nullptr)
43 IntLiteral& i = (IntLiteral&) other;
59 return std::unique_ptr<Expression>(new IntLiteral(fOffset, fValue, &fType));
  /external/skqp/src/sksl/ir/
SkSLIntLiteral.h 19 struct IntLiteral : public Expression {
22 IntLiteral(const Context& context, int offset, int64_t value)
26 IntLiteral(int offset, int64_t value, const Type* type = nullptr)
43 IntLiteral& i = (IntLiteral&) other;
59 return std::unique_ptr<Expression>(new IntLiteral(fOffset, fValue, &fType));
  /external/deqp/framework/randomshaders/
rsgExpression.hpp 125 class IntLiteral : public Expression
128 IntLiteral (GeneratorState& state, ConstValueRangeAccess valueRange);
129 virtual ~IntLiteral (void) {}
rsgExpression.cpp 284 { getWeight<IntLiteral>, create<IntLiteral> },
429 IntLiteral::IntLiteral (GeneratorState& state, ConstValueRangeAccess valueRange)
454 float IntLiteral::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
477 void IntLiteral::tokenize (GeneratorState& state, TokenStream& str) const
    [all...]
  /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/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 119 struct IntLiteral
125 struct IntLiteral<Bool>
131 struct IntLiteral<Int>
137 struct IntLiteral<UInt>
143 struct IntLiteral<Long>
167 RValue(typename IntLiteral<T>::type i);
    [all...]
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 2751 milliseconds