Home
last modified time | relevance | path

Searched refs:Suffix (Results 1 – 25 of 155) sorted by relevance

1234567

/external/llvm/lib/TableGen/
DTableGenBackend.cpp23 StringRef Suffix) { in printLine() argument
25 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
28 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
31 OS << Suffix << '\n'; in printLine()
37 StringRef Suffix(" *|"); in emitSourceFileHeader() local
38 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader()
39 size_t PSLen = Prefix.size() + Suffix.size(); in emitSourceFileHeader()
44 printLine(OS, Prefix + Desc.substr(Pos, Length), ' ', Suffix); in emitSourceFileHeader()
47 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader()
49 Suffix); in emitSourceFileHeader()
[all …]
/external/clang/lib/Lex/
DHeaderMap.cpp144 Result.Suffix = getEndianAdjustedWord(BucketPtr->Suffix); in getBucket()
191 StringRef Suffix = getStringOrInvalid(B.Suffix); in dump() local
193 << Suffix << "'\n"; in dump()
233 Optional<StringRef> Suffix = getString(B.Suffix); in lookupFilename() local
236 if (LLVM_LIKELY(Prefix && Suffix)) { in lookupFilename()
238 DestPath.append(Suffix->begin(), Suffix->end()); in lookupFilename()
/external/google-breakpad/src/third_party/curl/
Dcurlrules.h221 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val ## Suffix argument
223 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val/**/Suffix argument
225 #define __CURL_OFF_T_C_HELPER1(Val,Suffix) __CURL_OFF_T_C_HELPER2(Val,Suffix) argument
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DTwine.h410 Twine concat(const Twine &Suffix) const;
468 inline Twine Twine::concat(const Twine &Suffix) const { in concat() argument
470 if (isNull() || Suffix.isNull()) in concat()
475 return Suffix; in concat()
476 if (Suffix.isEmpty()) in concat()
483 NewRHS.twine = &Suffix; in concat()
489 if (Suffix.isUnary()) { in concat()
490 NewRHS = Suffix.LHS; in concat()
491 NewRHSKind = Suffix.getLHSKind(); in concat()
DStringRef.h203 bool endswith(StringRef Suffix) const { in endswith() argument
204 return Length >= Suffix.Length && in endswith()
205 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0; in endswith()
/external/llvm/include/llvm/ADT/
DTwine.h422 Twine concat(const Twine &Suffix) const;
485 inline Twine Twine::concat(const Twine &Suffix) const { in concat() argument
487 if (isNull() || Suffix.isNull()) in concat()
492 return Suffix; in concat()
493 if (Suffix.isEmpty()) in concat()
500 NewRHS.twine = &Suffix; in concat()
506 if (Suffix.isUnary()) { in concat()
507 NewRHS = Suffix.LHS; in concat()
508 NewRHSKind = Suffix.getLHSKind(); in concat()
DStringRef.h242 bool endswith(StringRef Suffix) const { in endswith() argument
243 return Length >= Suffix.Length && in endswith()
244 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0; in endswith()
248 bool endswith_lower(StringRef Suffix) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTwine.h433 Twine concat(const Twine &Suffix) const;
496 inline Twine Twine::concat(const Twine &Suffix) const { in concat() argument
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()
DStringRef.h276 bool endswith(StringRef Suffix) const { in endswith() argument
277 return Length >= Suffix.Length && in endswith()
278 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0; in endswith()
283 bool endswith_lower(StringRef Suffix) const;
678 bool consume_back(StringRef Suffix) { in consume_back() argument
679 if (!endswith(Suffix)) in consume_back()
682 *this = drop_back(Suffix.size()); in consume_back()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DMiscompilation.cpp52 std::vector<std::string> &Suffix,
62 std::vector<std::string> &Suffix, in doTest() argument
66 outs() << "Checking to see if '" << getPassesString(Suffix) in doTest()
70 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/, in doTest()
74 BD.setPassesToRun(Suffix); in doTest()
86 if (Suffix.empty()) { in doTest()
141 if (Suffix.empty()) in doTest()
144 outs() << "Checking to see if '" << getPassesString(Suffix) in doTest()
149 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/, in doTest()
153 BD.setPassesToRun(Suffix); in doTest()
[all …]
DListReducer.h117 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end()); in reduceList()
119 switch (doTest(Prefix, Suffix, Error)) { in reduceList()
123 TheList.swap(Suffix); in reduceList()
/external/curl/include/curl/
Dsystem.h464 # define __CURL_OFF_T_C_HLPR2(Val,Suffix) Val ## Suffix argument
466 # define __CURL_OFF_T_C_HLPR2(Val,Suffix) Val/**/Suffix argument
468 # define __CURL_OFF_T_C_HLPR1(Val,Suffix) __CURL_OFF_T_C_HLPR2(Val,Suffix) argument
/external/llvm/tools/bugpoint/
DMiscompilation.cpp53 std::vector<std::string> &Suffix,
63 std::vector<std::string> &Suffix, in doTest() argument
67 outs() << "Checking to see if '" << getPassesString(Suffix) in doTest()
71 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/, in doTest()
75 BD.setPassesToRun(Suffix); in doTest()
87 if (Suffix.empty()) { in doTest()
142 if (Suffix.empty()) in doTest()
145 outs() << "Checking to see if '" << getPassesString(Suffix) in doTest()
151 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/, in doTest()
155 BD.setPassesToRun(Suffix); in doTest()
[all …]
DListReducer.h122 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end()); in reduceList()
124 switch (doTest(Prefix, Suffix, Error)) { in reduceList()
128 TheList.swap(Suffix); in reduceList()
/external/swiftshader/third_party/subzero/src/
DIceTimerTree.cpp277 std::string Suffix = ""; in dump() local
279 if (Suffix.empty()) in dump()
280 Suffix = IDs[Nodes[Prefix].Interior]; in dump()
282 Suffix = IDs[Nodes[Prefix].Interior] + "." + Suffix; in dump()
288 CumulativeMap.insert(std::make_pair(Nodes[i].Time, PrefixStr + Suffix)); in dump()
/external/clang/test/Index/
Drecursive-cxx-member-calls.cpp56 bool endswith(StringRef Suffix) const { in endswith()
57 return Length >= Suffix.Length && in endswith()
58 memcmp(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0; in endswith()
/external/pdfium/third_party/lcms/src/
Dcmsnamed.c532 …ontextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix) in cmsAllocNamedColorList() argument
550 strncpy(v ->Suffix, Suffix, sizeof(v ->Suffix)-1); in cmsAllocNamedColorList()
551 v->Prefix[32] = v->Suffix[32] = 0; in cmsAllocNamedColorList()
572 …NC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix); in cmsDupNamedColorList()
584 memmove(NewNC ->Suffix, v ->Suffix, sizeof(v ->Suffix)); in cmsDupNamedColorList()
636 char* Suffix, in cmsNamedColorInfo() argument
646 if (Suffix) strcpy(Suffix, NamedColorList->Suffix); in cmsNamedColorInfo()
/external/clang/lib/Driver/
DToolChain.cpp97 const char *Suffix; member
121 if (ProgName.endswith(DriverSuffixes[i].Suffix)) in FindDriverSuffix()
173 ProgName.rfind('-', ProgName.size() - strlen(DS->Suffix)); in getTargetAndModeFromProgramName()
296 const char *Suffix = Shared ? (Triple.isOSWindows() ? ".dll" : ".so") in getCompilerRT() local
303 Arch + Env + Suffix); in getCompilerRT()
476 StringRef Suffix = in ComputeLLVMTriple() local
478 bool IsMProfile = ARM::parseArchProfile(Suffix) == ARM::PK_M; in ComputeLLVMTriple()
479 bool ThumbDefault = IsMProfile || (ARM::parseArchVersion(Suffix) == 7 && in ComputeLLVMTriple()
498 Triple.setArchName(ArchName + Suffix.str()); in ComputeLLVMTriple()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp129 StringRef Suffix; in GetSymbolFromOperand() local
138 Suffix = "$non_lazy_ptr"; in GetSymbolFromOperand()
142 if (!Suffix.empty()) in GetSymbolFromOperand()
151 assert(Suffix.empty()); in GetSymbolFromOperand()
155 Name += Suffix; in GetSymbolFromOperand()
1575 #define MOV_CASE(Prefix, Suffix) \ in EmitInstruction() argument
1576 case X86::Prefix##MOVAPD##Suffix##rm: \ in EmitInstruction()
1577 case X86::Prefix##MOVAPS##Suffix##rm: \ in EmitInstruction()
1578 case X86::Prefix##MOVUPD##Suffix##rm: \ in EmitInstruction()
1579 case X86::Prefix##MOVUPS##Suffix##rm: \ in EmitInstruction()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp45 StringRef Suffix; in GetSymbolFromOperand() local
47 Suffix = "$non_lazy_ptr"; in GetSymbolFromOperand()
49 if (!Suffix.empty()) in GetSymbolFromOperand()
60 Name += Suffix; in GetSymbolFromOperand()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp104 const GlobalValue *GV, StringRef Suffix, Mangler &Mang, in getSymbolWithGlobalValueBase() argument
106 assert(!Suffix.empty()); in getSymbolWithGlobalValueBase()
111 NameStr.append(Suffix.begin(), Suffix.end()); in getSymbolWithGlobalValueBase()
/external/selinux/mcstrans/share/examples/pipes/setrans.d/
Dpipes.conf3 Suffix=Pipes Only
4 Suffix=Pipes
/external/golang-protobuf/protoc-gen-go/plugin/
Dplugin.pb.go40 Suffix *string `protobuf:"bytes,4,opt,name=suffix" json:"suffix,omitempty"` member
71 if m != nil && m.Suffix != nil {
72 return *m.Suffix
/external/clang/soong/
Dclang.go40 Suffix *string
48 p.Multilib.Lib32.Suffix = proptools.StringPtr("_32")
/external/llvm/lib/Support/
DStringRef.cpp67 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()

1234567