Home
last modified time | relevance | path

Searched refs:ReferenceType (Results 1 – 25 of 67) sorted by relevance

123

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp73 uint64_t ReferenceType; in tryAddingSymbolicOperand() local
78 ReferenceType = LLVMDisassembler_ReferenceType_In_Branch; in tryAddingSymbolicOperand()
90 else if (ReferenceType == in tryAddingSymbolicOperand()
102 SymbolLookUp(DisInfo, EncodedInst, &ReferenceType, Address, in tryAddingSymbolicOperand()
133 SymbolLookUp(DisInfo, EncodedInst, &ReferenceType, Address, in tryAddingSymbolicOperand()
138 else if (ReferenceType == in tryAddingSymbolicOperand()
143 } else if (ReferenceType == in tryAddingSymbolicOperand()
146 else if (ReferenceType == in tryAddingSymbolicOperand()
149 else if (ReferenceType == in tryAddingSymbolicOperand()
152 else if (ReferenceType == in tryAddingSymbolicOperand()
[all …]
/freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp63 uint64_t ReferenceType; in tryAddingSymbolicOperand() local
65 ReferenceType = LLVMDisassembler_ReferenceType_In_Branch; in tryAddingSymbolicOperand()
67 ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in tryAddingSymbolicOperand()
75 if(ReferenceType == LLVMDisassembler_ReferenceType_DeMangled_Name) in tryAddingSymbolicOperand()
82 if(ReferenceType == LLVMDisassembler_ReferenceType_Out_SymbolStub) in tryAddingSymbolicOperand()
166 else if(ReferenceType == in tryAddingPcLoadReferenceComment()
172 else if(ReferenceType == in tryAddingPcLoadReferenceComment()
175 else if(ReferenceType == in tryAddingPcLoadReferenceComment()
178 else if(ReferenceType == in tryAddingPcLoadReferenceComment()
181 else if(ReferenceType == in tryAddingPcLoadReferenceComment()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h63 using ReferenceType = std::reference_wrapper<const SelectedASTNode>; member
101 ArrayRef<SelectedASTNode::ReferenceType> getParents() { return Parents; } in getParents()
137 CodeRangeASTSelection(SelectedASTNode::ReferenceType SelectedNode, in CodeRangeASTSelection()
138 ArrayRef<SelectedASTNode::ReferenceType> Parents, in CodeRangeASTSelection()
145 SelectedASTNode::ReferenceType SelectedNode;
147 llvm::SmallVector<SelectedASTNode::ReferenceType, 8> Parents;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.h65 const char *SymbolLookup(uint64_t ReferenceValue, uint64_t *ReferenceType,
73 uint64_t *ReferenceType,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp31 else if (const ReferenceType *RefTy = T->getAs<ReferenceType>()) in GetUnderlyingFunction()
130 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) { in CheckSpecifiedExceptionType()
653 const ReferenceType *RefTy = HandlerType->getAs<ReferenceType>(); in handlerCanCatch()
798 if (const ReferenceType *RefTy = SubI->getAs<ReferenceType>()) in CheckExceptionSpecSubset()
998 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in canCalleeThrow()
H A DSemaTemplateDeduction.cpp1241 const ReferenceType *ParamRef = Param->getAs<ReferenceType>(); in DeduceTemplateArgumentsByTypeMatch()
1246 const ReferenceType *ArgRef = Arg->getAs<ReferenceType>(); in DeduceTemplateArgumentsByTypeMatch()
3177 if (const ReferenceType *DeducedARef = DeducedA->getAs<ReferenceType>()) in CheckOriginalCallArgDeduction()
3179 if (const ReferenceType *ARef = A->getAs<ReferenceType>()) in CheckOriginalCallArgDeduction()
3187 if (const ReferenceType *OriginalParamRef in CheckOriginalCallArgDeduction()
3188 = OriginalParamType->getAs<ReferenceType>()) { in CheckOriginalCallArgDeduction()
3587 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction()
4154 if (const ReferenceType *PRef = P->getAs<ReferenceType>()) in DeduceTemplateArguments()
4160 if (const ReferenceType *ARef = A->getAs<ReferenceType>()) { in DeduceTemplateArguments()
4165 if (!FromType->getAs<ReferenceType>()) { in DeduceTemplateArguments()
[all …]
H A DSemaCast.cpp694 const ReferenceType *DestReference = nullptr; in CheckDynamicCast()
697 } else if ((DestReference = DestType->getAs<ReferenceType>())) { in CheckDynamicCast()
1326 const ReferenceType *DestReference = DestType->getAs<ReferenceType>(); in TryStaticReferenceDowncast()
1677 if (const ReferenceType *DestTypeTmp =DestType->getAs<ReferenceType>()) { in TryConstCast()
1791 if (!DestType->getAs<ReferenceType>()) { in CheckCompatibleReinterpretCast()
2005 if (const ReferenceType *DestTypeTmp = DestType->getAs<ReferenceType>()) { in TryReinterpretCast()
H A DSemaOverload.cpp4429 const ReferenceType *RefType in FindConversionForRefInit()
4449 const ReferenceType *RefType = in FindConversionForRefInit()
4450 Conv->getConversionType()->getAs<ReferenceType>(); in FindConversionForRefInit()
4756 const ReferenceType *LValRefType = in TryReferenceInit()
7590 if (const ReferenceType *RefTy = Ty->getAs<ReferenceType>()) in AddTypesConvertedFrom()
7704 if (const ReferenceType *ResTypeRef = CanTy->getAs<ReferenceType>()) in CollectVRQualifiers()
9724 if (CanQual<ReferenceType> RT = CToTy->getAs<ReferenceType>()) in DiagnoseBadConversion()
9847 } else if (const ReferenceType *ToRefTy = ToTy->getAs<ReferenceType>()) { in DiagnoseBadConversion()
10304 if (const ReferenceType *RT = in DiagnoseBadTarget()
10936 else if (const ReferenceType *ToTypeRef = in ExtractUnqualifiedFunctionType()
[all …]
/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp1139 VectorType * ReferenceType = in matchIntrinsicType() local
1142 if (!ThisArgType || !ReferenceType || in matchIntrinsicType()
1143 (ReferenceType->getVectorNumElements() != in matchIntrinsicType()
1152 Type * ReferenceType = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1154 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in matchIntrinsicType()
1159 VectorType * ReferenceType = in matchIntrinsicType() local
1163 return (!ThisArgType || !ReferenceType || in matchIntrinsicType()
1181 VectorType *ReferenceType = dyn_cast<VectorType>(ArgTys[RefArgNumber]); in matchIntrinsicType() local
1183 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()
1184 (ReferenceType->getVectorNumElements() != in matchIntrinsicType()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp253 SelectedASTNode::ReferenceType Node;
254 llvm::SmallVector<SelectedASTNode::ReferenceType, 8> Parents;
346 llvm::SmallVectorImpl<SelectedASTNode::ReferenceType> &ParentStack) { in findDeepestWithKind()
376 llvm::SmallVector<SelectedASTNode::ReferenceType, 16> ParentStack; in findDeepestWithKind()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h434 struct CanProxyAdaptor<ReferenceType> : public CanProxyBase<ReferenceType> {
625 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
H A DTypeNodes.def67 TYPE(LValueReference, ReferenceType)
68 TYPE(RValueReference, ReferenceType)
H A DType.h1560 friend class ReferenceType;
2673 class ReferenceType : public Type, public llvm::FoldingSetNode {
2677 ReferenceType(TypeClass tc, QualType Referencee, QualType CanonicalRef,
2696 const ReferenceType *T = this;
2698 T = T->PointeeType->castAs<ReferenceType>();
2720 class LValueReferenceType : public ReferenceType {
2725 : ReferenceType(LValueReference, Referencee, CanonicalRef,
2738 class RValueReferenceType : public ReferenceType {
2742 : ReferenceType(RValueReference, Referencee, CanonicalRef, false) {}
6246 if (const auto *RefType = (*this)->getAs<ReferenceType>())
[all …]
H A DTextNodeDumper.h272 void VisitRValueReferenceType(const ReferenceType *T);
/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DDisassemblerTypes.h114 uint64_t *ReferenceType,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp217 if (VD->getType()->getAs<ReferenceType>()) in CheckVarDecl()
328 if (V->getType()->getAs<ReferenceType>()) in observeStmt()
H A DGTestChecker.cpp230 auto *RefTy = CtorDecl->getParamDecl(0)->getType()->getAs<ReferenceType>(); in checkPostCall()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp2812 uint64_t *ReferenceType, in method_reference() argument
6519 uint64_t *ReferenceType, in GuessLiteralPointer() argument
6662 *ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in SymbolizerSymbolLookUp()
6671 method_reference(info, ReferenceType, ReferenceName); in SymbolizerSymbolLookUp()
6686 *ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in SymbolizerSymbolLookUp()
6691 method_reference(info, ReferenceType, ReferenceName); in SymbolizerSymbolLookUp()
6693 *ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in SymbolizerSymbolLookUp()
6703 *ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in SymbolizerSymbolLookUp()
6735 *ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in SymbolizerSymbolLookUp()
6763 *ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in SymbolizerSymbolLookUp()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransforms.cpp370 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in isGCOwnedNonObjC()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp536 const ReferenceType *RTy = cast<ReferenceType>(Ty); in ConvertType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp512 if (const auto *RT = getAs<ReferenceType>()) in getPointeeType()
1602 else if (const auto *RT = getAs<ReferenceType>()) in getPointeeCXXRecordDecl()
1677 Type *VisitReferenceType(const ReferenceType *T) { in VisitReferenceType()
2807 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType()
3549 return Cache::get(cast<ReferenceType>(T)->getPointeeType()); in computeCachedProperties()
3633 return computeTypeLinkageInfo(cast<ReferenceType>(T)->getPointeeType()); in computeTypeLinkageInfo()
3932 if (const auto *Ref = getAs<ReferenceType>()) in isObjCIndirectLifetimeType()
3969 if (const auto *ref = getAs<ReferenceType>()) in hasSizedVLAType()
H A DQualTypeNames.cpp387 if (isa<ReferenceType>(QT.getTypePtr())) { in getFullyQualifiedType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp824 const AstTypeMatcher<ReferenceType> referenceType;
846 PointerType, ReferenceType));
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp788 if (const ReferenceType *RT = T->getAs<ReferenceType>()) { in VisitType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3138 const clang::ReferenceType *reference_type = in IsFunctionType()
3139 llvm::cast<clang::ReferenceType>(qual_type.getTypePtr()); in IsFunctionType()
3307 const clang::ReferenceType *reference_type = in IsFunctionPointerType()
3308 llvm::cast<clang::ReferenceType>(qual_type.getTypePtr()); in IsFunctionPointerType()
3363 const clang::ReferenceType *reference_type = in IsBlockPointerType()
4181 llvm::cast<clang::ReferenceType>(qual_type.getTypePtr()) in GetTypeInfo()
5691 const clang::ReferenceType *reference_type = in GetNumChildren()
5692 llvm::cast<clang::ReferenceType>(qual_type.getTypePtr()); in GetNumChildren()
6995 const clang::ReferenceType *reference_type = in GetChildCompilerTypeAtIndex()
7376 const clang::ReferenceType *reference_type = in GetIndexOfChildMemberWithName()
[all …]

123