Home
last modified time | relevance | path

Searched refs:Suffix (Results 1 - 25 of 89) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTableGenBackend.cpp22 StringRef Suffix) { in printLine()
24 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
27 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
30 OS << Suffix << '\n'; in printLine() local
36 StringRef Suffix(" *|"); in emitSourceFileHeader()
37 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader()
38 size_t PSLen = Prefix.size() + Suffix.size(); in emitSourceFileHeader()
43 printLine(OS, Prefix + Desc.substr(Pos, Length), ' ', Suffix); in emitSourceFileHeader()
46 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader()
48 Suffix); in emitSourceFileHeader()
21 printLine(raw_ostream &OS, const Twine &Prefix, char Fill, StringRef Suffix) printLine() argument
[all...]
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/
H A DServerHandlers.cpp24 {% set Suffix = command.name.CamelCase() %}
26 bool Server::Handle{{Suffix}}(DeserializeBuffer* deserializeBuffer) {
27 {{Suffix}}Cmd cmd;
38 {% if Suffix in server_custom_pre_handler_commands %}
39 if (!PreHandle{{Suffix}}(cmd)) {
76 bool success = Do{{Suffix}}(
H A DServerDoers.cpp25 {% set Suffix = command.name.CamelCase() %}
26 {% if Suffix not in client_side_commands %}
27 {% if is_method and Suffix not in server_handwritten_commands %}
28 bool Server::Do{{Suffix}}(
/third_party/rust/crates/memchr/src/memmem/
H A Dtwoway.rs86 let min_suffix = Suffix::forward(needle, SuffixKind::Minimal);
87 let max_suffix = Suffix::forward(needle, SuffixKind::Maximal);
253 let min_suffix = Suffix::reverse(needle, SuffixKind::Minimal);
254 let max_suffix = Suffix::reverse(needle, SuffixKind::Maximal);
479 struct Suffix { structure names
495 impl Suffix { impls
496 fn forward(needle: &[u8], kind: SuffixKind) -> Suffix { in forward()
501 let mut suffix = Suffix { pos: 0, period: 1 }; in forward()
524 suffix = Suffix { pos: candidate_start, period: 1 }; in forward()
546 fn reverse(needle: &[u8], kind: SuffixKind) -> Suffix { in reverse()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DTwine.h433 Twine concat(const Twine &Suffix) const;
496 inline Twine Twine::concat(const Twine &Suffix) const { in concat()
498 if (isNull() || Suffix.isNull()) in concat()
503 return Suffix; in concat()
504 if (Suffix.isEmpty()) in concat()
511 NewRHS.twine = &Suffix; in concat()
517 if (Suffix.isUnary()) { in concat()
518 NewRHS = Suffix.LHS; in concat()
519 NewRHSKind = Suffix.getLHSKind(); in concat()
H A DStringRef.h273 /// Check if this string ends with the given \p Suffix.
276 bool endswith(StringRef Suffix) const {
277 return Length >= Suffix.Length &&
278 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;
281 /// Check if this string ends with the given \p Suffix, ignoring case.
283 bool endswith_lower(StringRef Suffix) const;
678 bool consume_back(StringRef Suffix) {
679 if (!endswith(Suffix))
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DTwine.h425 Twine concat(const Twine &Suffix) const;
488 inline Twine Twine::concat(const Twine &Suffix) const { in concat()
490 if (isNull() || Suffix.isNull()) in concat()
495 return Suffix; in concat()
496 if (Suffix.isEmpty()) in concat()
503 NewRHS.twine = &Suffix; in concat()
509 if (Suffix.isUnary()) { in concat()
510 NewRHS = Suffix.LHS; in concat()
511 NewRHSKind = Suffix.getLHSKind(); in concat()
H A DStringRef.h286 /// Check if this string ends with the given \p Suffix.
288 bool endswith(StringRef Suffix) const {
289 return Length >= Suffix.Length &&
290 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;
293 /// Check if this string ends with the given \p Suffix, ignoring case.
295 bool endswith_lower(StringRef Suffix) const;
681 bool consume_back(StringRef Suffix) {
682 if (!endswith(Suffix))
[all...]
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/
H A DApiProcs.cpp41 {% set Suffix = as_MethodSuffix(type.name, method.name) %}
43 {% if Suffix in client_handwritten_commands %}
46 {{as_cType(method.return_type.name)}} Client{{Suffix}}(
53 {% if Suffix not in client_handwritten_commands %}
54 {{Suffix}}Cmd cmd;
H A DClientHandlers.cpp76 {% set Suffix = command.name.CamelCase() %} in HandleCommandsImpl() local
77 case ReturnWireCmd::{{Suffix}}: in HandleCommandsImpl()
78 success = Handle{{Suffix}}(&deserializeBuffer); in HandleCommandsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWindowsResource.h107 uint16_t getDataVersion() const { return Suffix->DataVersion; } in getDataVersion()
108 uint16_t getLanguage() const { return Suffix->Language; } in getLanguage()
109 uint16_t getMemoryFlags() const { return Suffix->MemoryFlags; } in getMemoryFlags()
110 uint16_t getMajorVersion() const { return Suffix->Version >> 16; } in getMajorVersion()
111 uint16_t getMinorVersion() const { return Suffix->Version; } in getMinorVersion()
112 uint32_t getCharacteristics() const { return Suffix->Characteristics; } in getCharacteristics()
132 const WinResHeaderSuffix *Suffix = nullptr; member in llvm::object::ResourceEntryRef
/third_party/curl/include/curl/
H A Dsystem.h487 # define CURLINC_OFF_T_C_HLPR2(Val,Suffix) Val ## Suffix
489 # define CURLINC_OFF_T_C_HLPR2(Val,Suffix) Val/**/Suffix
491 # define CURLINC_OFF_T_C_HLPR1(Val,Suffix) CURLINC_OFF_T_C_HLPR2(Val,Suffix)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTimerTree.cpp279 std::string Suffix = "";
281 if (Suffix.empty())
282 Suffix = IDs[Nodes[Prefix].Interior];
284 Suffix = IDs[Nodes[Prefix].Interior] + "." + Suffix;
290 CumulativeMap.insert(std::make_pair(Nodes[i].Time, PrefixStr + Suffix));
/third_party/skia/third_party/externals/dawn/generator/templates/
H A Dmock_webgpu.cpp55 {% set Suffix = as_MethodSuffix(type.name, method.name) %} variable
57 {{as_cType(method.return_type.name)}} ProcTableAsClass::{{Suffix}}(
77 void ProcTableAsClass::Call{{Suffix}}Callback(
84 object->m{{Suffix}}Callback(
H A Dmock_webgpu.h55 {% set Suffix = as_MethodSuffix(type.name, method.name) %} variable
57 {{as_cType(method.return_type.name)}} {{Suffix}}(
65 virtual {{as_cType(method.return_type.name)}} On{{Suffix}}(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h103 // Suffix to use when creating extracted function (appended to the original
106 std::string Suffix; member in llvm::CodeExtractor
124 std::string Suffix = "");
134 std::string Suffix = "");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DGlobPattern.cpp127 Pat.Suffix = S.drop_front(); in create()
148 if (Suffix) in match()
149 return S.endswith(*Suffix); in match()
H A DStringRef.cpp52 /// Check if this string ends with the given \p Suffix, ignoring case.
53 bool StringRef::endswith_lower(StringRef Suffix) const { in endswith_lower()
54 return Length >= Suffix.Length && in endswith_lower()
55 ascii_strncasecmp(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0; in endswith_lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp44 StringRef Suffix; in GetSymbolFromOperand() local
46 Suffix = "$non_lazy_ptr"; in GetSymbolFromOperand()
48 if (!Suffix.empty()) in GetSymbolFromOperand()
59 Name += Suffix; in GetSymbolFromOperand()
/third_party/typescript/tests/baselines/reference/
H A DgenericMappedTypeAsClause.js7 type MappedModel<Suffix extends string> = {
8 [K in keyof Model as `${K}${Suffix}`]: Model[K];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp117 const GlobalValue *GV, StringRef Suffix, const TargetMachine &TM) const { in getSymbolWithGlobalValueBase()
118 assert(!Suffix.empty()); in getSymbolWithGlobalValueBase()
123 NameStr.append(Suffix.begin(), Suffix.end()); in getSymbolWithGlobalValueBase()
116 getSymbolWithGlobalValueBase( const GlobalValue *GV, StringRef Suffix, const TargetMachine &TM) const getSymbolWithGlobalValueBase() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DDataMov.cpp21 #define MovRegImm(Reg, Suffix, Size) \ in TEST_F()
27 __ mov(IceType_i##Size, Encoded_GPR_##Reg##Suffix(), Immediate(Value)); \ in TEST_F()
32 ASSERT_EQ(Value, test.Reg##Suffix()) << TestString; \ in TEST_F()
156 #define TestRegReg(Dst, Src, Suffix, Size) \ in TEST_F()
159 "(" #Dst ", " #Src ", " #Suffix ", " #Size ")"; \ in TEST_F()
175 ASSERT_EQ(Value, test.Dst##Suffix()) << TestString; \ in TEST_F()
217 #define TestRegAddr(Dst, Suffix, Size) \ in TEST_F()
220 "(" #Dst ", Addr, " #Suffix ", " #Size ")"; \ in TEST_F()
235 ASSERT_EQ(Value, test.Dst##Suffix()) << TestString; \ in TEST_F()
296 #define TestImplRegReg(Dst, Src, Suffix, Siz in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DStringRef.cpp66 /// Check if this string ends with the given \p Suffix, ignoring case.
67 bool StringRef::endswith_lower(StringRef Suffix) const { in endswith_lower()
68 return Length >= Suffix.Length && in endswith_lower()
69 ascii_strncasecmp(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0; in endswith_lower()
/third_party/lzma/C/
H A DPpmd7.h43 CPpmd7_Context_Ref Suffix; member
131 + p->NS2BSIndx[(size_t)Ppmd7_GetContext(p, p->MinContext->Suffix)->NumStats - 1] \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp103 bool MCAsmParser::addErrorSuffix(const Twine &Suffix) { in addErrorSuffix() argument
108 Suffix.toVector(PErr.Msg); in addErrorSuffix()

Completed in 14 milliseconds

1234