| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64ExternalSymbolizer.cpp | 72 uint64_t ReferenceType; in tryAddingSymbolicOperand() local 77 ReferenceType = LLVMDisassembler_ReferenceType_In_Branch; in tryAddingSymbolicOperand() 89 else if (ReferenceType == in tryAddingSymbolicOperand() 101 SymbolLookUp(DisInfo, EncodedInst, &ReferenceType, Address, in tryAddingSymbolicOperand() 132 SymbolLookUp(DisInfo, EncodedInst, &ReferenceType, Address, in tryAddingSymbolicOperand() 137 else if (ReferenceType == in tryAddingSymbolicOperand() 142 } else if (ReferenceType == in tryAddingSymbolicOperand() 145 else if (ReferenceType == in tryAddingSymbolicOperand() 148 else if (ReferenceType == in tryAddingSymbolicOperand() 151 else if (ReferenceType == in tryAddingSymbolicOperand() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
| H A D | MCExternalSymbolizer.cpp | 62 uint64_t ReferenceType; in tryAddingSymbolicOperand() local 64 ReferenceType = LLVMDisassembler_ReferenceType_In_Branch; in tryAddingSymbolicOperand() 66 ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in tryAddingSymbolicOperand() 74 if(ReferenceType == LLVMDisassembler_ReferenceType_DeMangled_Name) in tryAddingSymbolicOperand() 81 if(ReferenceType == LLVMDisassembler_ReferenceType_Out_SymbolStub) in tryAddingSymbolicOperand() 165 else if(ReferenceType == in tryAddingPcLoadReferenceComment() 171 else if(ReferenceType == in tryAddingPcLoadReferenceComment() 174 else if(ReferenceType == in tryAddingPcLoadReferenceComment() 177 else if(ReferenceType == in tryAddingPcLoadReferenceComment() 180 else if(ReferenceType == in tryAddingPcLoadReferenceComment() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | ASTSelection.h | 63 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-13.1/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.h | 60 const char *SymbolLookup(uint64_t ReferenceValue, uint64_t *ReferenceType, 68 uint64_t *ReferenceType,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 1500 if ((ReferenceType != nullptr) != (ThisArgType != nullptr)) in matchIntrinsicType() 1504 if (ReferenceType->getElementCount() != in matchIntrinsicType() 1515 Type * ReferenceType = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local 1522 VectorType * ReferenceType = in matchIntrinsicType() local 1526 if (!ThisArgType || !ReferenceType) in matchIntrinsicType() 1554 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[RefArgNumber]); in matchIntrinsicType() local 1556 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType() 1564 ReferenceType->getElementType()); in matchIntrinsicType() 1570 return !ReferenceType || Ty != ReferenceType->getElementType(); in matchIntrinsicType() 1591 if (!ThisArgVecTy || !ReferenceType) in matchIntrinsicType() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelection.cpp | 251 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 58 def ReferenceType : TypeNode<Type, 1>; 59 def LValueReferenceType : TypeNode<ReferenceType>; 60 def RValueReferenceType : TypeNode<ReferenceType>;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 31 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 D | SemaTemplateDeduction.cpp | 1369 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 D | SemaCast.cpp | 774 const ReferenceType *DestReference = nullptr; in CheckDynamicCast() 777 } else if ((DestReference = DestType->getAs<ReferenceType>())) { in CheckDynamicCast() 1538 const ReferenceType *DestReference = DestType->getAs<ReferenceType>(); in TryStaticReferenceDowncast() 1889 if (const ReferenceType *DestTypeTmp =DestType->getAs<ReferenceType>()) { in TryConstCast() 2003 if (!DestType->getAs<ReferenceType>()) { in CheckCompatibleReinterpretCast() 2218 if (const ReferenceType *DestTypeTmp = DestType->getAs<ReferenceType>()) { in TryReinterpretCast()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DisassemblerTypes.h | 114 uint64_t *ReferenceType,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 435 struct CanProxyAdaptor<ReferenceType> : public CanProxyBase<ReferenceType> { 626 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
|
| H A D | Type.h | 1635 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 { 6624 if (const auto *RefType = (*this)->getAs<ReferenceType>()) 6688 return isa<ReferenceType>(CanonicalType); [all …]
|
| H A D | TextNodeDumper.h | 304 void VisitRValueReferenceType(const ReferenceType *T);
|
| H A D | JSONNodeDumper.h | 214 void VisitRValueReferenceType(const ReferenceType *RT);
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 3138 uint64_t *ReferenceType, in method_reference() argument 6868 uint64_t *ReferenceType, in GuessLiteralPointer() argument 7011 *ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in SymbolizerSymbolLookUp() 7020 method_reference(info, ReferenceType, ReferenceName); in SymbolizerSymbolLookUp() 7035 *ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in SymbolizerSymbolLookUp() 7040 method_reference(info, ReferenceType, ReferenceName); in SymbolizerSymbolLookUp() 7042 *ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in SymbolizerSymbolLookUp() 7052 *ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in SymbolizerSymbolLookUp() 7084 *ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in SymbolizerSymbolLookUp() 7112 *ReferenceType = LLVMDisassembler_ReferenceType_InOut_None; in SymbolizerSymbolLookUp() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 276 if (VD->getType()->getAs<ReferenceType>()) in CheckVarDecl() 387 if (V->getType()->getAs<ReferenceType>()) in observeStmt()
|
| H A D | GTestChecker.cpp | 229 auto *RefTy = CtorDecl->getParamDecl(0)->getType()->getAs<ReferenceType>(); in checkPostCall()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | Transforms.cpp | 371 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in isGCOwnedNonObjC()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 632 if (const auto *RT = getAs<ReferenceType>()) in getPointeeType() 1742 else if (const auto *RT = getAs<ReferenceType>()) in getPointeeCXXRecordDecl() 1820 Type *VisitReferenceType(const ReferenceType *T) { in VisitReferenceType() 3115 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() 3877 return Cache::get(cast<ReferenceType>(T)->getPointeeType()); in computeCachedProperties() 3964 return computeTypeLinkageInfo(cast<ReferenceType>(T)->getPointeeType()); in computeTypeLinkageInfo() 4287 if (const auto *Ref = getAs<ReferenceType>()) in isObjCIndirectLifetimeType() 4338 if (const auto *ref = getAs<ReferenceType>()) in hasSizedVLAType()
|
| H A D | QualTypeNames.cpp | 405 if (isa<ReferenceType>(QT.getTypePtr())) { in getFullyQualifiedType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 632 const ReferenceType *RTy = cast<ReferenceType>(Ty); in ConvertType()
|
| H A D | CGVTables.cpp | 65 (isa<ReferenceType>(typeL) && isa<ReferenceType>(typeR)))); in similar()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 803 if (const ReferenceType *RT = T->getAs<ReferenceType>()) { in VisitType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1037 const AstTypeMatcher<ReferenceType> referenceType; 1059 PointerType, ReferenceType));
|