HomeSort by relevance Sort by last modified time
    Searched refs:Replace1 (Results 1 - 4 of 4) sorted by null

  /external/clang/unittests/Tooling/
RefactoringTest.cpp 82 Replacement Replace1(createReplacement(Location1, 12, "x\ny\n"));
83 EXPECT_TRUE(Replace1.apply(Context.Rewrite));
105 Replacement Replace1(Context.Sources, SourceLocation(), 0, "");
106 EXPECT_TRUE(Replace1.getFilePath().empty());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 783 bool Replace1 = false;
789 NN1 = PromoteOperand(N1, PVT, Replace1);
800 if (Replace1)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 478 milliseconds