Searched refs:RefType (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | BinaryStreamRef.h | 62 RefType drop_front(uint32_t N) const { in drop_front() 64 return RefType(); in drop_front() 67 RefType Result(static_cast<const RefType &>(*this)); in drop_front() 80 RefType drop_back(uint32_t N) const { in drop_back() 82 return RefType(); in drop_back() 84 RefType Result(static_cast<const RefType &>(*this)); in drop_back() 100 RefType keep_front(uint32_t N) const { in keep_front() 106 RefType keep_back(uint32_t N) const { in keep_back() 113 RefType drop_symmetric(uint32_t N) const { in drop_symmetric() 119 RefType slice(uint32_t Offset, uint32_t Len) const { in slice() [all …]
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/executer/ |
| H A D | exresolv.c | 265 UINT8 RefType; in AcpiExResolveObjectToValue() local 279 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue() 281 switch (RefType) in AcpiExResolveObjectToValue() 289 Status = AcpiDsMethodDataGetValue (RefType, in AcpiExResolveObjectToValue() 399 RefType, StackDesc)); in AcpiExResolveObjectToValue()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 397 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation() local 398 if (!RefType->getPointeeType().getQualifiers() && in findFunctionArgMutation() 399 RefType->getPointeeType()->getAs<TemplateTypeParmType>()) { in findFunctionArgMutation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 625 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>()) 626 return RefType->getPointeeType();
|
| H A D | Type.h | 6246 if (const auto *RefType = (*this)->getAs<ReferenceType>()) 6247 return RefType->getPointeeType();
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 4429 const ReferenceType *RefType in FindConversionForRefInit() local 4431 if (RefType && !RefType->getPointeeType()->isFunctionType()) in FindConversionForRefInit() 4449 const ReferenceType *RefType = in FindConversionForRefInit() local 4451 if (!RefType || in FindConversionForRefInit() 4452 (!RefType->isLValueReferenceType() && in FindConversionForRefInit() 4453 !RefType->getPointeeType()->isFunctionType())) in FindConversionForRefInit()
|
| H A D | SemaDeclAttr.cpp | 4516 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftIndirectResultType() local 4517 Ty = RefType->getPointeeType(); in isValidSwiftIndirectResultType() 4528 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftErrorResultType() local 4529 Ty = RefType->getPointeeType(); in isValidSwiftErrorResultType()
|
| H A D | SemaDeclCXX.cpp | 1187 QualType RefType = in checkTupleLikeDecomposition() local 1189 if (RefType.isNull()) in checkTupleLikeDecomposition() 1193 B->getDeclName().getAsIdentifierInfo(), RefType, in checkTupleLikeDecomposition()
|
| H A D | SemaExpr.cpp | 15224 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local 15225 if (!RefType->getPointeeType()->isFunctionType()) in captureInLambda() 15226 CaptureType = RefType->getPointeeType(); in captureInLambda()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Type.cpp | 2807 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local 2808 return RefType->getPointeeType(); in getNonLValueExprType()
|
| H A D | Expr.cpp | 2987 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local 2988 if (!Elt->isConstantInitializer(Ctx, RefType, Culprit)) in isConstantInitializer()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 315 QualType RefType = Ctx.getLValueReferenceType(DstType); in castValueFromUintptr() local 317 TmpAddr = CGF.CreateMemTemp(RefType, Twine(Name, ".ref")); in castValueFromUintptr() 318 LValue TmpLVal = CGF.MakeAddrLValue(TmpAddr, RefType); in castValueFromUintptr()
|