Searched defs:RefType (Results 1 - 8 of 8) sorted by relevance

/external/eigen/unsupported/test/
H A Dalignedvector3.cpp18 typedef Matrix<Scalar,3,1> RefType; typedef
21 RefType r1(RefType::Random()), r2(RefType::Random()), r3(RefType::Random()),
22 r4(RefType::Random()), r5(RefType::Random()), r6(RefType::Random());
/external/libchrome/base/threading/
H A Dplatform_thread.h46 typedef DWORD RefType; typedef in class:base::PlatformThreadRef
48 typedef pthread_t RefType;
54 explicit PlatformThreadRef(RefType id)
66 RefType id_;
/external/libchrome/base/
H A Dtuple.h117 // RefType: the ref version of a type (same as the type for refs).
123 typedef P& RefType; typedef in struct:base::TupleTraits
130 typedef P& RefType; typedef in struct:base::TupleTraits
214 using RefTuple = Tuple<typename TupleTraits<Ts>::RefType...>;
/external/libweave/third_party/chromium/base/
H A Dtuple.h117 // RefType: the ref version of a type (same as the type for refs).
123 typedef P& RefType; typedef in struct:base::TupleTraits
130 typedef P& RefType; typedef in struct:base::TupleTraits
214 using RefTuple = Tuple<typename TupleTraits<Ts>::RefType...>;
/external/valgrind/callgrind/
H A Dsim.c130 typedef enum { Read = 0, Write = CACHELINE_DIRTY } RefType; typedef in typeref:enum:__anon18652
354 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag)
393 CacheResult cachesim_ref_wb(cache_t2* c, RefType ref, Addr a, UChar size)
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp62 QualType RefType = Ctx.getLValueReferenceType(DstType); local
64 TmpAddr = CGF.CreateMemTemp(RefType, Twine(Name) + ".ref");
65 auto TmpLVal = CGF.MakeAddrLValue(TmpAddr, RefType);
/external/clang/lib/AST/
H A DExpr.cpp2854 bool RefType = Field->getType()->isReferenceType(); local
2855 if (!Elt->isConstantInitializer(Ctx, RefType, Culprit))
/external/clang/lib/Sema/
H A DSemaOverload.cpp4140 const ReferenceType *RefType local
4142 if (RefType && !RefType->getPointeeType()->isFunctionType())
4160 const ReferenceType *RefType = local
4162 if (!RefType ||
4163 (!RefType->isLValueReferenceType() &&
4164 !RefType->getPointeeType()->isFunctionType()))

Completed in 197 milliseconds