/external/clang/test/PCH/ |
D | make-integer-seq.cpp | 5 struct Seq { struct 10 using MakeSeq = __make_integer_seq<Seq, T, N>; argument
|
/external/clang/test/SemaCXX/ |
D | make_integer_seq.cpp | 6 struct Seq { struct 11 using MakeSeq = __make_integer_seq<Seq, T, N>; argument
|
/external/llvm/utils/TableGen/ |
D | SequenceToOffsetTable.h | 69 void add(const SeqT &Seq) { in add() 105 unsigned get(const SeqT &Seq) const { in get()
|
D | CodeGenSchedule.cpp | 180 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/ |
D | effects.h | 46 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/ |
D | MipsAnalyzeImmediate.cpp | 86 void MipsAnalyzeImmediate::ReplaceADDiuSLLWithLUi(InstSeq &Seq) { in ReplaceADDiuSLLWithLUi()
|
D | MipsSEInstrInfo.cpp | 462 const MipsAnalyzeImmediate::InstSeq &Seq = in loadImmediate() local
|
D | MipsSEISelDAGToDAG.cpp | 768 const MipsAnalyzeImmediate::InstSeq &Seq = in selectNode() local
|
/external/llvm/utils/lit/lit/ |
D | ShCommands.py | 65 class Seq: class
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | PtrState.h | 110 unsigned char Seq : 8; variable
|
D | ObjCARCOpts.cpp | 1016 const Sequence Seq = I->second.GetSeq(); in CheckForCFGHazards() local
|
/external/opencv3/modules/imgproc/test/ |
D | test_approxpoly.cpp | 123 bool CV_ApproxPolyTest::get_contour( int /*type*/, CvSeq** Seq, int* d, in get_contour()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 2939 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/ |
D | gcmole.cc | 770 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/ |
D | cmsvirt.c | 67 cmsSEQ* Seq = cmsAllocProfileSequenceDescription(ContextID, 1); in SetSeqDescTag() local
|
D | cmsnamed.c | 720 cmsSEQ* Seq; in cmsAllocProfileSequenceDescription() local
|
D | cmstypes.c | 3308 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/ |
D | cvlee.cpp | 1450 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/ |
D | YAMLIOTest.cpp | 2021 OptionalTestSeq Seq; in TEST() local 2124 std::vector<FlowSeq> Seq; in TEST() local
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 1086 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
|
D | SemaChecking.cpp | 7861 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
|
D | SemaExprObjC.cpp | 407 InitializationSequence Seq(S, Entity, Kind, Element); in CheckObjCCollectionLiteralElement() local
|
D | SemaStmt.cpp | 2759 InitializationSequence Seq(*this, Entity, Kind, InitExpr); in PerformMoveOrCopyInitialization() local
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2877 static void insertLineSequence(std::vector<DWARFDebugLine::Row> &Seq, in insertLineSequence() 2949 std::vector<DWARFDebugLine::Row> Seq; in patchLineTableForUnit() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 384 ListType Seq; member in __anon8f924dc60711::OrderedRegisterList
|