Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexresolv.c265 UINT8 RefType; in AcpiExResolveObjectToValue() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp53 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftIndirectResultType() local
65 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftErrorResultType() local
H A DSemaOverload.cpp4940 const ReferenceType *RefType in FindConversionForRefInit() local
4960 const ReferenceType *RefType = in FindConversionForRefInit() local
H A DSemaDeclCXX.cpp1309 QualType RefType = in checkTupleLikeDecomposition() local
H A DSemaExpr.cpp18528 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp653 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3470 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local
H A DExpr.cpp3421 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local