Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLBoolLiteral.h19 struct BoolLiteral : public Expression { struct
20 BoolLiteral(const Context& context, int offset, bool value) in BoolLiteral() argument
37 BoolLiteral& b = (BoolLiteral&) other; in compareConstant() argument
42 return std::unique_ptr<Expression>(new BoolLiteral(fOffset, fValue, &fType)); in clone() argument
50 BoolLiteral(int offset, bool value, const Type* type) in BoolLiteral() argument
/external/skia/src/sksl/ir/
DSkSLBoolLiteral.h21 using BoolLiteral = Literal<bool>; variable
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DImplicitBoolConversionCheck.cpp198 StringRef getEquivalentForBoolLiteral(const CXXBoolLiteralExpr *BoolLiteral, in getEquivalentForBoolLiteral()
384 if (const auto *BoolLiteral = in handleCastFromBool() local
/external/deqp/framework/randomshaders/
DrsgExpression.hpp143 class BoolLiteral : public Expression class
DrsgExpression.cpp483 BoolLiteral::BoolLiteral (GeneratorState& state, ConstValueRangeAccess valueRange) in BoolLiteral() function in rsg::BoolLiteral
502 BoolLiteral::BoolLiteral (bool customValue) in BoolLiteral() function in rsg::BoolLiteral
/external/swiftshader/src/Reactor/
DReactor.hpp235 struct BoolLiteral struct
241 struct BoolLiteral<Bool> struct
243 typedef bool type;
/external/llvm-project/clang/unittests/Tooling/Syntax/
DBuildTreeTest.cpp1398 TEST_P(BuildSyntaxTreeTest, BoolLiteral) { in TEST_P() argument