HomeSort by relevance Sort by last modified time
    Searched refs:Repl (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/lib/Support/
Regex.cpp 98 std::string Regex::sub(StringRef Repl, StringRef String,
114 while (!Repl.empty()) {
116 std::pair<StringRef, StringRef> Split = Repl.split('\\');
123 if (Repl.size() != Split.first.size() &&
130 Repl = Split.second;
133 switch (Repl[0]) {
136 Res += Repl[0];
137 Repl = Repl.substr(1);
143 Repl = Repl.substr(1)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Regex.cpp 94 std::string Regex::sub(StringRef Repl, StringRef String,
110 while (!Repl.empty()) {
112 std::pair<StringRef, StringRef> Split = Repl.split('\\');
119 if (Repl.size() != Split.first.size() &&
126 Repl = Split.second;
129 switch (Repl[0]) {
132 Res += Repl[0];
133 Repl = Repl.substr(1);
139 Repl = Repl.substr(1)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Regex.cpp 110 std::string Regex::sub(StringRef Repl, StringRef String,
126 while (!Repl.empty()) {
128 std::pair<StringRef, StringRef> Split = Repl.split('\\');
135 if (Repl.size() != Split.first.size() &&
142 Repl = Split.second;
145 switch (Repl[0]) {
148 Res += Repl[0];
149 Repl = Repl.substr(1);
155 Repl = Repl.substr(1)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Regex.h 64 /// \arg String with the \arg Repl string. Backreferences like "\0" in the
73 std::string sub(StringRef Repl, StringRef String, std::string *Error = 0);
  /external/llvm/include/llvm/Support/
Regex.h 80 /// \p String with the \p Repl string. Backreferences like "\0" in the
89 std::string sub(StringRef Repl, StringRef String,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Regex.h 77 /// \p String with the \p Repl string. Backreferences like "\0" in the
86 std::string sub(StringRef Repl, StringRef String,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Regex.h 77 /// \p String with the \p Repl string. Backreferences like "\0" in the
86 std::string sub(StringRef Repl, StringRef String,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Regex.h 77 /// \p String with the \p Repl string. Backreferences like "\0" in the
86 std::string sub(StringRef Repl, StringRef String,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Regex.h 77 /// \p String with the \p Repl string. Backreferences like "\0" in the
86 std::string sub(StringRef Repl, StringRef String,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Regex.h 77 /// \p String with the \p Repl string. Backreferences like "\0" in the
86 std::string sub(StringRef Repl, StringRef String,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Regex.h 77 /// \p String with the \p Repl string. Backreferences like "\0" in the
86 std::string sub(StringRef Repl, StringRef String,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Regex.h 77 /// \p String with the \p Repl string. Backreferences like "\0" in the
86 std::string sub(StringRef Repl, StringRef String,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Regex.h 77 /// \p String with the \p Repl string. Backreferences like "\0" in the
86 std::string sub(StringRef Repl, StringRef String,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Regex.h 77 /// \p String with the \p Repl string. Backreferences like "\0" in the
86 std::string sub(StringRef Repl, StringRef String,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Regex.h 77 /// \p String with the \p Repl string. Backreferences like "\0" in the
86 std::string sub(StringRef Repl, StringRef String,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Regex.h 77 /// \p String with the \p Repl string. Backreferences like "\0" in the
86 std::string sub(StringRef Repl, StringRef String,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Regex.h 77 /// \p String with the \p Repl string. Backreferences like "\0" in the
86 std::string sub(StringRef Repl, StringRef String,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Regex.h 77 /// \p String with the \p Repl string. Backreferences like "\0" in the
86 std::string sub(StringRef Repl, StringRef String,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Regex.h 77 /// \p String with the \p Repl string. Backreferences like "\0" in the
86 std::string sub(StringRef Repl, StringRef String,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Regex.h 77 /// \p String with the \p Repl string. Backreferences like "\0" in the
86 std::string sub(StringRef Repl, StringRef String,
  /external/clang/tools/driver/
driver.cpp 125 std::string Repl = llvm::Regex(MatchPattern).sub(ReplPattern, Args[i]);
127 if (Repl != Args[i]) {
128 OS << "### Replacing '" << Args[i] << "' with '" << Repl << "'\n";
129 Args[i] = GetStableCStr(SavedStrings, Repl);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/
Trim.py 507 for Re,Repl in gImportCodePatterns:
509 NewLines = Re.sub(Repl, Lines)
511 NewLines = Re.sub(Repl, NewLines)
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 717 Value *Repl = Addr;
892 MemoryInst->replaceUsesOfWith(Repl, SunkAddr);
896 if (Repl->use_empty()) {
902 RecursivelyDeleteTriviallyDeadInstructions(Repl);
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 836 milliseconds

1 2