| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | PtrUseVisitor.h | 68 AbortedInfo.setInt(false); in reset() 70 EscapedInfo.setInt(false); in reset() 92 AbortedInfo.setInt(true); 99 EscapedInfo.setInt(true);
|
| H A D | RegionIterator.h | 77 Node.setInt(ItRgEnd); in advanceRegionSucc()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclContextInternals.h | 94 RHS.Data.setInt(0); in StoredDeclsList() 118 RHS.Data.setInt(0); 146 Data.setInt(1); in setHasExternalDecls() 159 Data.setInt(0); in removeExternalDecls() 175 Data.setInt(0); in replaceExternalDecls()
|
| H A D | GlobalDecl.h | 96 CanonGD.Value.setInt(Value.getInt()); in getCanonicalDecl() 167 Result.Value.setInt(Type); in getWithCtorType() 174 Result.Value.setInt(Type); in getWithDtorType() 194 Result.Value.setInt(unsigned(Kind)); in getWithKernelReferenceKind()
|
| H A D | ASTVector.h | 48 void setTag(bool B) { Capacity.setInt(B); } in setTag() 57 O.Capacity.setInt(false); in ASTVector()
|
| H A D | ExprObjC.h | 809 PropertyOrGetter.setInt(false); in setExplicitProperty() 811 SetterAndMethodRefFlags.setInt(methRefFlags); in setExplicitProperty() 817 PropertyOrGetter.setInt(true); in setImplicitProperty() 819 SetterAndMethodRefFlags.setInt(methRefFlags); in setImplicitProperty() 835 SetterAndMethodRefFlags.setInt(f); in setMethodRefFlag()
|
| H A D | APValue.h | 311 MakeInt(); setInt(std::move(I)); 580 void setInt(APSInt I) {
|
| H A D | DeclTemplate.h | 549 Template.setInt(TSK - 1); in setTemplateSpecializationKind() 653 MemberAndTSK.setInt(TSK - 1); in setTemplateSpecializationKind() 893 getCommonPtr()->InstantiatedFromMember.setInt(true); in setMemberSpecialization() 2214 return First->InstantiatedFromMember.setInt(true); 3055 return First->InstantiatedFromMember.setInt(true);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ObjCMethodList.h | 48 void setBits(unsigned B) { NextAndExtraBits.setInt(B); } in setBits() 61 return MethodAndHasMoreThanOneDecl.setInt(B); in setHasMoreThanOneDecl()
|
| H A D | ScopeInfo.h | 346 void markSafe() { Rep.setInt(false); } in markSafe() 1032 Result.Base.setInt(true); in getSentinel()
|
| H A D | Scope.h | 520 NRVO.setInt(true); in setNoNRVO()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGValue.h | 89 ER.V1.setInt(Scalar); in get() 90 ER.V2.setInt(false); in get() 97 ER.V1.setInt(Complex); in getComplex() 98 ER.V2.setInt(false); in getComplex() 110 ER.V1.setInt(Aggregate); 114 ER.V2.setInt(isVolatile);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 66 Mockup.Prefix.setInt(StoredIdentifier); in Create() 82 Mockup.Prefix.setInt(StoredDecl); in Create() 98 Mockup.Prefix.setInt(StoredDecl); in Create() 110 Mockup.Prefix.setInt(Template? StoredTypeSpecWithTemplate : StoredTypeSpec); in Create() 120 Mockup.Prefix.setInt(StoredIdentifier); in Create() 138 Mockup.Prefix.setInt(StoredDecl); in SuperSpecifier()
|
| H A D | RecordLayout.cpp | 64 CXXInfo->PrimaryBase.setInt(IsPrimaryBaseVirtual); in ASTRecordLayout()
|
| H A D | DeclObjC.cpp | 1502 Result->Data.setInt(!C.getLangOpts().Modules); in Create() 1512 Result->Data.setInt(!C.getLangOpts().Modules); in CreateDeserialized() 1898 Result->Data.setInt(!C.getLangOpts().Modules); in Create() 1907 Result->Data.setInt(!C.getLangOpts().Modules); in CreateDeserialized()
|
| H A D | APValue.cpp | 319 setInt(RHS.getInt()); in APValue() 1022 MPD->MemberAndIsDerivedMember.setInt(IsDerivedMember); in setMemberPointerUninit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_node_base.h | 47 void initializeSentinel() { PrevAndSentinel.setInt(true); } in initializeSentinel()
|
| H A D | fallible_iterator.h | 207 ErrState.setInt(true); in handleError()
|
| H A D | PointerIntPair.h | 67 void setInt(IntType IntVal) LLVM_LVALUE_FUNCTION { in setInt() function
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleFile.h | 89 File.Val.setInt(NotFound); in getNotFound()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Support/ |
| H A D | BumpVector.h | 41 Other.Alloc.setInt(false); in BumpVectorContext()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSymbol.h | 162 FragmentAndHasName.setInt(!!Name); in MCSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 176 RefAndFlags.setInt(HaveGVs); in ValueInfo() 217 RefAndFlags.setInt(RefAndFlags.getInt() | ReadOnly); in setReadOnly() 221 RefAndFlags.setInt(RefAndFlags.getInt() | WriteOnly); in setWriteOnly()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 150 Info.setInt(Info.getInt() | static_cast<int>(setMust(NewMRI))); in addModRefInfo() 158 void setMayReadAnyGlobal() { Info.setInt(Info.getInt() | MayReadAnyGlobal); } in setMayReadAnyGlobal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 197 Res.Val.setInt(SimpleVal); in get() 205 Res.Val.setInt(MemIntrin); in getMI() 213 Res.Val.setInt(LoadVal); in getLoad() 221 Res.Val.setInt(UndefVal); in getUndef()
|