/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | StringSwitch.h | 67 StringSwitch &Case(StringLiteral S, T Value) { in Case() 74 StringSwitch& EndsWith(StringLiteral S, T Value) { in EndsWith() 81 StringSwitch& StartsWith(StringLiteral S, T Value) { in StartsWith() 88 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases() 92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 97 StringSwitch &Cases(StringLiteral S0, StringLiteral S [all...] |
H A D | StringRef.h | 855 /// In order to avoid the invocation of a global constructor, StringLiteral 858 /// constexpr StringLiteral S("test"); 860 class StringLiteral : public StringRef { 862 constexpr StringLiteral(const char *Str, size_t N) : StringRef(Str, N) { 867 constexpr StringLiteral(const char (&Str)[N]) 880 static constexpr StringLiteral withInnerNUL(const char (&Str)[N]) { 881 return StringLiteral(Str, N - 1);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSectionMachO.cpp | 19 StringLiteral AssemblerName, EnumName; 21 {StringLiteral("regular"), StringLiteral("S_REGULAR")}, // 0x00 22 {StringLiteral(""), StringLiteral("S_ZEROFILL")}, // 0x01 23 {StringLiteral("cstring_literals"), 24 StringLiteral("S_CSTRING_LITERALS")}, // 0x02 25 {StringLiteral("4byte_literals"), 26 StringLiteral("S_4BYTE_LITERALS")}, // 0x03 27 {StringLiteral(" [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | string-constants.cc | 23 result = static_cast<const StringLiteral*>(this)->str(); in AllocateStringConstant() 58 return static_cast<const StringLiteral*>(this) == in operator ==() 59 static_cast<const StringLiteral*>(&other); in operator ==() 76 return hash_value(*static_cast<const StringLiteral*>(&base)); in hash_value() 88 bool operator==(StringLiteral const& lhs, StringLiteral const& rhs) { in operator ==() 92 bool operator!=(StringLiteral const& lhs, StringLiteral const& rhs) { in operator !=() 96 size_t hash_value(StringLiteral const& p) { in hash_value() 100 std::ostream& operator<<(std::ostream& os, StringLiteral cons [all...] |
H A D | string-constants.h | 41 class StringLiteral final : public StringConstantBase { 43 explicit StringLiteral(Handle<String> str, size_t length) in StringLiteral() function in v8::internal::final 57 bool operator==(StringLiteral const& lhs, StringLiteral const& rhs); 58 bool operator!=(StringLiteral const& lhs, StringLiteral const& rhs); 60 size_t hash_value(StringLiteral const& parameters); 62 std::ostream& operator<<(std::ostream& os, StringLiteral const& parameters);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | TapiFile.cpp | 22 static constexpr StringLiteral ObjC1ClassNamePrefix = ".objc_class_name_"; 23 static constexpr StringLiteral ObjC2ClassNamePrefix = "_OBJC_CLASS_$_"; 24 static constexpr StringLiteral ObjC2MetaClassNamePrefix = "_OBJC_METACLASS_$_"; 25 static constexpr StringLiteral ObjC2EHTypePrefix = "_OBJC_EHTYPE_$_"; 26 static constexpr StringLiteral ObjC2IVarPrefix = "_OBJC_IVAR_$_";
|
/third_party/vixl/src/aarch32/ |
H A D | location-aarch32.h | 449 class StringLiteral : public RawLiteral { class 452 explicit StringLiteral(const char* str, in StringLiteral() function in vixl::aarch32::StringLiteral 461 explicit StringLiteral(const char* str, DeletionPolicy deletion_policy) in StringLiteral() function in vixl::aarch32::StringLiteral 466 explicit StringLiteral(const char* str, 469 StringLiteral(AllocatorWrapper allocator, const char* str, 478 explicit StringLiteral(const char* str, DeletionPolicy deletion_policy) = delete; 479 explicit StringLiteral(AllocatorWrapper allocator, const char* str, DeletionPolicy deletion_policy)
|
H A D | macro-assembler-aarch32.cc | 468 StringLiteral* format_literal = in Printf() 469 new StringLiteral(format, RawLiteral::kDeletedOnPlacementByPool); in Printf() 471 StringLiteral* format_literal = allocator_.New<StringLiteral>( in Printf() 599 StringLiteral* format_literal = in Printf() 600 new StringLiteral(format, RawLiteral::kDeletedOnPlacementByPool); in Printf() 602 StringLiteral* format_literal = allocator_.New<StringLiteral>( in Printf()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | TargetParser.cpp | 26 StringLiteral Name; 27 StringLiteral CanonicalName;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/ |
H A D | RemarkFormat.h | 22 constexpr StringLiteral Magic("REMARKS");
|
H A D | BitstreamRemarkContainer.h | 28 constexpr StringLiteral ContainerMagic("RMRK");
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | json.cc | 386 StringLiteral, enumerator 695 return StringLiteral; in ParseToken() 872 case StringLiteral: { in ParseValue() 916 if (token != StringLiteral) { in ParseValue()
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | differential_fuzz_mutator.js | 57 StringLiteral(path) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAnnotateKernelFeatures.cpp | 200 static constexpr StringLiteral AttrNames[] = { in copyFeaturesToFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InsertPrefetch.cpp | 111 static constexpr std::pair<StringLiteral, unsigned> HintTypes[] = { in findPrefetchInfo()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource10.js | 118 StringLiteral, 134 noRegexTable[TokenID.StringLiteral] = true; 257 setTokenInfo(TokenID.StringLiteral, Reservation.None, OperatorPrecedence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "qstring", ErrorRecoverySet.Literal); 383 super(TokenID.StringLiteral); 590 TokenID[TokenID["StringLiteral"] = 107] = "StringLiteral";
604 TypeScript.noRegexTable[TokenID.StringLiteral] = true;
728 setTokenInfo(TokenID.StringLiteral, Reservation.None, OperatorPrecedence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "qstring", ErrorRecoverySet.Literal);
856 var _this = _super.call(this, TokenID.StringLiteral) || this;
|
H A D | parserRealSource11.js | 796 export class StringLiteral extends Expression { 3146 var StringLiteral = /** @class */ (function (_super) {
3147 __extends(StringLiteral, _super);
3148 function StringLiteral(text) {
3153 StringLiteral.prototype.emit = function (emitter, tokenId, startLine) {
3160 StringLiteral.prototype.typeCheck = function (typeFlow) {
3164 StringLiteral.prototype.treeViewLabel = function () {
3167 StringLiteral.prototype.printLabel = function () {
3170 return StringLiteral;
3172 TypeScript.StringLiteral [all...] |
H A D | parserindenter.js | 737 return token.tokenID === TypeScript.TokenID.StringLiteral && 1339 return token.tokenID === TypeScript.TokenID.StringLiteral &&
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/ |
H A D | WindowsManifestMerger.cpp | 61 static constexpr std::pair<StringLiteral, StringLiteral> MtNsHrefsPrefixes[] = {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringRef.h | 841 /// In order to avoid the invocation of a global constructor, StringLiteral 844 /// constexpr StringLiteral S("test"); 846 class StringLiteral : public StringRef { 849 constexpr StringLiteral(const char (&Str)[N])
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 53 static StringLiteral const StandardNames[NumLibFuncs];
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding.cc | 1520 StringLiteral, enumerator 1830 return StringLiteral; in ParseToken() 2007 case StringLiteral: { in ParseValue() 2051 if (token != StringLiteral) { in ParseValue()
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-aarch32.cc | 1179 StringLiteral big_literal(test_string.c_str()); in TEST() 1228 StringLiteral big_literal(test_string.c_str()); in TEST() 1280 StringLiteral big_literal(test_string.c_str()); in EmitReusedLoadLiteralStressTest() 1523 StringLiteral big_literal(test_string.c_str()); in TEST() 1567 StringLiteral big_literal(test_string.c_str()); in TEST() 1628 StringLiteral big_literal(test_string.c_str()); in EmitLdrdLiteralStressTest() 2046 StringLiteral hello_string("hello"); in TEST() 2971 StringLiteral literal("extra string"); in TEST() 5166 StringLiteral big_literal(test_string.c_str()); in TEST_T32() 6298 StringLiteral big_litera [all...] |
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | source_helpers.js | 365 StringLiteral(path) {
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.cc | 780 VISIT(StringLiteral); in VisitExpr() 826 IGNORE_EXPR(StringLiteral);
|