/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | PtrUseVisitor.h | 61 AbortedInfo.setInt(false); in reset() 63 EscapedInfo.setInt(false); in reset() 85 AbortedInfo.setInt(true); 92 EscapedInfo.setInt(true);
|
H A D | RegionIterator.h | 77 Node.setInt(ItRgEnd); in advanceRegionSucc()
|
H A D | LazyCallGraph.h | 169 void setKind(Kind K) { Value.setInt(K); } in setKind()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclContextInternals.h | 105 RHS.Data.setInt(false); in StoredDeclsList() 129 RHS.Data.setInt(false); 157 Data.setInt(true); in setHasExternalDecls() 170 Data.setInt(false); in removeExternalDecls() 190 Data.setInt(false); in replaceExternalDecls()
|
H A D | GlobalDecl.h | 97 CanonGD.Value.setInt(Value.getInt()); in getCanonicalDecl() 176 Result.Value.setInt(Type); in getWithCtorType() 183 Result.Value.setInt(Type); in getWithDtorType() 203 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 | DeclTemplate.h | 545 Template.setInt(TSK - 1); in setTemplateSpecializationKind() 649 MemberAndTSK.setInt(TSK - 1); in setTemplateSpecializationKind() 868 getCommonPtr()->InstantiatedFromMember.setInt(true); in setMemberSpecialization() 2200 return First->InstantiatedFromMember.setInt(true); 2962 return First->InstantiatedFromMember.setInt(true);
|
/freebsd/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 | 363 void markSafe() { Rep.setInt(false); } in markSafe() 1082 Result.Base.setInt(true); in getSentinel()
|
/freebsd/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 | 1549 Result->Data.setInt(!C.getLangOpts().Modules); in Create() 1559 Result->Data.setInt(!C.getLangOpts().Modules); in CreateDeserialized() 1948 Result->Data.setInt(!C.getLangOpts().Modules); in Create() 1957 Result->Data.setInt(!C.getLangOpts().Modules); in CreateDeserialized()
|
H A D | APValue.cpp | 319 setInt(RHS.getInt()); in APValue() 1103 MPD->MemberAndIsDerivedMember.setInt(IsDerivedMember); in setMemberPointerUninit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ilist_node_base.h | 46 void initializeSentinel() { PrevAndSentinel.setInt(true); } in initializeSentinel()
|
H A D | fallible_iterator.h | 207 ErrState.setInt(true); in handleError()
|
H A D | PointerIntPair.h | 102 void setInt(IntType IntVal) & { in setInt() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleFile.h | 103 File.Val.setInt(NotFound); in getNotFound()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 41 Other.Alloc.setInt(false); in BumpVectorContext()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | Address.h | 238 Pointer.setInt(KnownNonNull); in setKnownNonNull()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | GlobalsModRef.cpp | 144 Info.setInt(Info.getInt() | static_cast<int>(NewMRI)); in addModRefInfo() 152 void setMayReadAnyGlobal() { Info.setInt(Info.getInt() | MayReadAnyGlobal); } in setMayReadAnyGlobal()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 188 RefAndFlags.setInt(HaveGVs); in ValueInfo() 229 RefAndFlags.setInt(RefAndFlags.getInt() | ReadOnly); in setReadOnly() 233 RefAndFlags.setInt(RefAndFlags.getInt() | WriteOnly); in setWriteOnly()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 601 Last->Next.setInt(true); in deleteNode()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 922 VRef.setInt(va_arg(args, int)); in __clang_Interpreter_SetValueNoAlloc()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1582 getUses(uses, vd).setInt(true); in handleSelfInit() 1583 getUses(constRefUses, vd).setInt(true); in handleSelfInit()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 328 X.ContentAndKind.setInt(FileCharacter); in get()
|