Home
last modified time | relevance | path

Searched defs:Backref (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmangle.d1056 private struct Backref struct
1071 bool addRefToType(OutBuffer* buf, Type t) in addRefToType()
1110 bool addRefToIdentifier(OutBuffer* buf, Identifier id) in addRefToIdentifier()
1117 extern(D) bool backrefImpl(T)(OutBuffer* buf, ref AssocArray!(T, size_t) aa, T key) in backrefImpl()
1130 Type rootType; /// avoid infinite recursion
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1219 std::string Backref = std::string("\\") + std::string(1, '0' + BackrefNum); in AddBackrefToRegEx() local