Searched refs:RefType (Results 1 - 15 of 15) 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/llvm/test/MC/MachO/ARM/
H A Ddarwin-ARM-reloc.s115 @ CHECK: RefType: UndefinedNonLazy (0x0)
124 @ CHECK: RefType: UndefinedNonLazy (0x0)
133 @ CHECK: RefType: UndefinedNonLazy (0x0)
143 @ CHECK: RefType: UndefinedNonLazy (0x0)
H A Ddarwin-Thumb-reloc.s95 @ CHECK: RefType: 0x8
105 @ CHECK: RefType: UndefinedNonLazy (0x0)
/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/clang/include/clang/AST/
H A DCanonicalType.h602 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
603 return RefType->getPointeeType();
H A DType.h5220 if (const ReferenceType *RefType = (*this)->getAs<ReferenceType>())
5221 return RefType->getPointeeType();
/external/valgrind/callgrind/
H A Dsim.c130 typedef enum { Read = 0, Write = CACHELINE_DIRTY } RefType; typedef in typeref:enum:__anon19884
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/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()))
H A DSemaExpr.cpp12947 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){
12948 if (!RefType->getPointeeType()->isFunctionType())
12949 CaptureType = RefType->getPointeeType();
/external/clang/lib/AST/
H A DExpr.cpp2854 bool RefType = Field->getType()->isReferenceType(); local
2855 if (!Elt->isConstantInitializer(Ctx, RefType, Culprit))
H A DType.cpp2628 if (const ReferenceType *RefType = getTypePtr()->getAs<ReferenceType>())
2629 return RefType->getPointeeType();
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 502 milliseconds