Searched refs:Dtype (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h136 Dtype = SLU_S;
138 Dtype = SLU_D;
140 Dtype = SLU_C;
142 Dtype = SLU_Z;
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1002 Alloc(SExpr *D, AllocKind K) : SExpr(COP_Alloc), Dtype(D) { Flags = K; }
1003 Alloc(const Alloc &A, SExpr *Dt) : SExpr(A), Dtype(Dt) { Flags = A.kind(); }
1007 SExpr *dataType() { return Dtype; }
1008 const SExpr *dataType() const { return Dtype; }
1012 auto Nd = Vs.traverse(Dtype, Vs.declCtx(Ctx));
1025 SExpr* Dtype; member in class:clang::threadSafety::Alloc

Completed in 332 milliseconds