Home
last modified time | relevance | path

Searched defs:Seq (Results 1 – 25 of 27) sorted by relevance

12

/external/clang/test/PCH/
Dmake-integer-seq.cpp5 struct Seq { struct
10 using MakeSeq = __make_integer_seq<Seq, T, N>; argument
/external/clang/test/SemaCXX/
Dmake_integer_seq.cpp6 struct Seq { struct
11 using MakeSeq = __make_integer_seq<Seq, T, N>; argument
/external/llvm/utils/TableGen/
DSequenceToOffsetTable.h69 void add(const SeqT &Seq) { in add()
105 unsigned get(const SeqT &Seq) const { in get()
DCodeGenSchedule.cpp180 RecVec Seq = RWDef->getValueAsListOfDefs("Writes"); in scanSchedRW() local
323 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) { in genRWName()
454 unsigned CodeGenSchedModels::findRWForSequence(ArrayRef<unsigned> Seq, in findRWForSequence()
468 unsigned CodeGenSchedModels::findOrInsertRW(ArrayRef<unsigned> Seq, in findOrInsertRW()
1184 SmallVectorImpl<unsigned> &Seq = RWSequences.back(); in pushVariant() local
1338 SmallVectorImpl<unsigned> &Seq = LastTransitions[0].WriteSequences[Idx]; in inferFromRW() local
1349 SmallVectorImpl<unsigned> &Seq = LastTransitions[0].ReadSequences[Idx]; in inferFromRW() local
/external/v8/src/
Deffects.h46 static Effect Seq(Effect e1, Effect e2, Zone* zone) { in Seq() function
94 void Seq(Var var, Effect effect) { in Seq() function
102 void Seq(Effects that) { in Seq() function
/external/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.cpp86 void MipsAnalyzeImmediate::ReplaceADDiuSLLWithLUi(InstSeq &Seq) { in ReplaceADDiuSLLWithLUi()
DMipsSEInstrInfo.cpp462 const MipsAnalyzeImmediate::InstSeq &Seq = in loadImmediate() local
DMipsSEISelDAGToDAG.cpp768 const MipsAnalyzeImmediate::InstSeq &Seq = in selectNode() local
/external/llvm/utils/lit/lit/
DShCommands.py65 class Seq: class
/external/llvm/lib/Transforms/ObjCARC/
DPtrState.h110 unsigned char Seq : 8; variable
DObjCARCOpts.cpp1016 const Sequence Seq = I->second.GetSeq(); in CheckForCFGHazards() local
/external/opencv3/modules/imgproc/test/
Dtest_approxpoly.cpp123 bool CV_ApproxPolyTest::get_contour( int /*type*/, CvSeq** Seq, int* d, in get_contour()
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h2939 template<typename _Tp> inline Seq<_Tp>::Seq() : seq(0) {} in Seq() function
2940 template<typename _Tp> inline Seq<_Tp>::Seq( const CvSeq* _seq ) : seq((CvSeq*)_seq) in Seq() function
2945 template<typename _Tp> inline Seq<_Tp>::Seq( MemStorage& storage, in Seq() function
/external/v8/tools/gcmole/
Dgcmole.cc770 ExprEffect Seq(clang::Stmt* parent, in Seq() function in __anonf33c706b0111::FunctionAnalyzer
952 void Seq(clang::Stmt* a, clang::Stmt* b, clang::Stmt* c) { in Seq() function in __anonf33c706b0111::FunctionAnalyzer::Block
959 void Seq(clang::Stmt* a, clang::Stmt* b) { in Seq() function in __anonf33c706b0111::FunctionAnalyzer::Block
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsvirt.c67 cmsSEQ* Seq = cmsAllocProfileSequenceDescription(ContextID, 1); in SetSeqDescTag() local
Dcmsnamed.c720 cmsSEQ* Seq; in cmsAllocProfileSequenceDescription() local
Dcmstypes.c3308 cmsSEQ* Seq = (cmsSEQ*) Ptr; in Type_ProfileSequenceDesc_Write() local
3422 cmsSEQ* Seq = (cmsSEQ*) Cargo; in WriteSeqID() local
3437 cmsSEQ* Seq = (cmsSEQ*) Ptr; in Type_ProfileSequenceId_Write() local
/external/opencv/cvaux/src/
Dcvlee.cpp1450 CvSeq* Seq; in cvReleaseVoronoiStorage() local
4449 T _cvSeqPush(CvSeq* Seq, T pElem) in _cvSeqPush()
4457 T _cvSeqPushFront(CvSeq* Seq, T pElem) in _cvSeqPushFront()
/external/llvm/unittests/Support/
DYAMLIOTest.cpp2021 OptionalTestSeq Seq; in TEST() local
2124 std::vector<FlowSeq> Seq; in TEST() local
/external/clang/lib/Sema/
DSemaInit.cpp1086 InitializationSequence Seq(SemaRef, Entity, Kind, expr, in CheckSubElementType() local
7662 InitializationSequence Seq(*this, Entity, Kind, InitE); in CanPerformCopyInitialization() local
7684 InitializationSequence Seq(*this, Entity, Kind, InitE, TopLevelOfInitList); in PerformCopyInitialization() local
DSemaChecking.cpp7861 class Seq { class in __anon03dd3fdf0b11::SequenceChecker::SequenceTree
7862 explicit Seq(unsigned N) : Index(N) {} in Seq() function in __anon03dd3fdf0b11::SequenceChecker::SequenceTree::Seq
7866 Seq() : Index(0) {} in Seq() function in __anon03dd3fdf0b11::SequenceChecker::SequenceTree::Seq
7930 SequenceTree::Seq Seq; member
DSemaExprObjC.cpp407 InitializationSequence Seq(S, Entity, Kind, Element); in CheckObjCCollectionLiteralElement() local
DSemaStmt.cpp2759 InitializationSequence Seq(*this, Entity, Kind, InitExpr); in PerformMoveOrCopyInitialization() local
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2877 static void insertLineSequence(std::vector<DWARFDebugLine::Row> &Seq, in insertLineSequence()
2949 std::vector<DWARFDebugLine::Row> Seq; in patchLineTableForUnit() local
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp384 ListType Seq; member in __anon8f924dc60711::OrderedRegisterList

12