Searched defs:Seq (Results 1 - 4 of 4) sorted by relevance

/external/llvm/utils/lit/lit/
H A DShCommands.py65 class Seq: class in inherits:
73 return 'Seq(%r, %r, %r)' % (self.lhs, self.op, self.rhs)
76 if not isinstance(other, Seq):
H A DShUtil.py4 from ShCommands import Command, Pipeline, Seq namespace
243 lhs = Seq(lhs, operator[0], self.parse_pipeline())
326 Seq(Pipeline([Command(['a'], [])], False),
331 Seq(Pipeline([Command(['a'], [])], False),
336 Seq(Pipeline([Command(['a'], [])], False),
341 Seq(Pipeline([Command(['a'], [])], False),
346 Seq(Seq(Pipeline([Command(['a'], [])], False),
/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp1212 /// Seq - The current position in the sequence.
1213 Sequence Seq; member in class:__anon7058::PtrState
1220 PtrState() : RefCount(0), NestCount(0), Seq(S_None) {}
1251 Seq = NewSeq;
1255 if (Seq == S_None || Seq == S_Use) {
1256 Seq = M ? S_MovableRelease : S_Release;
1258 } else if (Seq != S_MovableRelease || RRI.ReleaseMetadata != M) {
1259 Seq = S_Release;
1265 return Seq;
2426 Sequence Seq = S.GetSeq(); local
2605 Sequence Seq = S.GetSeq(); local
[all...]
/external/opencv/cvaux/src/
H A Dcvlee.cpp1040 Seq : in, pointer to the sequence
1045 T _cvSeqPush(CvSeq* Seq, T pElem);
1052 Seq : in, pointer to the sequence
1057 T _cvSeqPushFront(CvSeq* Seq, T pElem);
1450 CvSeq* Seq; local
1454 for(Seq = (CvSeq*)VoronoiDiagram->sites; Seq != NULL; Seq = Seq->h_next)
1455 if(Seq
4449 _cvSeqPush(CvSeq* Seq, T pElem) argument
4457 _cvSeqPushFront(CvSeq* Seq, T pElem) argument
[all...]

Completed in 205 milliseconds