OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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))
102
assert(I != Seqs.end() &&
isSuffix
(Seq, I->first) &&
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar
Completed in 170 milliseconds