Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dplatform_thread.h54 typedef DWORD RefType; typedef
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dany_cast_reference.pass.cpp102 using RefType = typename std::conditional< in checkThrows() typedef
/external/eigen/unsupported/test/
Dalignedvector3.cpp28 typedef Matrix<Scalar,3,1> RefType; in alignedvector3() typedef
/external/skqp/tools/bookmaker/
DincludeWriter.h36 enum class RefType { enum
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h96 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/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