|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/IntervalMap.h 515 void setSize(unsigned n) { pip.setInt(n - 1); }
include/llvm/ADT/fallible_iterator.h 209 ErrState.setInt(true);
include/llvm/ADT/ilist_node_base.h 47 void initializeSentinel() { PrevAndSentinel.setInt(true); }
include/llvm/Analysis/LazyCallGraph.h 173 void setKind(Kind K) { Value.setInt(K); }
include/llvm/Analysis/PtrUseVisitor.h 69 AbortedInfo.setInt(false);
71 EscapedInfo.setInt(false);
93 AbortedInfo.setInt(true);
100 EscapedInfo.setInt(true);
include/llvm/Analysis/RegionIterator.h 72 Node.setInt(ItRgEnd);
include/llvm/IR/ModuleSummaryIndex.h 172 RefAndFlags.setInt(HaveGVs);
213 RefAndFlags.setInt(RefAndFlags.getInt() | ReadOnly);
217 RefAndFlags.setInt(RefAndFlags.getInt() | WriteOnly);
include/llvm/IR/Use.h 101 Use(PrevPtrTag tag) { Prev.setInt(tag); }
include/llvm/MC/MCSymbol.h 160 FragmentAndHasName.setInt(!!Name);
lib/Analysis/GlobalsModRef.cpp 147 Info.setInt(Info.getInt() | static_cast<int>(setMust(NewMRI)));
155 void setMayReadAnyGlobal() { Info.setInt(Info.getInt() | MayReadAnyGlobal); }
lib/Analysis/ScalarEvolution.cpp11655 V.setInt(D);
11762 V.setInt(D);
lib/CodeGen/SplitKit.cpp 500 VFP.setInt(true);
lib/Transforms/Scalar/GVN.cpp 181 Res.Val.setInt(SimpleVal);
189 Res.Val.setInt(MemIntrin);
197 Res.Val.setInt(LoadVal);
205 Res.Val.setInt(UndefVal);
lib/Transforms/Scalar/NewGVN.cpp 3582 VDDef.Def.setInt(true);
3597 VDDef.Def.setInt(false);
lib/Transforms/Scalar/SCCP.cpp 127 Val.setInt(overdefined);
139 Val.setInt(constant);
151 Val.setInt(overdefined);
174 Val.setInt(forcedconstant);
lib/Transforms/Scalar/SROA.cpp 180 void makeUnsplittable() { UseAndIsSplittable.setInt(false); }
tools/clang/include/clang/AST/ASTVector.h 48 void setTag(bool B) { Capacity.setInt(B); }
57 O.Capacity.setInt(false);
tools/clang/include/clang/AST/Decl.h 590 AnonOrFirstNamespaceAndInline.setInt(Inline);
tools/clang/include/clang/AST/DeclBase.h 796 NextInContextAndBits.setInt(MOK);
tools/clang/include/clang/AST/DeclCXX.h 1823 void setKind(ExplicitSpecKind Kind) { ExplicitSpec.setInt(Kind); }
3333 void setTypename(bool TN) { FirstUsingShadow.setInt(TN); }
tools/clang/include/clang/AST/DeclTemplate.h 537 Template.setInt(TSK - 1);
641 MemberAndTSK.setInt(TSK - 1);
880 getCommonPtr()->InstantiatedFromMember.setInt(true);
2047 return First->InstantiatedFromMember.setInt(true);
2880 return First->InstantiatedFromMember.setInt(true);
tools/clang/include/clang/AST/Expr.h 3083 void setFileScope(bool FS) { TInfoAndScope.setInt(FS); }
4240 void setIsMicrosoftABI(bool IsMS) { TInfo.setInt(IsMS); }
4540 AltForm.setInt(true);
4542 Init->AltForm.setInt(false);
tools/clang/include/clang/AST/ExprObjC.h 813 PropertyOrGetter.setInt(false);
815 SetterAndMethodRefFlags.setInt(methRefFlags);
821 PropertyOrGetter.setInt(true);
823 SetterAndMethodRefFlags.setInt(methRefFlags);
839 SetterAndMethodRefFlags.setInt(f);
tools/clang/include/clang/AST/GlobalDecl.h 71 CanonGD.Value.setInt(Value.getInt());
126 Result.Value.setInt(Type);
133 Result.Value.setInt(Type);
tools/clang/include/clang/AST/RecursiveASTVisitor.h 653 CurrSAndVisited.setInt(true);
tools/clang/include/clang/AST/Type.h 671 void setLocalFastQualifiers(unsigned Quals) { Value.setInt(Quals); }
842 Value.setInt(Value.getInt() | TQs);
850 void removeLocalFastQualifiers() { Value.setInt(0); }
853 Value.setInt(Value.getInt() & ~Mask);
tools/clang/include/clang/Analysis/Support/BumpVector.h 41 Other.Alloc.setInt(false);
tools/clang/include/clang/Basic/SourceManager.h 285 X.ContentAndKind.setInt(FileCharacter);
tools/clang/include/clang/Sema/ObjCMethodList.h 42 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
55 return MethodAndHasMoreThanOneDecl.setInt(B);
tools/clang/include/clang/Sema/Scope.h 484 NRVO.setInt(true);
tools/clang/include/clang/Sema/ScopeInfo.h 336 void markSafe() { Rep.setInt(false); }
1016 Result.Base.setInt(true);
tools/clang/include/clang/Sema/Sema.h 1133 void setKind(Kind K) { Pair.setInt(K); }
tools/clang/include/clang/Serialization/Module.h 90 File.Val.setInt(NotFound);
tools/clang/lib/AST/APValue.cpp 838 MPD->MemberAndIsDerivedMember.setInt(IsDerivedMember);
tools/clang/lib/AST/Decl.cpp 4671 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); }
4763 MaybeModedTInfo.setInt((isTransparent << 1) | 1);
tools/clang/lib/AST/DeclObjC.cpp 1466 Result->Data.setInt(!C.getLangOpts().Modules);
1476 Result->Data.setInt(!C.getLangOpts().Modules);
1862 Result->Data.setInt(!C.getLangOpts().Modules);
1871 Result->Data.setInt(!C.getLangOpts().Modules);
tools/clang/lib/AST/ExprCXX.cpp 1159 DeclAndBits.setInt(Bits);
tools/clang/lib/AST/ExprConstant.cpp 1650 DeclAndIsDerivedMember.setInt(V.isMemberPointerToDerivedMember());
1696 DeclAndIsDerivedMember.setInt(false);
1704 DeclAndIsDerivedMember.setInt(true);
tools/clang/lib/AST/NestedNameSpecifier.cpp 65 Mockup.Prefix.setInt(StoredIdentifier);
81 Mockup.Prefix.setInt(StoredDecl);
97 Mockup.Prefix.setInt(StoredDecl);
109 Mockup.Prefix.setInt(Template? StoredTypeSpecWithTemplate : StoredTypeSpec);
119 Mockup.Prefix.setInt(StoredIdentifier);
137 Mockup.Prefix.setInt(StoredDecl);
tools/clang/lib/AST/RecordLayout.cpp 68 CXXInfo->PrimaryBase.setInt(IsPrimaryBaseVirtual);
tools/clang/lib/AST/Stmt.cpp 1312 CapDeclAndKind.setInt(Kind);
tools/clang/lib/AST/Type.cpp 1541 CachedSuperClassType.setInt(true);
1548 CachedSuperClassType.setInt(true);
1554 CachedSuperClassType.setInt(true);
tools/clang/lib/Basic/SourceManager.cpp 88 Buffer.setInt(DoNotFree? DoNotFreeFlag : 0);
95 Buffer.setInt((B && DoNotFree) ? DoNotFreeFlag : 0);
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/CGObjC.cpp 3164 result.setInt(true);
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp 2890 Data.Final.setInt(CondConstant);
2895 Data.Final.setInt(/*IntVal=*/false);
2900 Data.Priority.setInt(/*IntVal=*/true);
3174 Data.Final.setInt(/*IntVal=*/false);
4987 Data.Schedule.setInt(/*IntVal=*/false);
4991 Data.Schedule.setInt(/*IntVal=*/true);
tools/clang/lib/CodeGen/CGValue.h 88 ER.V1.setInt(Scalar);
89 ER.V2.setInt(false);
96 ER.V1.setInt(Complex);
97 ER.V2.setInt(false);
109 ER.V1.setInt(Aggregate);
113 ER.V2.setInt(isVolatile);
tools/clang/lib/Parse/ParseOpenMP.cpp 1295 FirstClauses[CKind].setInt(true);
1341 FirstClauses[CKind].setInt(true);
1649 FirstClauses[CKind].setInt(true);
1809 FirstClauses[CKind].setInt(true);
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp 1527 getUses(vd).setInt(true);
tools/clang/lib/Sema/SemaOpenMP.cpp 1082 Data.RefExpr.setInt(/*IntVal=*/true);
tools/clang/lib/Sema/SemaStmt.cpp 488 getCurFunction()->SwitchStack.back().setInt(true);
tools/clang/lib/Serialization/ASTReaderDecl.cpp 1325 FD->InitStorage.setInt(ISK);
1958 D->ImportedAndComplete.setInt(Record.readInt());
2177 D->InstantiatedFromMember.setInt(Record.readInt());
2280 D->InstantiatedFromMember.setInt(Record.readInt());
2340 D->AssertExprAndFailed.setInt(Record.readInt());
tools/clang/lib/Serialization/ASTReaderStmt.cpp 515 I.VarAndKind.setInt(
752 E->NamedConcept.setInt(Record.readInt() == 1);
unittests/ADT/PointerIntPairTest.cpp 26 Pair.setInt(2);
53 Pair2.setInt(E::Case2);