Home
last modified time | relevance | path

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

12

/third_party/skia/src/sksl/ir/
H A DSkSLExpression.h49 kLiteral, member in SkSL::Expression::Kind
85 * e.g. replace `e.kind() == Expression::Kind::kLiteral` with `e.is<Literal>()`.
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()
H A DSkSLPrefixExpression.cpp30 case Expression::Kind::kLiteral: { in simplify_negation()
126 case Expression::Kind::kLiteral: { in logical_not_operand()
H A DSkSLLiteral.h24 inline static constexpr Kind kExpressionKind = Kind::kLiteral;
H A DSkSLType.h80 kLiteral, member in SkSL::Type::TypeKind
H A DSkSLType.cpp95 inline static constexpr TypeKind kTypeKind = TypeKind::kLiteral;
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.h33 kLiteral, enumerator
67 retval.mode = kLiteral;
74 return (p->mode == kLiteral);
87 assert(p->mode == kLiteral); in PixOrCopyLiteral()
/third_party/node/deps/v8/src/compiler/
H A Dprocessed-feedback.h38 kLiteral, enumerator
205 ((K == kLiteral || K == kRegExpLiteral || K == kTemplateObject) && in SingleValueFeedback()
206 slot_kind == FeedbackSlotKind::kLiteral)); in SingleValueFeedback()
223 ProcessedFeedback::kLiteral> {
H A Djs-heap-broker.cc940 CHECK_EQ(kLiteral, kind()); in AsLiteral()
/third_party/skia/src/sksl/analysis/
H A DSkSLIsConstantExpression.cpp30 case Expression::Kind::kLiteral:
/third_party/node/deps/v8/src/numbers/
H A Dconversions.cc922 enum class Behavior { kStringToBigInt, kLiteral };
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/
H A Dfeedback-vector.h60 kLiteral, member in v8::internal::FeedbackSlotKind
461 FeedbackSlot AddLiteralSlot() { return AddSlot(FeedbackSlotKind::kLiteral); } in AddLiteralSlot()
H A 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()
H A Dfeedback-vector-inl.h72 case FeedbackSlotKind::kLiteral: in GetSlotSize()
/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp433 case Expression::Kind::kLiteral: in IsSameExpressionTree()
629 case Expression::Kind::kLiteral: in visitExpression()
H A DSkSLInliner.cpp327 case Expression::Kind::kLiteral: in inlineExpression()
940 case Expression::Kind::kLiteral: in visitExpression()
H A DSkSLDehydrator.cpp365 case Expression::Kind::kLiteral: { in write()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dflag.h211 enum class FlagHelpKind : uint8_t { kLiteral = 0, kGenFunc = 1 }; member in absl::flags_internal::FlagHelpKind
236 return {FlagHelpMsg(value.value), FlagHelpKind::kLiteral}; in HelpArg()
H A Dflag.cc265 return HelpSourceKind() == FlagHelpKind::kLiteral ? help_.literal in Help()
/third_party/node/deps/v8/src/ast/
H A 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/
H A DSkSLPipelineStageCodeGenerator.cpp467 case Expression::Kind::kLiteral: in writeExpression()
H A DSkSLGLSLCodeGenerator.cpp199 case Expression::Kind::kLiteral: in writeExpression()
H A DSkSLMetalCodeGenerator.cpp161 case Expression::Kind::kLiteral: in writeExpression()
H A DSkSLVMCodeGenerator.cpp1533 case Expression::Kind::kLiteral:
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dflag_test.cc135 flags::FlagHelpKind::kLiteral};
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc1274 case FeedbackSlotKind::kLiteral: in Print()

Completed in 59 milliseconds

12