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

  /external/clang/test/Index/
print-type.c 8 typedef double OtherType;
42 // CHECK: TypedefDecl=OtherType:8:16 (Definition) [type=OtherType] [typekind=Typedef] [canonicaltype=double] [canonicaltypekind=Double] [isPOD=1]
print-type.cpp 25 typedef double OtherType;
95 // CHECK: TypedefDecl=OtherType:25:18 (Definition) [type=OtherType] [typekind=Typedef] [canonicaltype=double] [canonicaltypekind=Double] [isPOD=1]
  /external/jetty/src/java/org/eclipse/jetty/webapp/
FragmentDescriptor.java 40 public enum OtherType {None, Before, After};
41 protected OtherType _otherType = OtherType.None;
113 if (_otherType != OtherType.None)
116 _otherType = OtherType.Before;
139 if (_otherType != OtherType.None)
142 _otherType = OtherType.After;
160 public OtherType getOtherType ()
  /external/eigen/Eigen/src/Core/products/
SelfadjointProduct.h 47 template<typename MatrixType, typename OtherType, int UpLo, bool OtherIsVector = OtherType::IsVectorAtCompileTime>
50 template<typename MatrixType, typename OtherType, int UpLo>
51 struct selfadjoint_product_selector<MatrixType,OtherType,UpLo,true>
53 static void run(MatrixType& mat, const OtherType& other, const typename MatrixType::Scalar& alpha)
57 typedef internal::blas_traits<OtherType> OtherBlasTraits;
68 internal::gemv_static_vector_if<Scalar,OtherType::SizeAtCompileTime,OtherType::MaxSizeAtCompileTime,!UseOtherDirectly> static_other;
83 template<typename MatrixType, typename OtherType, int UpLo>
84 struct selfadjoint_product_selector<MatrixType,OtherType,UpLo,false
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 83 enum OtherType {

Completed in 875 milliseconds