Home
last modified time | relevance | path

Searched refs:kLiteral (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/src/sksl/ir/
DSkSLExpression.h49 kLiteral, enumerator
99 return this->kind() == Kind::kLiteral && this->type().isInteger(); in isIntLiteral()
103 return this->kind() == Kind::kLiteral && this->type().isFloat(); in isFloatLiteral()
107 return this->kind() == Kind::kLiteral && this->type().isBoolean(); in isBoolLiteral()
DSkSLPrefixExpression.cpp30 case Expression::Kind::kLiteral: { in simplify_negation()
126 case Expression::Kind::kLiteral: { in logical_not_operand()
DSkSLLiteral.h24 inline static constexpr Kind kExpressionKind = Kind::kLiteral;
DSkSLType.h80 kLiteral, enumerator
DSkSLType.cpp95 inline static constexpr TypeKind kTypeKind = TypeKind::kLiteral;
/third_party/skia/third_party/externals/libwebp/src/enc/
Dbackward_references_enc.h33 kLiteral, enumerator
67 retval.mode = kLiteral; in PixOrCopyCreateLiteral()
74 return (p->mode == kLiteral); in PixOrCopyIsLiteral()
87 assert(p->mode == kLiteral); in PixOrCopyLiteral()
/third_party/node/deps/v8/src/compiler/
Dprocessed-feedback.h38 kLiteral, enumerator
205 ((K == kLiteral || K == kRegExpLiteral || K == kTemplateObject) && in SingleValueFeedback()
206 slot_kind == FeedbackSlotKind::kLiteral)); in SingleValueFeedback()
223 ProcessedFeedback::kLiteral> {
Djs-heap-broker.cc940 CHECK_EQ(kLiteral, kind()); in AsLiteral()
/third_party/skia/src/sksl/analysis/
DSkSLIsConstantExpression.cpp30 case Expression::Kind::kLiteral: in visitExpression()
/third_party/node/deps/v8/src/numbers/
Dconversions.cc922 enum class Behavior { kStringToBigInt, kLiteral }; enumerator
936 behavior_(Behavior::kLiteral) { in StringToBigIntHelper()
977 DCHECK_EQ(behavior_, Behavior::kLiteral); in DecimalString()
1012 return behavior_ == Behavior::kLiteral ? AllocationType::kOld in allocation_type()
/third_party/node/deps/v8/src/objects/
Dfeedback-vector.cc185 case FeedbackSlotKind::kLiteral: in Kind2String()
293 case FeedbackSlotKind::kLiteral: in New()
603 case FeedbackSlotKind::kLiteral: in Clear()
688 case FeedbackSlotKind::kLiteral: in ic_state()
Dfeedback-vector.h60 kLiteral, enumerator
461 FeedbackSlot AddLiteralSlot() { return AddSlot(FeedbackSlotKind::kLiteral); } in AddLiteralSlot()
Dfeedback-vector-inl.h72 case FeedbackSlotKind::kLiteral: in GetSlotSize()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dflag.h211 enum class FlagHelpKind : uint8_t { kLiteral = 0, kGenFunc = 1 }; enumerator
236 return {FlagHelpMsg(value.value), FlagHelpKind::kLiteral}; in HelpArg()
Dflag.cc265 return HelpSourceKind() == FlagHelpKind::kLiteral ? help_.literal in Help()
/third_party/skia/src/sksl/
DSkSLAnalysis.cpp433 case Expression::Kind::kLiteral: in IsSameExpressionTree()
629 case Expression::Kind::kLiteral: in visitExpression()
DSkSLInliner.cpp327 case Expression::Kind::kLiteral: in inlineExpression()
940 case Expression::Kind::kLiteral: in visitExpression()
DSkSLDehydrator.cpp365 case Expression::Kind::kLiteral: { in write()
/third_party/node/deps/v8/src/ast/
Dast.h1004 Literal(int smi, int position) : Expression(position, kLiteral), smi_(smi) { in Literal()
1009 : Expression(position, kLiteral), number_(number) { in Literal()
1014 : Expression(position, kLiteral), bigint_(bigint) { in Literal()
1019 : Expression(position, kLiteral), string_(string) { in Literal()
1024 : Expression(position, kLiteral), boolean_(boolean) { in Literal()
1028 Literal(Type type, int position) : Expression(position, kLiteral) { in Literal()
/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp467 case Expression::Kind::kLiteral: in writeExpression()
DSkSLGLSLCodeGenerator.cpp199 case Expression::Kind::kLiteral: in writeExpression()
DSkSLMetalCodeGenerator.cpp161 case Expression::Kind::kLiteral: in writeExpression()
DSkSLVMCodeGenerator.cpp1533 case Expression::Kind::kLiteral: in writeExpression()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dflag_test.cc135 flags::FlagHelpKind::kLiteral};
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc1274 case FeedbackSlotKind::kLiteral: in Print()

12