OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSuffix
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
SequenceToOffsetTable.h
58
//
isSuffix
- Returns true if A is a suffix of B.
59
static bool
isSuffix
(const SeqT &A, const SeqT &B) {
74
if (I != Seqs.end() &&
isSuffix
(Seq, I->first))
80
if (I != Seqs.begin() &&
isSuffix
((--I)->first, Seq))
107
assert(I != Seqs.end() &&
isSuffix
(Seq, I->first) &&
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
SequenceToOffsetTable.h
58
//
isSuffix
- Returns true if A is a suffix of B.
59
static bool
isSuffix
(const SeqT &A, const SeqT &B) {
74
if (I != Seqs.end() &&
isSuffix
(Seq, I->first))
80
if (I != Seqs.begin() &&
isSuffix
((--I)->first, Seq))
107
assert(I != Seqs.end() &&
isSuffix
(Seq, I->first) &&
Completed in 2898 milliseconds