/third_party/skia/src/sksl/ir/ |
D | SkSLExpression.h | 49 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()
|
D | SkSLPrefixExpression.cpp | 30 case Expression::Kind::kLiteral: { in simplify_negation() 126 case Expression::Kind::kLiteral: { in logical_not_operand()
|
D | SkSLLiteral.h | 24 inline static constexpr Kind kExpressionKind = Kind::kLiteral;
|
D | SkSLType.h | 80 kLiteral, enumerator
|
D | SkSLType.cpp | 95 inline static constexpr TypeKind kTypeKind = TypeKind::kLiteral;
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | backward_references_enc.h | 33 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/ |
D | processed-feedback.h | 38 kLiteral, enumerator 205 ((K == kLiteral || K == kRegExpLiteral || K == kTemplateObject) && in SingleValueFeedback() 206 slot_kind == FeedbackSlotKind::kLiteral)); in SingleValueFeedback() 223 ProcessedFeedback::kLiteral> {
|
D | js-heap-broker.cc | 940 CHECK_EQ(kLiteral, kind()); in AsLiteral()
|
/third_party/skia/src/sksl/analysis/ |
D | SkSLIsConstantExpression.cpp | 30 case Expression::Kind::kLiteral: in visitExpression()
|
/third_party/node/deps/v8/src/numbers/ |
D | conversions.cc | 922 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/ |
D | feedback-vector.cc | 185 case FeedbackSlotKind::kLiteral: in Kind2String() 293 case FeedbackSlotKind::kLiteral: in New() 603 case FeedbackSlotKind::kLiteral: in Clear() 688 case FeedbackSlotKind::kLiteral: in ic_state()
|
D | feedback-vector.h | 60 kLiteral, enumerator 461 FeedbackSlot AddLiteralSlot() { return AddSlot(FeedbackSlotKind::kLiteral); } in AddLiteralSlot()
|
D | feedback-vector-inl.h | 72 case FeedbackSlotKind::kLiteral: in GetSlotSize()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
D | flag.h | 211 enum class FlagHelpKind : uint8_t { kLiteral = 0, kGenFunc = 1 }; enumerator 236 return {FlagHelpMsg(value.value), FlagHelpKind::kLiteral}; in HelpArg()
|
D | flag.cc | 265 return HelpSourceKind() == FlagHelpKind::kLiteral ? help_.literal in Help()
|
/third_party/skia/src/sksl/ |
D | SkSLAnalysis.cpp | 433 case Expression::Kind::kLiteral: in IsSameExpressionTree() 629 case Expression::Kind::kLiteral: in visitExpression()
|
D | SkSLInliner.cpp | 327 case Expression::Kind::kLiteral: in inlineExpression() 940 case Expression::Kind::kLiteral: in visitExpression()
|
D | SkSLDehydrator.cpp | 365 case Expression::Kind::kLiteral: { in write()
|
/third_party/node/deps/v8/src/ast/ |
D | ast.h | 1004 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/ |
D | SkSLPipelineStageCodeGenerator.cpp | 467 case Expression::Kind::kLiteral: in writeExpression()
|
D | SkSLGLSLCodeGenerator.cpp | 199 case Expression::Kind::kLiteral: in writeExpression()
|
D | SkSLMetalCodeGenerator.cpp | 161 case Expression::Kind::kLiteral: in writeExpression()
|
D | SkSLVMCodeGenerator.cpp | 1533 case Expression::Kind::kLiteral: in writeExpression()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
D | flag_test.cc | 135 flags::FlagHelpKind::kLiteral};
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-printer.cc | 1274 case FeedbackSlotKind::kLiteral: in Print()
|