Home
last modified time | relevance | path

Searched defs:RefType (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/threading/
Dplatform_thread.h50 typedef DWORD RefType; typedef
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dany_cast_reference.pass.cpp101 using RefType = typename std::conditional< in checkThrows() typedef
/external/eigen/unsupported/test/
Dalignedvector3.cpp28 typedef Matrix<Scalar,3,1> RefType; in alignedvector3() typedef
/external/valgrind/callgrind/
Dsim.c130 typedef enum { Read = 0, Write = CACHELINE_DIRTY } RefType; typedef
/external/skqp/tools/bookmaker/
Dbookmaker.h1810 enum class RefType { enum
/external/clang/lib/AST/
DExpr.cpp2701 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local
DType.cpp2616 if (const ReferenceType *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local
/external/skia/tools/bookmaker/
Dbookmaker.h1842 enum class RefType { enum
/external/clang/lib/Sema/
DSemaOverload.cpp4197 const ReferenceType *RefType in FindConversionForRefInit() local
4217 const ReferenceType *RefType = in FindConversionForRefInit() local
DSemaExpr.cpp13496 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp187 QualType RefType = Ctx.getLValueReferenceType(DstType); in castValueFromUintptr() local