Searched refs:RefType (Results 1 - 19 of 19) 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.h50 typedef DWORD RefType; typedef in class:base::PlatformThreadRef
52 typedef pthread_t RefType;
58 explicit PlatformThreadRef(RefType id)
72 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/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
H A Dany_cast_reference.pass.cpp101 using RefType = typename std::conditional<
106 TEST_IGNORE_NODISCARD 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/skia/tools/bookmaker/
H A DincludeWriter.cpp1654 RefType* refType) {
1659 *refType = RefType::kExternal;
1663 *refType = RefType::kNormal;
1836 RefType refType = RefType::kUndefined;
H A Dbookmaker.h1842 enum class RefType {
1922 string resolveRef(const char* start, const char* end, bool first, RefType* refType);
/external/skqp/tools/bookmaker/
H A DincludeWriter.cpp1552 RefType* refType) {
1557 *refType = RefType::kExternal;
1561 *refType = RefType::kNormal;
1687 RefType refType = RefType::kUndefined;
H A Dbookmaker.h1810 enum class RefType {
1883 string resolveRef(const char* start, const char* end, bool first, RefType* refType);
/external/valgrind/callgrind/
H A Dsim.c130 typedef enum { Read = 0, Write = CACHELINE_DIRTY } RefType; typedef in typeref:enum:__anon28842
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.hpp222 template <typename RefType>
226 Optional(RefType & reference) { m_ptr = &reference; }
227 Optional(RefType * ptr) { m_ptr = ptr; }
230 operator RefType*() const { return m_ptr; }
231 RefType const* operator->() const { return m_ptr; }
235 RefType *m_ptr;
[all...]
/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 730 milliseconds