reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/FunctionExtras.h
  124   bool isInlineStorage() const { return CallbackAndInlineFlag.getInt(); }
include/llvm/ADT/IntervalMap.h
  512   unsigned size() const { return pip.getInt() + 1; }
include/llvm/ADT/PointerUnion.h
  188     return this->Val.getInt() == Index;
include/llvm/ADT/fallible_iterator.h
  204   bool isValid() const { return !ErrState.getInt(); }
include/llvm/ADT/ilist_node_base.h
   45   bool isSentinel() const { return PrevAndSentinel.getInt(); }
include/llvm/Analysis/LazyCallGraph.h
 1220   return Value.getInt();
include/llvm/Analysis/PtrUseVisitor.h
   75     bool isAborted() const { return AbortedInfo.getInt(); }
   78     bool isEscaped() const { return EscapedInfo.getInt(); }
  237       IsOffsetKnown = ToVisit.UseAndIsOffsetKnown.getInt();
include/llvm/Analysis/RegionInfo.h
  189   inline bool isSubRegion() const { return entry.getInt(); }
include/llvm/Analysis/RegionIterator.h
   71     assert(Node.getInt() == ItRgBegin && "Cannot advance region successor!");
   78   bool isRegionMode() const { return Node.getInt() != ItBB; }
   91     assert(Node.getInt() == ItRgBegin && "Cannot get the region successor!");
  125       return Node.getInt() == x.Node.getInt();
  125       return Node.getInt() == x.Node.getInt();
include/llvm/Analysis/ScalarEvolution.h
 1287     bool isComplete() const { return MaxAndComplete.getInt(); }
include/llvm/CodeGen/DIE.h
  503     return Next.getInt() ? nullptr : Next.getPointer();
  516     assert(N.Next.getInt() == true && "Expected unlinked node");
  527     assert(N.Next.getInt() == true && "Expected unlinked node");
include/llvm/CodeGen/DbgEntityHistoryCalculator.h
   62     EntryKind getEntryKind() const { return Instr.getInt(); }
include/llvm/CodeGen/DwarfStringPoolEntry.h
   51   bool isIndexed() const { return MapEntryAndIndexed.getInt(); }
include/llvm/CodeGen/ScheduleDAG.h
  468     switch (Dep.getInt()) {
  486   inline SDep::Kind SDep::getKind() const { return Dep.getInt(); }
include/llvm/CodeGen/ScheduleDAGInstrs.h
  113     bool mayAlias() const { return getInt(); }
include/llvm/CodeGen/SlotIndexes.h
  130       return static_cast<Slot>(lie.getInt());
include/llvm/IR/CallSite.h
   87   bool isCall() const { return I.getInt() == 1; }
   91   bool isInvoke() const { return getInstruction() && I.getInt() == 0; }
   94   bool isCallBr() const { return I.getInt() == 2; }
include/llvm/IR/ModuleSummaryIndex.h
  192   bool haveGVs() const { return RefAndFlags.getInt() & HaveGV; }
  195     return RefAndFlags.getInt() & ReadOnly;
  199     return RefAndFlags.getInt() & WriteOnly;
  203     return RefAndFlags.getInt() & (ReadOnly | WriteOnly);
  207     return (RefAndFlags.getInt() & BadAccessMask) != BadAccessMask;
  213     RefAndFlags.setInt(RefAndFlags.getInt() | ReadOnly);
  217     RefAndFlags.setInt(RefAndFlags.getInt() | WriteOnly);
include/llvm/IR/ValueHandle.h
   40       : ValueHandleBase(RHS.PrevPair.getInt(), RHS) {}
  120   HandleBaseKind getKind() const { return PrevPair.getInt(); }
include/llvm/MC/MCSymbol.h
  191     assert(FragmentAndHasName.getInt() && "Name is required");
  205     if (!FragmentAndHasName.getInt())
include/llvm/Support/CFGUpdate.h
   37   UpdateKind getKind() const { return ToAndKind.getInt(); }
include/llvm/Support/GenericDomTreeConstruction.h
  143         const UpdateKind UK = ChildAndKind.getInt();
 1239            FS.back().getInt() == CurrentUpdate.getKind());
 1245            FP.back().getInt() == CurrentUpdate.getKind());
include/llvm/TableGen/Record.h
 1412   bool getPrefix() const { return TyAndPrefix.getInt(); }
