Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/acpica/components/executer/
H A Dexresolv.c265 UINT8 RefType; in AcpiExResolveObjectToValue() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp569 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4948 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftIndirectResultType() local
4960 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftErrorResultType() local
H A DSemaOverload.cpp4639 const ReferenceType *RefType in FindConversionForRefInit() local
4659 const ReferenceType *RefType = in FindConversionForRefInit() local
H A DSemaDeclCXX.cpp1255 QualType RefType = in checkTupleLikeDecomposition() local
H A DSemaExpr.cpp17663 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3115 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local
H A DExpr.cpp3256 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local