Searched refs:RefType (Results 1 - 17 of 17) sorted by relevance

/external/eigen/unsupported/test/
H A Dalignedvector3.cpp28 typedef Matrix<Scalar,3,1> RefType; typedef
31 RefType r1(RefType::Random()), r2(RefType::Random()), r3(RefType::Random()),
32 r4(RefType::Random()), r5(RefType::Random());
64 FastType f6 = RefType::Zero();
/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/libmojo/mojo/public/cpp/bindings/
H A Darray_traits_standard.h26 static typename Array<T>::RefType GetAt(Array<T>& input, size_t index) {
H A Darray.h31 using RefType = typename std::vector<T>::reference;
98 RefType front() { return vec_.front(); }
112 RefType at(size_t offset) { return vec_.at(offset); }
113 RefType operator[](size_t offset) { return at(offset); }
/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/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
H A Dany_cast_reference.pass.cpp94 using RefType = typename std::conditional<
99 any_cast<RefType>(static_cast<any&&>(a));
/external/clang/include/clang/AST/
H A DCanonicalType.h605 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
606 return RefType->getPointeeType();
H A DType.h5436 if (const ReferenceType *RefType = (*this)->getAs<ReferenceType>())
5437 return RefType->getPointeeType();
/external/valgrind/callgrind/
H A Dsim.c130 typedef enum { Read = 0, Write = CACHELINE_DIRTY } RefType; typedef in typeref:enum:__anon22845
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.cpp187 QualType RefType = Ctx.getLValueReferenceType(DstType); local
189 TmpAddr = CGF.CreateMemTemp(RefType, Twine(Name) + ".ref");
190 auto TmpLVal = CGF.MakeAddrLValue(TmpAddr, RefType);
/external/clang/lib/AST/
H A DExpr.cpp2701 bool RefType = Field->getType()->isReferenceType(); local
2702 if (!Elt->isConstantInitializer(Ctx, RefType, Culprit))
H A DType.cpp2616 if (const ReferenceType *RefType = getTypePtr()->getAs<ReferenceType>())
2617 return RefType->getPointeeType();
/external/clang/lib/Sema/
H A DSemaOverload.cpp4197 const ReferenceType *RefType local
4199 if (RefType && !RefType->getPointeeType()->isFunctionType())
4217 const ReferenceType *RefType = local
4219 if (!RefType ||
4220 (!RefType->isLValueReferenceType() &&
4221 !RefType->getPointeeType()->isFunctionType()))
H A DSemaExpr.cpp13496 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){
13497 if (!RefType->getPointeeType()->isFunctionType())
13498 CaptureType = RefType->getPointeeType();
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp181 template <typename RefType>
185 Optional(RefType & reference) { m_ptr = &reference; }
188 operator RefType*() const { return m_ptr; }
189 RefType const* operator->() const { return m_ptr; }
193 RefType *m_ptr;
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 609 milliseconds