Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dstring_constant.h37 struct StringConstant { struct
48 constexpr absl::string_view StringConstant<T>::value; // NOLINT argument
56 constexpr StringConstant<T> MakeStringConstant(T) { in MakeStringConstant()
Dstring_constant_test.cc31 TEST(StringConstant, Traits) { in TEST() argument
43 TEST(StringConstant, MakeFromCallable) { in TEST() argument
50 TEST(StringConstant, MakeFromStringConstant) { in TEST() argument
/third_party/node/deps/v8/src/builtins/
Dpromise-all-element-closure.tq32 obj, StringConstant('status'), StringConstant('fulfilled'));
35 FastCreateDataProperty(obj, StringConstant('value'), value);
55 obj, StringConstant('status'), StringConstant('rejected'));
58 FastCreateDataProperty(obj, StringConstant('reason'), value);
Dregexp-match-all.tq80 const globalCharString: String = StringConstant('g');
86 const unicodeCharString = StringConstant('u');
Dconvert.tq154 return StringConstant(s);
157 return StringConstant(s);
Dstring-replaceall.tq23 StringIndexOf(ToString_Inline(flags), StringConstant('g'), 0) == -1;
Dbuiltins-date-gen.cc250 StringConstant("Date.prototype [ @@toPrimitive ]"), in TF_BUILTIN()
Dbuiltins-async-iterator-gen.cc92 StringConstant(method_name), object); in ThrowIfNotAsyncFromSyncIterator()
Dbuiltins-typed-array-gen.cc582 Return(StringConstant(#Type "Array")); in TF_BUILTIN()
Dbuiltins-async-generator-gen.cc185 context, StringConstant(method_name), receiver), in AsyncGeneratorEnqueue()
Dbuiltins-object-gen.cc92 TNode<String> lhs = StringConstant("[object "); in ReturnToStringFormat()
93 TNode<String> rhs = StringConstant("]"); in ReturnToStringFormat()
Dbuiltins-string-gen.cc1194 TNode<String> global_char_string = StringConstant("g"); in TF_BUILTIN()
1237 maybe_regexp, StringConstant("g")); in TF_BUILTIN()
Dbuiltins-collections-gen.cc2097 StringConstant(kMethodName), maybe_receiver); in TF_BUILTIN()
2316 StringConstant(kMethodName), maybe_receiver); in TF_BUILTIN()
Dbase.tq1236 extern macro StringConstant(constexpr string): String;
1633 return GetMethod(o, StringConstant(name)) otherwise IfNullOrUndefined;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h162 StringConstant enumerator
205 Kind == StringConstant; in isMemoryOperandFlag()
DMILexer.cpp393 return lexName(C, Token, MIToken::StringConstant, /*PrefixLength=*/0, in maybeLexStringConstant()
DMIParser.cpp2795 case MIToken::StringConstant: { in parseMemoryOperandFlag()
3150 if (Token.isNot(MIToken::StringConstant)) in parseStringConstant()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.h671 explicit constexpr Cord(strings_internal::StringConstant<T>);
1143 constexpr Cord::Cord(strings_internal::StringConstant<T>) in Cord()
1144 : contents_(strings_internal::StringConstant<T>::value.size() <= in Cord()
1147 strings_internal::StringConstant<T>::value) in Cord()
1150 strings_internal::StringConstant<T>>::value)) {} in Cord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLToken.h453 StringConstant, // "foo" enumerator
DLLParser.cpp977 if (ParseToken(lltok::StringConstant, "expected partition string")) in parseIndirectSymbol()
1117 if (ParseToken(lltok::StringConstant, "expected global section string")) in ParseGlobal()
1122 if (ParseToken(lltok::StringConstant, "expected partition string")) in ParseGlobal()
1221 case lltok::StringConstant: { in ParseFnAttributeValuePairs()
1494 if (Lex.getKind() != lltok::StringConstant) in ParseStringConstant()
1601 case lltok::StringConstant: { in ParseOptionalParamAttrs()
1705 case lltok::StringConstant: { in ParseOptionalReturnAttrs()
3211 if (ParseToken(lltok::StringConstant, "expected string")) return true; in ParseValID()
3225 ParseToken(lltok::StringConstant, "expected constraint string")) in ParseValID()
5116 if (Lex.getKind() == lltok::StringConstant) { in ParseMetadata()
DLLLexer.cpp395 lltok::Kind kind = ReadString(lltok::StringConstant); in LexQuote()
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.cc247 TNode<String> message_node = StringConstant(message.begin()); in GenerateCheckMaybeObjectIsObject()
301 TNode<String> CodeAssembler::StringConstant(const char* str) { in StringConstant() function in v8::internal::compiler::CodeAssembler
Dcode-assembler.h462 code_assembler_->StringConstant(location_)));
553 TNode<String> StringConstant(const char* str);
Draw-machine-assembler.h946 Node* StringConstant(const char* string) { in StringConstant() function
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc191 TNode<String> message_node = StringConstant(message); in FailAssert()
197 StringConstant(node.second), node.first); in FailAssert()
6062 StringConstant(method_name), value); in ThrowIfNotInstanceType()
6084 ThrowTypeError(context, msg_template, StringConstant(method_name), value); in ThrowIfNotJSReceiver()
6128 if (arg0) arg0_node = StringConstant(arg0); in ThrowTypeError()
6130 if (arg1) arg1_node = StringConstant(arg1); in ThrowTypeError()
10573 SmiTag(Signed(slot_id)), StringConstant(reason)); in ReportFeedbackUpdate()
14924 StringConstant(formatted.c_str())); in Print()

12