Home
last modified time | relevance | path

Searched refs:setInt (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h105 RHS.Data.setInt(false); in StoredDeclsList()
129 RHS.Data.setInt(false);
157 Data.setInt(true); in setHasExternalDecls()
170 Data.setInt(false); in removeExternalDecls()
189 Data.setInt(false); in replaceExternalDecls()
H A DGlobalDecl.h100 CanonGD.Value.setInt(Value.getInt()); in getCanonicalDecl()
181 Result.Value.setInt(Type); in getWithCtorType()
188 Result.Value.setInt(Type); in getWithDtorType()
208 Result.Value.setInt(unsigned(Kind)); in getWithKernelReferenceKind()
H A DASTVector.h48 void setTag(bool B) { Capacity.setInt(B); } in setTag()
57 O.Capacity.setInt(false); in ASTVector()
H A DExprObjC.h806 PropertyOrGetter.setInt(false); in setExplicitProperty()
808 SetterAndMethodRefFlags.setInt(methRefFlags); in setExplicitProperty()
814 PropertyOrGetter.setInt(true); in setImplicitProperty()
816 SetterAndMethodRefFlags.setInt(methRefFlags); in setImplicitProperty()
832 SetterAndMethodRefFlags.setInt(f); in setMethodRefFlag()
H A DAPValue.h328 MakeInt(); setInt(std::move(I));
654 void setInt(APSInt I) {
H A DDeclTemplate.h545 Template.setInt(TSK - 1); in setTemplateSpecializationKind()
647 MemberAndTSK.setInt(TSK - 1); in setTemplateSpecializationKind()
859 getCommonPtr()->InstantiatedFromMember.setInt(true); in setMemberSpecialization()
2229 return First->InstantiatedFromMember.setInt(true);
3000 return First->InstantiatedFromMember.setInt(true);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DObjCMethodList.h48 void setBits(unsigned B) { NextAndExtraBits.setInt(B); } in setBits()
61 return MethodAndHasMoreThanOneDecl.setInt(B); in setHasMoreThanOneDecl()
H A DScopeInfo.h363 void markSafe() { Rep.setInt(false); } in markSafe()
1085 Result.Base.setInt(true); in getSentinel()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp64 Mockup.Prefix.setInt(StoredIdentifier); in Create()
80 Mockup.Prefix.setInt(StoredDecl); in Create()
96 Mockup.Prefix.setInt(StoredDecl); in Create()
107 Mockup.Prefix.setInt(StoredTypeSpec); in Create()
117 Mockup.Prefix.setInt(StoredIdentifier); in Create()
135 Mockup.Prefix.setInt(StoredDecl); in SuperSpecifier()
H A DRecordLayout.cpp64 CXXInfo->PrimaryBase.setInt(IsPrimaryBaseVirtual); in ASTRecordLayout()
H A DASTConcept.cpp156 TypeConstraintInfo.setInt(Dependent ? true : false); in ReturnTypeRequirement()
H A DDeclObjC.cpp1546 Result->Data.setInt(!C.getLangOpts().Modules); in Create()
1556 Result->Data.setInt(!C.getLangOpts().Modules); in CreateDeserialized()
1945 Result->Data.setInt(!C.getLangOpts().Modules); in Create()
1954 Result->Data.setInt(!C.getLangOpts().Modules); in CreateDeserialized()
H A DAPValue.cpp320 setInt(RHS.getInt()); in APValue()
1108 MPD->MemberAndIsDerivedMember.setInt(IsDerivedMember); in setMemberPointerUninit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DWithCache.h49 Pointer.setInt(true); in calculateKnownBits()
H A DRegionIterator.h77 Node.setInt(ItRgEnd); in advanceRegionSucc()
H A DLazyCallGraph.h167 void setKind(Kind K) { Value.setInt(K); } in setKind()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node_base.h46 void initializeSentinel() { PrevAndSentinel.setInt(true); } in initializeSentinel()
H A Dfallible_iterator.h207 ErrState.setInt(true); in handleError()
H A DPointerIntPair.h102 void setInt(IntType IntVal) & { in setInt() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h109 File.Val.setInt(NotFound); in getNotFound()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h41 Other.Alloc.setInt(false); in BumpVectorContext()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h240 Pointer.setInt(KnownNonNull); in setKnownNonNull()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp144 Info.setInt(Info.getInt() | static_cast<int>(NewMRI)); in addModRefInfo()
152 void setMayReadAnyGlobal() { Info.setInt(Info.getInt() | MayReadAnyGlobal); } in setMayReadAnyGlobal()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp355 VRef.setInt(va_arg(args, int)); in __clang_Interpreter_SetValueNoAlloc()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h192 RefAndFlags.setInt(HaveGVs); in ValueInfo()
238 RefAndFlags.setInt(RefAndFlags.getInt() | ReadOnly); in setReadOnly()
242 RefAndFlags.setInt(RefAndFlags.getInt() | WriteOnly); in setWriteOnly()

123