Home
last modified time | relevance | path

Searched refs:Backref (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/FileCheck/
DFileCheck.cpp379 std::string Backref = std::string("\\") + in AddBackrefToRegEx() local
381 RegExStr += Backref; in AddBackrefToRegEx()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp598 std::string Backref = std::string("\\") + std::string(1, '0' + BackrefNum); in AddBackrefToRegEx() local
599 RegExStr += Backref; in AddBackrefToRegEx()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp1177 std::string Backref = std::string("\\") + std::string(1, '0' + BackrefNum); in AddBackrefToRegEx() local
1178 RegExStr += Backref; in AddBackrefToRegEx()