HomeSort by relevance Sort by last modified time
    Searched defs:Repl (Results 1 - 13 of 13) sorted by null

  /external/python/apitools/apitools/base/py/
app2.py 37 'Repl',
113 # that we can per-command flags in the REPL.
206 self._special_command_names = ['help', 'repl', 'EOF']
349 class Repl(NewCmd):
355 super(Repl, self).__init__(name, fv)
365 repl = CommandLoop(appcommands.GetCommandList(), prompt=prompt)
369 repl.cmdloop()
373 return repl.last_return_code
  /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);
  /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/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
X86AsmParser.cpp 962 const char *Repl =
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
GVNHoist.cpp 850 void makeGepsAvailable(Instruction *Repl, BasicBlock *HoistPt,
    [all...]
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 98 NamedDecl *Repl = isAcceptableTemplateName(Context, Orig,
100 if (!Repl)
102 else if (Repl != Orig) {
112 if (ClassTemplateDecl *ClassTmpl = dyn_cast<ClassTemplateDecl>(Repl))
123 filter.replace(Repl, AS_public);
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 594 milliseconds