| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclContextInternals.h | 79 Data.setPointer(NewHead); in erase_if() 92 RHS.Data.setPointer(nullptr); in StoredDeclsList() 116 RHS.Data.setPointer(nullptr); 190 Data.setPointer(DeclsAsList); in replaceExternalDecls() 205 Data.setPointer(Head); in replaceExternalDecls() 219 Data.setPointer(D); in addOrReplaceDecl() 226 Data.setPointer(D); in addOrReplaceDecl() 234 Data.setPointer(Node); in addOrReplaceDecl() 267 Data.setPointer(D); in prependDeclNoReplace() 274 Data.setPointer(Node); in prependDeclNoReplace()
|
| H A D | GlobalDecl.h | 65 Value.setPointer(D); in Init() 96 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl()); in getCanonicalDecl() 165 Result.Value.setPointer(D); in getWithDecl()
|
| H A D | ASTVector.h | 56 O.Capacity.setPointer(nullptr); in ASTVector() 405 Capacity.setPointer(Begin+NewCapacity); in grow()
|
| H A D | ExprObjC.h | 811 PropertyOrGetter.setPointer(D); in setExplicitProperty() 813 SetterAndMethodRefFlags.setPointer(nullptr); in setExplicitProperty() 819 PropertyOrGetter.setPointer(Getter); in setImplicitProperty() 821 SetterAndMethodRefFlags.setPointer(Setter); in setImplicitProperty()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | PtrUseVisitor.h | 60 AbortedInfo.setPointer(nullptr); in reset() 62 EscapedInfo.setPointer(nullptr); in reset() 86 AbortedInfo.setPointer(I); 93 EscapedInfo.setPointer(I);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ObjCMethodList.h | 47 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); } in setNext() 54 return MethodAndHasMoreThanOneDecl.setPointer(M); in setMethod()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 65 Mockup.Prefix.setPointer(Prefix); in Create() 81 Mockup.Prefix.setPointer(Prefix); in Create() 97 Mockup.Prefix.setPointer(Prefix); in Create() 109 Mockup.Prefix.setPointer(Prefix); in Create() 119 Mockup.Prefix.setPointer(nullptr); in Create() 137 Mockup.Prefix.setPointer(nullptr); in SuperSpecifier()
|
| H A D | RecordLayout.cpp | 63 CXXInfo->PrimaryBase.setPointer(PrimaryBase); in ASTRecordLayout()
|
| H A D | DeclBase.cpp | 1465 PrevDecl->NextInContextAndBits.setPointer(D); in BuildDeclChain() 1516 ExternalLast->NextInContextAndBits.setPointer(FirstDecl); in LoadLexicalDeclsFromExternalStorage() 1633 I->NextInContextAndBits.setPointer(D->NextInContextAndBits.getPointer()); in removeDecl() 1641 D->NextInContextAndBits.setPointer(nullptr); in removeDecl() 1679 LastDecl->NextInContextAndBits.setPointer(D); in addHiddenDecl() 2105 LastSDM.setPointer(nullptr); in ReleaseDeclContextMaps()
|
| H A D | DeclObjC.cpp | 613 Data.setPointer(new (getASTContext()) DefinitionData()); in allocateDefinitionData() 628 Data.setPointer(nullptr); in startDuplicateDefinitionForComparison() 2024 Data.setPointer(new (getASTContext()) DefinitionData); in allocateDefinitionData() 2038 Data.setPointer(nullptr); in startDuplicateDefinitionForComparison()
|
| H A D | APValue.cpp | 149 BaseOrMember.setPointer(D->getCanonicalDecl()); in LValuePathEntry() 1097 MPD->MemberAndIsDerivedMember.setPointer( in setMemberPointerUninit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DependencyTracker.h | 140 RootCU.setPointer(RootEntry.CU); in LiveRootWorklistItemTy() 147 RootCU.setPointer(RootEntry.CU); in LiveRootWorklistItemTy()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGValue.h | 91 ER.V1.setPointer(V); in get() 98 ER.V1.setPointer(V1); in getComplex() 99 ER.V2.setPointer(V2); in getComplex() 112 ER.V1.setPointer(addr.getPointer()); 117 ER.V2.setPointer(reinterpret_cast<llvm::Value*>(align << AggAlignShift));
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_node_base.h | 40 void setPrev(ilist_node_base *Prev) { PrevAndSentinel.setPointer(Prev); } in setPrev()
|
| H A D | fallible_iterator.h | 206 ErrState.setPointer(nullptr); in handleError()
|
| H A D | PointerIntPair.h | 98 void setPointer(PointerTy PtrVal) & { in setPointer() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | EvaluationResult.h | 64 void setPointer(const Pointer P) { in setPointer() function
|
| H A D | EvalEmitter.cpp | 122 EvalResult.setPointer(S.Stk.pop<Pointer>()); in emitRet()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetCallingConv.h | 142 void setPointer() { IsPointer = 1; } in setPointer() function
|
| H A D | ScheduleDAG.h | 483 inline void SDep::setSUnit(SUnit *SU) { Dep.setPointer(SU); } in setSUnit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 111 Info.setPointer(new AlignedMap(*ArgPtr)); in FunctionInfo() 121 Info.setPointer(new AlignedMap(*RHSPtr)); in operator =() 184 Info.setPointer(P); in addModRefInfoForGlobal()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Support/ |
| H A D | BumpVector.h | 42 Other.Alloc.setPointer(nullptr); in BumpVectorContext()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ScopeInfo.cpp | 127 Base.setPointer(PropE->getClassReceiver()); in WeakObjectProfileTy()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ValueHandle.h | 125 void setPrevPtr(ValueHandleBase **Ptr) { PrevPair.setPointer(Ptr); } in setPrevPtr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1854 D->AnonOrFirstNamespaceAndFlags.setPointer(D->getFirstDecl()); in VisitNamespaceDecl() 1893 D->FirstUsingShadow.setPointer(readDeclAs<UsingShadowDecl>()); in VisitUsingDecl() 1905 D->FirstUsingShadow.setPointer(readDeclAs<UsingShadowDecl>()); in VisitUsingEnumDecl() 2576 D->InstantiatedFromMember.setPointer( in VisitClassTemplatePartialSpecializationDecl() 2675 D->InstantiatedFromMember.setPointer( in VisitVarTemplatePartialSpecializationDecl() 2749 D->AssertExprAndFailed.setPointer(Record.readExpr()); in VisitStaticAssertDecl() 2977 Namespace->AnonOrFirstNamespaceAndFlags.setPointer( in mergeRedeclarable()
|