HomeSort by relevance Sort by last modified time
    Searched refs:OtherType (Results 1 - 9 of 9) 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;
86 // CHECK: TypedefDecl=OtherType:25:18 (Definition) [type=OtherType] [typekind=Typedef] [canonicaltype=double] [canonicaltypekind=Double] [isPOD=1]
  /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/chromium_org/third_party/WebKit/Source/wtf/
DefaultAllocator.h 143 struct OtherType {
HashSet.h 63 void swap(typename Allocator::template OtherType<HashSet>::Type other)
HashMap.h 91 void swap(typename Allocator::template OtherType<HashMap>::Type other)
  /external/chromium_org/v8/src/
types.cc 935 template<class OtherType>
937 typename OtherType::TypeHandle type, Region* region) {
948 TypeHandle outer = Convert<OtherType>(type->AsContext()->Outer(), region);
954 TypeHandle t = Convert<OtherType>(type->AsUnion()->Get(i), region);
959 TypeHandle element = Convert<OtherType>(type->AsArray()->Element(), region);
962 TypeHandle res = Convert<OtherType>(type->AsFunction()->Result(), region);
963 TypeHandle rcv = Convert<OtherType>(type->AsFunction()->Receiver(), region);
967 TypeHandle param = Convert<OtherType>(
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 83 enum OtherType {
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.h     [all...]

Completed in 295 milliseconds