| /llvm-project-15.0.7/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 | 808 PropertyOrGetter.setPointer(D); in setExplicitProperty() 810 SetterAndMethodRefFlags.setPointer(nullptr); in setExplicitProperty() 816 PropertyOrGetter.setPointer(Getter); in setImplicitProperty() 818 SetterAndMethodRefFlags.setPointer(Setter); in setImplicitProperty()
|
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | PointerIntPairTest.cpp | 30 Pair.setPointer(nullptr); in TEST() 57 Pair2.setPointer(nullptr); in TEST()
|
| /llvm-project-15.0.7/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 | 1344 PrevDecl->NextInContextAndBits.setPointer(D); in BuildDeclChain() 1395 ExternalLast->NextInContextAndBits.setPointer(FirstDecl); in LoadLexicalDeclsFromExternalStorage() 1512 I->NextInContextAndBits.setPointer(D->NextInContextAndBits.getPointer()); in removeDecl() 1520 D->NextInContextAndBits.setPointer(nullptr); in removeDecl() 1558 LastDecl->NextInContextAndBits.setPointer(D); in addHiddenDecl() 1983 LastSDM.setPointer(nullptr); in ReleaseDeclContextMaps()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSymbol.h | 270 FragmentAndHasName.setPointer(F); in setFragment() 274 void setUndefined() { FragmentAndHasName.setPointer(nullptr); } in setUndefined() 397 FragmentAndHasName.setPointer(Fragment);
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Region.cpp | 197 block->parentValidOpOrderPair.setPointer(getParentRegion()); in addNodeToList() 204 block->parentValidOpOrderPair.setPointer(nullptr); in removeNodeFromList() 219 first->parentValidOpOrderPair.setPointer(curParent); in transferNodesFromList()
|
| H A D | Dominance.cpp | 57 entry.setPointer(domTree); in getDominanceInfo() 67 entry.setPointer(domTree); in getDominanceInfo()
|
| H A D | OperationSupport.cpp | 59 dictionarySorted.setPointer(DictionaryAttr::getWithSorted(context, attrs)); in getDictionary() 77 dictionarySorted.setPointer(nullptr); in push_back() 117 dictionarySorted.setPointer(nullptr); in set() 127 dictionarySorted.setPointer(nullptr); in set() 141 dictionarySorted.setPointer(nullptr); in eraseImpl()
|
| /llvm-project-15.0.7/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));
|
| /llvm-project-15.0.7/mlir/include/mlir/Conversion/OpenACCToLLVM/ |
| H A D | ConvertOpenACCToLLVM.h | 61 void setPointer(OpBuilder &builder, Location loc, Value ptr);
|
| /llvm-project-15.0.7/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 | 64 void setPointer(PointerTy PtrVal) & { in setPointer() function
|
| /llvm-project-15.0.7/mlir/lib/Conversion/OpenACCToLLVM/ |
| H A D | OpenACCToLLVM.cpp | 62 void DataDescriptor::setPointer(OpBuilder &builder, Location loc, Value ptr) { in setPointer() function in DataDescriptor 121 descr.setPointer(builder, loc, dataPtr); in matchAndRewrite()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetCallingConv.h | 142 void setPointer() { IsPointer = 1; } in setPointer() function
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | GlobalCompilationDatabase.cpp | 675 SearchPaths[I].setPointer(&Dirs[*Parent.Opts.CompileCommandsDir]); in filter() 688 SearchPaths[I].setPointer(addParents(AllFiles[I])); in filter() 691 SearchPaths[I].setPointer(&Dirs[*Spec.FixedCDBPath]); in filter()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 115 Info.setPointer(new AlignedMap(*ArgPtr)); in FunctionInfo() 125 Info.setPointer(new AlignedMap(*RHSPtr)); in operator =() 190 Info.setPointer(P); in addModRefInfoForGlobal()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Support/ |
| H A D | BumpVector.h | 42 Other.Alloc.setPointer(nullptr); in BumpVectorContext()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | ScopeInfo.cpp | 125 Base.setPointer(PropE->getClassReceiver()); in WeakObjectProfileTy()
|