HomeSort by relevance Sort by last modified time
    Searched defs:Seq (Results 1 - 7 of 7) sorted by null

  /external/llvm/utils/lit/lit/
ShCommands.py 65 class Seq:
73 return 'Seq(%r, %r, %r)' % (self.lhs, self.op, self.rhs)
76 if not isinstance(other, Seq):
ShUtil.py 4 from ShCommands import Command, Pipeline, Seq
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/Target/Mips/
MipsFrameLowering.cpp 107 const MipsAnalyzeImmediate::InstSeq &Seq =
109 MipsAnalyzeImmediate::InstSeq::const_iterator Inst = Seq.begin();
121 // Build the remaining instructions in Seq.
122 for (++Inst; Inst != Seq.end(); ++Inst)
MipsISelDAGToDAG.cpp 486 const MipsAnalyzeImmediate::InstSeq &Seq =
489 MipsAnalyzeImmediate::InstSeq::const_iterator Inst = Seq.begin();
507 for (++Inst; Inst != Seq.end(); ++Inst) {
  /external/v8/tools/gcmole/
gcmole.cc 677 return Seq(expr, 2, exprs, env);
728 return Seq(expr, expr->getNumInits(), expr->getInits(), env);
790 ExprEffect Seq(clang::Stmt* parent,
971 void Seq(clang::Stmt* a, clang::Stmt* b, clang::Stmt* c) {
978 void Seq(clang::Stmt* a, clang::Stmt* b) {
985 Seq(a, b, c);
990 Seq(a, b);
1060 block.Seq(stmt->getCond(), stmt->getBody());
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 46 #define NEXT_SEQ(seq,seq_first) ((seq) == (seq_first) ? seq->v_next : seq->h_next)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 116 milliseconds