Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp72 uint64_t ReferenceType; in tryAddingSymbolicOperand() local
77 ReferenceType = LLVMDisassembler_ReferenceType_In_Branch; in tryAddingSymbolicOperand()
78 const char *Name = SymbolLookUp(DisInfo, Address + Value, &ReferenceType, in tryAddingSymbolicOperand()
87 if (ReferenceType == LLVMDisassembler_ReferenceType_Out_SymbolStub) in tryAddingSymbolicOperand()
89 else if (ReferenceType == in tryAddingSymbolicOperand()
93 ReferenceType = LLVMDisassembler_ReferenceType_In_ARM64_ADRP; in tryAddingSymbolicOperand()
101 SymbolLookUp(DisInfo, EncodedInst, &ReferenceType, Address, in tryAddingSymbolicOperand()
110 ReferenceType = LLVMDisassembler_ReferenceType_In_ARM64_ADDXri; in tryAddingSymbolicOperand()
112 ReferenceType = LLVMDisassembler_ReferenceType_In_ARM64_LDRXui; in tryAddingSymbolicOperand()
114 ReferenceType = LLVMDisassembler_ReferenceType_In_ARM64_LDRXl; in tryAddingSymbolicOperand()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp62 uint64_t ReferenceType; in tryAddingSymbolicOperand() local
64 ReferenceType = LLVMDisassembler_ReferenceType_In_Branch; in tryAddingSymbolicOperand()
66 ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in tryAddingSymbolicOperand()
68 const char *Name = SymbolLookUp(DisInfo, Value, &ReferenceType, Address, in tryAddingSymbolicOperand()
74 if(ReferenceType == LLVMDisassembler_ReferenceType_DeMangled_Name) in tryAddingSymbolicOperand()
81 if(ReferenceType == LLVMDisassembler_ReferenceType_Out_SymbolStub) in tryAddingSymbolicOperand()
83 else if(ReferenceType == LLVMDisassembler_ReferenceType_Out_Objc_Message) in tryAddingSymbolicOperand()
160 uint64_t ReferenceType = LLVMDisassembler_ReferenceType_In_PCrel_Load; in tryAddingPcLoadReferenceComment() local
162 (void)SymbolLookUp(DisInfo, Value, &ReferenceType, Address, &ReferenceName); in tryAddingPcLoadReferenceComment()
163 if(ReferenceType == LLVMDisassembler_ReferenceType_Out_LitPool_SymAddr) in tryAddingPcLoadReferenceComment()
[all …]
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1473 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[D.getArgumentNumber()]); in matchIntrinsicType() local
1476 if ((ReferenceType != nullptr) != (ThisArgType != nullptr)) in matchIntrinsicType()
1480 if (ReferenceType->getElementCount() != in matchIntrinsicType()
1491 Type * ReferenceType = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1493 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in matchIntrinsicType()
1498 VectorType * ReferenceType = in matchIntrinsicType() local
1502 return (!ThisArgType || !ReferenceType || in matchIntrinsicType()
1503 ThisArgType->getElementType() != ReferenceType->getElementType()); in matchIntrinsicType()
1525 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[RefArgNumber]); in matchIntrinsicType() local
1527 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp251 SelectedASTNode::ReferenceType Node;
252 llvm::SmallVector<SelectedASTNode::ReferenceType, 8> Parents;
344 llvm::SmallVectorImpl<SelectedASTNode::ReferenceType> &ParentStack) { in findDeepestWithKind()
374 llvm::SmallVector<SelectedASTNode::ReferenceType, 16> ParentStack; in findDeepestWithKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp31 else if (const ReferenceType *RefTy = T->getAs<ReferenceType>()) in GetUnderlyingFunction()
138 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) { in CheckSpecifiedExceptionType()
679 const ReferenceType *RefTy = HandlerType->getAs<ReferenceType>(); in handlerCanCatch()
835 if (const ReferenceType *RefTy = SubI->getAs<ReferenceType>()) in CheckExceptionSpecSubset()
1039 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in canCalleeThrow()
H A DSemaTemplateDeduction.cpp1369 const ReferenceType *ParamRef = Param->getAs<ReferenceType>(); in DeduceTemplateArgumentsByTypeMatch()
1374 const ReferenceType *ArgRef = Arg->getAs<ReferenceType>(); in DeduceTemplateArgumentsByTypeMatch()
3427 if (const ReferenceType *DeducedARef = DeducedA->getAs<ReferenceType>()) in CheckOriginalCallArgDeduction()
3429 if (const ReferenceType *ARef = A->getAs<ReferenceType>()) in CheckOriginalCallArgDeduction()
3437 if (const ReferenceType *OriginalParamRef in CheckOriginalCallArgDeduction()
3438 = OriginalParamType->getAs<ReferenceType>()) { in CheckOriginalCallArgDeduction()
3857 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction()
4435 if (const ReferenceType *PRef = P->getAs<ReferenceType>()) in DeduceTemplateArguments()
4441 if (const ReferenceType *ARef = A->getAs<ReferenceType>()) { in DeduceTemplateArguments()
4446 if (!FromType->getAs<ReferenceType>()) { in DeduceTemplateArguments()
[all …]
H A DSemaCast.cpp765 const ReferenceType *DestReference = nullptr; in CheckDynamicCast()
768 } else if ((DestReference = DestType->getAs<ReferenceType>())) { in CheckDynamicCast()
1528 const ReferenceType *DestReference = DestType->getAs<ReferenceType>(); in TryStaticReferenceDowncast()
1879 if (const ReferenceType *DestTypeTmp =DestType->getAs<ReferenceType>()) { in TryConstCast()
1993 if (!DestType->getAs<ReferenceType>()) { in CheckCompatibleReinterpretCast()
2207 if (const ReferenceType *DestTypeTmp = DestType->getAs<ReferenceType>()) { in TryReinterpretCast()
H A DSemaOverload.cpp4639 const ReferenceType *RefType in FindConversionForRefInit()
4659 const ReferenceType *RefType = in FindConversionForRefInit()
4660 Conv->getConversionType()->getAs<ReferenceType>(); in FindConversionForRefInit()
4738 QualType T1 = DeclType->castAs<ReferenceType>()->getPointeeType(); in TryReferenceInit()
4965 const ReferenceType *LValRefType = in TryReferenceInit()
5159 QualType T1 = ToType->castAs<ReferenceType>()->getPointeeType(); in TryListConversion()
7991 if (const ReferenceType *RefTy = Ty->getAs<ReferenceType>()) in AddTypesConvertedFrom()
8118 if (const ReferenceType *ResTypeRef = CanTy->getAs<ReferenceType>()) in CollectVRQualifiers()
10414 if (CanQual<ReferenceType> RT = CToTy->getAs<ReferenceType>()) in DiagnoseBadConversion()
10555 } else if (const ReferenceType *ToRefTy = ToTy->getAs<ReferenceType>()) { in DiagnoseBadConversion()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTypeNodes.td58 def ReferenceType : TypeNode<Type, 1>;
59 def LValueReferenceType : TypeNode<ReferenceType>;
60 def RValueReferenceType : TypeNode<ReferenceType>;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h435 struct CanProxyAdaptor<ReferenceType> : public CanProxyBase<ReferenceType> {
626 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
H A DType.h1635 friend class ReferenceType;
2745 class ReferenceType : public Type, public llvm::FoldingSetNode {
2749 ReferenceType(TypeClass tc, QualType Referencee, QualType CanonicalRef,
2765 const ReferenceType *T = this;
2767 T = T->PointeeType->castAs<ReferenceType>();
2789 class LValueReferenceType : public ReferenceType {
2794 : ReferenceType(LValueReference, Referencee, CanonicalRef,
2807 class RValueReferenceType : public ReferenceType {
2811 : ReferenceType(RValueReference, Referencee, CanonicalRef, false) {}
6624 if (const auto *RefType = (*this)->getAs<ReferenceType>())
[all …]
H A DTextNodeDumper.h299 void VisitRValueReferenceType(const ReferenceType *T);
H A DJSONNodeDumper.h212 void VisitRValueReferenceType(const ReferenceType *RT);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDisassemblerTypes.h114 uint64_t *ReferenceType,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3138 uint64_t *ReferenceType, in method_reference() argument
3155 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Message; in method_reference()
3171 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Message; in method_reference()
3191 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Message; in method_reference()
6868 uint64_t *ReferenceType, in GuessLiteralPointer() argument
6918 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Class_Ref; in GuessLiteralPointer()
6929 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Class_Ref; in GuessLiteralPointer()
6940 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_CFString_Ref; in GuessLiteralPointer()
6954 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Selector_Ref; in GuessLiteralPointer()
6958 *ReferenceType = LLVMDisassembler_ReferenceType_Out_Objc_Message_Ref; in GuessLiteralPointer()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp276 if (VD->getType()->getAs<ReferenceType>()) in CheckVarDecl()
387 if (V->getType()->getAs<ReferenceType>()) in observeStmt()
H A DGTestChecker.cpp229 auto *RefTy = CtorDecl->getParamDecl(0)->getType()->getAs<ReferenceType>(); in checkPostCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransforms.cpp371 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in isGCOwnedNonObjC()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp632 if (const auto *RT = getAs<ReferenceType>()) in getPointeeType()
1742 else if (const auto *RT = getAs<ReferenceType>()) in getPointeeCXXRecordDecl()
1817 Type *VisitReferenceType(const ReferenceType *T) { in VisitReferenceType()
3112 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType()
3872 return Cache::get(cast<ReferenceType>(T)->getPointeeType()); in computeCachedProperties()
3959 return computeTypeLinkageInfo(cast<ReferenceType>(T)->getPointeeType()); in computeTypeLinkageInfo()
4282 if (const auto *Ref = getAs<ReferenceType>()) in isObjCIndirectLifetimeType()
4333 if (const auto *ref = getAs<ReferenceType>()) in hasSizedVLAType()
H A DQualTypeNames.cpp397 if (isa<ReferenceType>(QT.getTypePtr())) { in getFullyQualifiedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp632 const ReferenceType *RTy = cast<ReferenceType>(Ty); in ConvertType()
H A DCGVTables.cpp65 (isa<ReferenceType>(typeL) && isa<ReferenceType>(typeR)))); in similar()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp803 if (const ReferenceType *RT = T->getAs<ReferenceType>()) { in VisitType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1036 const AstTypeMatcher<ReferenceType> referenceType;
1058 PointerType, ReferenceType));

123