HomeSort by relevance Sort by last modified time
    Searched refs:Dtype (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 136 Dtype = SLU_S;
138 Dtype = SLU_D;
140 Dtype = SLU_C;
142 Dtype = SLU_Z;
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1071 Alloc(SExpr *D, AllocKind K) : SExpr(COP_Alloc), Dtype(D) { Flags = K; }
1072 Alloc(const Alloc &A, SExpr *Dt) : SExpr(A), Dtype(Dt) { Flags = A.kind(); }
1076 SExpr *dataType() { return Dtype.get(); }
1077 const SExpr *dataType() const { return Dtype.get(); }
1081 auto Nd = Vs.traverse(Dtype, Vs.declCtx(Ctx));
1093 SExprRef Dtype;
    [all...]

Completed in 585 milliseconds