lib/Analysis/GlobalsModRef.cpp
  110       : Info(nullptr, Arg.Info.getInt()) {
  115       : Info(Arg.Info.getPointer(), Arg.Info.getInt()) {
  120     Info.setPointerAndInt(nullptr, RHS.Info.getInt());
  127     Info.setPointerAndInt(RHS.Info.getPointer(), RHS.Info.getInt());
  142     return globalClearMayReadAnyGlobal(Info.getInt());
  147     Info.setInt(Info.getInt() | static_cast<int>(setMust(NewMRI)));
  152   bool mayReadAnyGlobal() const { return Info.getInt() & MayReadAnyGlobal; }
  155   void setMayReadAnyGlobal() { Info.setInt(Info.getInt() | MayReadAnyGlobal); }
lib/Analysis/LoopAccessAnalysis.cpp
  687   bool IsWrite = Access.getInt();
  829                 (A.getInt() ? "write" : (ReadOnlyPtr.count(A.getPointer()) ?
  866           bool IsWrite = AC.getInt();
 1449   bool AIsWrite = A.getInt();
 1450   bool BIsWrite = B.getInt();
 1657       bool AIIsWrite = AI->getInt();
lib/Analysis/MemDepPrinter.cpp
  145       DepType type = I.first.getInt();
lib/Analysis/ScalarEvolution.cpp
11648       return V.getInt();
11755       return V.getInt();
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  738     bool visitedAllDependencies = Item.getInt();
lib/CodeGen/CodeGenPrepare.cpp
 3596       if (It->second.getInt() == ExtTy)
 3616     if (It != PromotedInsts.end() && It->second.getInt() == ExtTy)
lib/CodeGen/SplitKit.cpp
 1162       if (VFP.getInt()) {
lib/IR/Use.cpp
   43   return ref->getInt() ? ref->getPointer()
   97     unsigned Tag = (Current++)->Prev.getInt();
  107         unsigned Tag = Current->Prev.getInt();
lib/Target/ARM/ARMAsmPrinter.cpp
  498   if (MCSym.getInt())
lib/Target/PowerPC/PPCAsmPrinter.cpp
 1695         if (MCSym.getInt())
lib/Target/X86/X86AsmPrinter.cpp
  641   if (MCSym.getInt())
lib/Transforms/IPO/CalledValuePropagation.cpp
  123     switch (Key.getInt()) {
  204     if (Key.getInt() == IPOGrouping::Register)
  206     else if (Key.getInt() == IPOGrouping::Memory)
  208     else if (Key.getInt() == IPOGrouping::Return)
lib/Transforms/Scalar/GVN.cpp
  210   bool isSimpleValue() const { return Val.getInt() == SimpleVal; }
  211   bool isCoercedLoadValue() const { return Val.getInt() == LoadVal; }
  212   bool isMemIntrinValue() const { return Val.getInt() == MemIntrin; }
  213   bool isUndefValue() const { return Val.getInt() == UndefVal; }
lib/Transforms/Scalar/NewGVN.cpp
 3939           bool FromStore = VD.Def.getInt();
lib/Transforms/Scalar/SCCP.cpp
  103     return Val.getInt();
lib/Transforms/Scalar/SROA.cpp
  179   bool isSplittable() const { return UseAndIsSplittable.getInt(); }
tools/clang/include/clang/AST/ASTContext.h
  172     bool canThrow() const { return ExprAndFlag.getInt(); }
tools/clang/include/clang/AST/ASTVector.h
   47   bool getTag() const { return Capacity.getInt(); }
tools/clang/include/clang/AST/Decl.h
  585     return AnonOrFirstNamespaceAndInline.getInt();
 2757         InitStorage.getInt()
 2784     InitStorageKind storageKind = InitStorage.getInt();
 2824     return InitStorage.getInt() == ISK_CapturedVLAType;
 3077     if (MaybeModedTInfo.getInt())
 3078       return MaybeModedTInfo.getInt() & 0x2;
 3989     bool isByRef() const { return VariableAndFlags.getInt() & flag_isByRef; }
 4001     bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; }
tools/clang/include/clang/AST/DeclBase.h
  787     return NextInContextAndBits.getInt();
tools/clang/include/clang/AST/DeclCXX.h
 1800   ExplicitSpecKind getKind() const { return ExplicitSpec.getInt(); }
 1806     return ExplicitSpec.getInt() != ExplicitSpecKind::ResolvedFalse ||
 1815     return ExplicitSpec.getInt() == ExplicitSpecKind::ResolvedTrue;
 1820     return ExplicitSpec.getInt() == ExplicitSpecKind::Unresolved &&
 3330   bool hasTypename() const { return FirstUsingShadow.getInt(); }
 3698   bool isFailed() const { return AssertExprAndFailed.getInt(); }
tools/clang/include/clang/AST/DeclContextInternals.h
   83     return getAsVectorAndHasExternal().getInt();
tools/clang/include/clang/AST/DeclTemplate.h
  497     return Function.getInt();
  518     return (TemplateSpecializationKind)(Template.getInt() + 1);
  630     return (TemplateSpecializationKind)(MemberAndTSK.getInt() + 1);
  873     return getCommonPtr()->InstantiatedFromMember.getInt();
 2039     return First->InstantiatedFromMember.getInt();
 2872     return First->InstantiatedFromMember.getInt();
tools/clang/include/clang/AST/Expr.h
 3082   bool isFileScope() const { return TInfoAndScope.getInt(); }
 4239   bool isMicrosoftABI() const { return TInfo.getInt(); }
 4527   bool isSemanticForm() const { return AltForm.getInt(); }
 4532     return !AltForm.getInt() || !AltForm.getPointer();
tools/clang/include/clang/AST/ExprCXX.h
 4938     return NamedConcept.getInt();
tools/clang/include/clang/AST/ExprObjC.h
  704   bool isImplicitProperty() const { return PropertyOrGetter.getInt(); }
  705   bool isExplicitProperty() const { return !PropertyOrGetter.getInt(); }
  738     return SetterAndMethodRefFlags.getInt() & MethodRef_Getter;
  745     return SetterAndMethodRefFlags.getInt() & MethodRef_Setter;
  834     unsigned f = SetterAndMethodRefFlags.getInt();
tools/clang/include/clang/AST/GlobalDecl.h
   71     CanonGD.Value.setInt(Value.getInt());
   81     return static_cast<CXXCtorType>(Value.getInt());
   86     return static_cast<CXXDtorType>(Value.getInt());
   93     return static_cast<DynamicInitKind>(Value.getInt());
tools/clang/include/clang/AST/LambdaCapture.h
   84           (DeclAndBits.getInt() & Capture_This);
   96            !(DeclAndBits.getInt() & Capture_This);
  112     return DeclAndBits.getInt() & Capture_Implicit;
tools/clang/include/clang/AST/NestedNameSpecifier.h
  175     if (Prefix.getInt() == StoredIdentifier)
  195     if (Prefix.getInt() == StoredTypeSpec ||
  196         Prefix.getInt() == StoredTypeSpecWithTemplate)
tools/clang/include/clang/AST/RecordLayout.h
  228     return CXXInfo->PrimaryBase.getInt();
tools/clang/include/clang/AST/RecursiveASTVisitor.h
  642     bool Visited = CurrSAndVisited.getInt();
tools/clang/include/clang/AST/TemplateName.h
  412   bool hasTemplateKeyword() const { return Qualifier.getInt(); }
  501   bool isIdentifier() const { return !Qualifier.getInt(); }
  511   bool isOverloadedOperator() const { return Qualifier.getInt(); }
tools/clang/include/clang/AST/Type.h
  670   unsigned getLocalFastQualifiers() const { return Value.getInt(); }
  842     Value.setInt(Value.getInt() | TQs);
  853     Value.setInt(Value.getInt() & ~Mask);
 5743     if (!CachedSuperClassType.getInt())
 5746     assert(CachedSuperClassType.getInt() && "Superclass not set?");
tools/clang/include/clang/AST/VTTBuilder.h
   53     return BaseAndIsVirtual.getInt();
tools/clang/include/clang/Analysis/CFG.h
  119     unsigned x = Data2.getInt();
  121     x |= Data1.getInt();
  537   Kind getKind() const { return static_cast<Kind>(Data.getInt()); }
  835       Kind K = (Kind) UnreachableBlock.getInt();
tools/clang/include/clang/Analysis/ProgramPoint.h
  161     unsigned x = Tag.getInt();
  163     x |= L.getInt();
  165     x |= Data2.getInt();
tools/clang/include/clang/Analysis/Support/BumpVector.h
   51     if (Alloc.getInt())
tools/clang/include/clang/Basic/SourceManager.h
  222       return Buffer.getInt() & InvalidFlag;
  227       return (Buffer.getInt() & DoNotFreeFlag) == 0;
  300       return ContentAndKind.getInt();
tools/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
  285     bool foundDirectives() const { return Data.getInt(); }
tools/clang/include/clang/Lex/MacroInfo.h
  589   bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); }
tools/clang/include/clang/Lex/ModuleLoader.h
   61   bool isMissingExpected() const { return Storage.getInt() == MissingExpected; }
   65   bool isConfigMismatch() const { return Storage.getInt() == ConfigMismatch; }
tools/clang/include/clang/Lex/ModuleMap.h
  168     ModuleHeaderRole getRole() const { return Storage.getInt(); }
tools/clang/include/clang/Sema/ObjCMethodList.h
   40   unsigned getBits() const { return NextAndExtraBits.getInt(); }
   52     return MethodAndHasMoreThanOneDecl.getInt();
tools/clang/include/clang/Sema/Scope.h
  473     if (NRVO.getInt())
tools/clang/include/clang/Sema/ScopeInfo.h
  287       return Base.getInt();
  335     bool isUnsafe() const { return Rep.getInt(); }
tools/clang/include/clang/Sema/Sema.h
 1132     Kind getKind() const { return static_cast<Kind>(Pair.getInt()); }
tools/clang/include/clang/Serialization/Module.h
   95   bool isOverridden() const { return Val.getInt() == Overridden; }
   96   bool isOutOfDate() const { return Val.getInt() == OutOfDate; }
   97   bool isNotFound() const { return Val.getInt() == NotFound; }
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  804     return DtorDataTy::getFromOpaqueValue(Data).getInt();
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
 1169   bool isVirtual() const { return Data.getInt(); }
tools/clang/lib/AST/APValue.cpp
  809   return MPD.MemberAndIsDerivedMember.getInt();
tools/clang/lib/AST/Decl.cpp
 4027   assert(InitStorage.getInt() == ISK_NoInit &&
 4670 bool CapturedDecl::isNothrow() const { return BodyAndNothrow.getInt(); }
 4881   if (!ImportedAndComplete.getInt())
 4890   if (!ImportedAndComplete.getInt())
tools/clang/lib/AST/DeclBase.cpp
 1940   StoredDeclsMap::DestroyAll(LastSDM.getPointer(), LastSDM.getInt());
 1954     Dependent = Next.getInt();
tools/clang/lib/AST/ExprCXX.cpp
 1165   bool CapByCopy = DeclAndBits.getInt() & Capture_ByCopy;
tools/clang/lib/AST/ExprConstant.cpp
  135     return E.getAsBaseOrMember().getInt();
  641     bool isLifetimeExtended() const { return Value.getInt(); }
 1636       return DeclAndIsDerivedMember.getInt();
tools/clang/lib/AST/NestedNameSpecifier.cpp
  146   switch (Prefix.getInt()) {
  169   if (Prefix.getInt() == StoredDecl)
  177   if (Prefix.getInt() == StoredDecl)
  185   switch (Prefix.getInt()) {
tools/clang/lib/AST/Stmt.cpp
 1191   return VarAndKind.getInt();
 1307   return CapDeclAndKind.getInt();
tools/clang/lib/Analysis/ThreadSafety.cpp
  931       if ((UnderlyingMutex.getInt() == UCK_Acquired && Entry) ||
  932           (UnderlyingMutex.getInt() != UCK_Acquired && !Entry)) {
  948       if (UnderlyingMutex.getInt() == UCK_Acquired)
  967       if (UnderlyingMutex.getInt() == UCK_Acquired) {
  970         LockKind kind = UnderlyingMutex.getInt() == UCK_ReleasedShared
tools/clang/lib/Basic/Module.cpp
  355     if (!Exports[I].getInt()) {
  532       if (Exports[I].getInt())
tools/clang/lib/Basic/SourceManager.cpp
  155     Buffer.setInt(Buffer.getInt() | InvalidFlag);
  189     Buffer.setInt(Buffer.getInt() | InvalidFlag);
  207     Buffer.setInt(Buffer.getInt() | InvalidFlag);
  221     Buffer.setInt(Buffer.getInt() | InvalidFlag);
tools/clang/lib/CodeGen/CGCall.h
  382     bool isVolatile() const { return Value.getInt() & IS_VOLATILE; }
  384     bool isUnused() const { return Value.getInt() & IS_UNUSED; }
tools/clang/lib/CodeGen/CGObjC.cpp
  536       if (ter.getInt()) retainSelf = false;
 3184       if (subresult.getInt()) {
 3231   if (!result.getInt())
 3250   if (!result.getInt())
 3266   if (result.getInt())
 3283     doRetain = !subresult.getInt();
 3404   bool hasImmediateRetain = result.getInt();
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 5078   if (Data.Priority.getInt())
 5085           : CGF.Builder.getInt32(Data.Final.getInt() ? FinalFlag : 0);
 5166   if (Data.Priority.getInt()) {
 5445                          ? Data.Schedule.getInt() ? NumTasks : Grainsize
tools/clang/lib/CodeGen/CGValue.h
   51   bool isScalar() const { return V1.getInt() == Scalar; }
   52   bool isComplex() const { return V1.getInt() == Complex; }
   53   bool isAggregate() const { return V1.getInt() == Aggregate; }
   55   bool isVolatileQualified() const { return V2.getInt(); }
tools/clang/lib/CodeGen/CodeGenFunction.h
 3544     bool isReference() const { return ValueAndIsReference.getInt(); }
 4389   if (!value.getInt()) return value.getPointer();
tools/clang/lib/Lex/ModuleMap.cpp
 1272     if (Export.getPointer() || Export.getInt())
tools/clang/lib/Parse/ParseOpenMP.cpp
 1292                                                 !FirstClauses[CKind].getInt());
 1338                                             !FirstClauses[CKind].getInt());
 1646                                                 !FirstClauses[CKind].getInt());
 1808           ParseOpenMPClause(DKind, CKind, !FirstClauses[CKind].getInt());
 1828     if (DKind == OMPD_ordered && FirstClauses[OMPC_depend].getInt()) {
tools/clang/lib/Parse/ParseTemplate.cpp
 1468     bool shouldPushDC() { return Pair.getInt(); }
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 1536       bool hasSelfInit = V.getInt();
tools/clang/lib/Sema/Scope.cpp
  130   if (NRVO.getInt())
  196   if (NRVO.getInt())
tools/clang/lib/Sema/SemaCodeComplete.cpp
 8286     if (!M->second.getInt())
tools/clang/lib/Sema/SemaInit.cpp
 7321   LifetimeKind LK = LR.getInt();
tools/clang/lib/Sema/SemaOpenMP.cpp
 1506       (!NotLastprivate || !I->getSecond().RefExpr.getInt()))
tools/clang/lib/Sema/SemaStmt.cpp
  850   bool CaseListIsIncomplete = getCurFunction()->SwitchStack.back().getInt();
tools/clang/lib/Serialization/ASTWriter.cpp
 2091         EmitModule(Data.Unresolved.getPointer(), Data.Unresolved.getInt());
 3043         Record.push_back(E.getInt());
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  896   FieldDecl::InitStorageKind ISK = D->InitStorage.getInt();
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1160   Record.push_back(E->SetterAndMethodRefFlags.getInt());
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1078   return static_cast<ObjCMessageKind>(Info.getInt());
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
   71   bool isDirect() const { return P.getInt() & Direct; }
   72   bool hasSymbolicOffset() const { return P.getInt() & Symbolic; }
  644         Ptr.getInt());
tools/dsymutil/DwarfLinker.cpp
  325           PtrInvalidPair.getInt() ? nullptr : PtrInvalidPair.getPointer();
tools/llvm-readobj/ELFDumper.cpp
  266     bool isVerdef() const { return !isNull() && getInt() == 0; }
  267     bool isVernaux() const { return !isNull() && getInt() == 1; }
unittests/ADT/PointerIntPairTest.cpp
   24   EXPECT_EQ(1U, Pair.getInt());
   28   EXPECT_EQ(2U, Pair.getInt());
   32   EXPECT_EQ(2U, Pair.getInt());
   36   EXPECT_EQ(3U, Pair.getInt());
   51   EXPECT_EQ(E::Case1, Pair2.getInt());
   55   EXPECT_EQ(E::Case2, Pair2.getInt());
   59   EXPECT_EQ(E::Case2, Pair2.getInt());
   63   EXPECT_EQ(E::Case3, Pair2.getInt());
   72   EXPECT_EQ(0U, Pair.getInt());
   94   EXPECT_FALSE(pair.getInt());
   98   EXPECT_TRUE(pair.getInt());
unittests/Analysis/SparsePropagation.cpp
   69   bool isConstant() const { return LatticeVal.getInt() == ConstantVal; }
   73   bool isOverdefined() const { return LatticeVal.getInt() == OverdefinedVal; }
  113     if (Key.getInt() == IPOGrouping::Register)