Home
last modified time | relevance | path

Searched refs:getInt (Results 1 – 25 of 139) sorted by relevance

123456

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DLambdaCapture.h85 (DeclAndBits.getInt() & Capture_This); in capturesThis()
97 !(DeclAndBits.getInt() & Capture_This); in capturesVLAType()
113 return DeclAndBits.getInt() & Capture_Implicit; in isImplicit()
H A DGlobalDecl.h63 CanonGD.Value.setInt(Value.getInt()); in getCanonicalDecl()
73 return static_cast<CXXCtorType>(Value.getInt()); in getCtorType()
78 return static_cast<CXXDtorType>(Value.getInt()); in getDtorType()
H A DNestedNameSpecifier.h176 if (Prefix.getInt() == StoredIdentifier) in getAsIdentifier()
196 if (Prefix.getInt() == StoredTypeSpec || in getAsType()
197 Prefix.getInt() == StoredTypeSpecWithTemplate) in getAsType()
H A DTemplateName.h393 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword()
482 bool isIdentifier() const { return !Qualifier.getInt(); } in isIdentifier()
492 bool isOverloadedOperator() const { return Qualifier.getInt(); } in isOverloadedOperator()
H A DAPValue.h252 APSInt &getInt() { in getInt() function
256 const APSInt &getInt() const { in getInt() function
257 return const_cast<APValue*>(this)->getInt(); in getInt()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp213 static unsigned getInt(StringRef R) { in getInt() function
229 unsigned AddrSpace = getInt(R); in getAddrSpace()
253 unsigned AS = getInt(Split.first); in parseSpecifier()
287 unsigned PointerMemSize = inBytes(getInt(Tok)); in parseSpecifier()
309 PointerPrefAlign = inBytes(getInt(Tok)); in parseSpecifier()
317 IndexSize = inBytes(getInt(Tok)); in parseSpecifier()
340 unsigned Size = Tok.empty() ? 0 : getInt(Tok); in parseSpecifier()
351 unsigned ABIAlign = inBytes(getInt(Tok)); in parseSpecifier()
360 PrefAlign = inBytes(getInt(Tok)); in parseSpecifier()
369 unsigned Width = getInt(Tok); in parseSpecifier()
[all …]
H A DUse.cpp44 return ref->getInt() ? ref->getPointer() in getUser()
98 unsigned Tag = (Current++)->Prev.getInt(); in getImpliedUser()
108 unsigned Tag = Current->Prev.getInt(); in getImpliedUser()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h287 return Base.getInt(); in isExactProfile()
335 bool isUnsafe() const { return Rep.getInt(); } in isUnsafe()
562 return VarAndNestedAndThis.getInt() & IsThisCaptured; in isThisCapture()
570 return InitExprAndCaptureKind.getInt() == Cap_ByCopy; in isCopyCapture()
574 return InitExprAndCaptureKind.getInt() == Cap_ByRef; in isReferenceCapture()
578 return InitExprAndCaptureKind.getInt() == Cap_Block; in isBlockCapture()
582 return InitExprAndCaptureKind.getInt() == Cap_VLA; in isVLATypeCapture()
586 return VarAndNestedAndThis.getInt() & IsNestedCapture; in isNested()
H A DObjCMethodList.h41 unsigned getBits() const { return NextAndExtraBits.getInt(); } in getBits()
53 return MethodAndHasMoreThanOneDecl.getInt(); in hasMoreThanOneDecl()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h76 bool isAborted() const { return AbortedInfo.getInt(); } in isAborted()
79 bool isEscaped() const { return EscapedInfo.getInt(); } in isEscaped()
238 IsOffsetKnown = ToVisit.UseAndIsOffsetKnown.getInt(); in visitPtr()
H A DRegionIterator.h72 assert(Node.getInt() == ItRgBegin && "Cannot advance region successor!"); in advanceRegionSucc()
79 bool isRegionMode() const { return Node.getInt() != ItBB; } in isRegionMode()
92 assert(Node.getInt() == ItRgBegin && "Cannot get the region successor!"); in getRegionSucc()
126 return Node.getInt() == x.Node.getInt();
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModule.h96 bool isOverridden() const { return Val.getInt() == Overridden; } in isOverridden()
97 bool isOutOfDate() const { return Val.getInt() == OutOfDate; } in isOutOfDate()
98 bool isNotFound() const { return Val.getInt() == NotFound; } in isNotFound()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleLoader.h62 bool isMissingExpected() const { return Storage.getInt() == MissingExpected; } in isMissingExpected()
66 bool isConfigMismatch() const { return Storage.getInt() == ConfigMismatch; } in isConfigMismatch()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DPointerIntPair.h60 IntType getInt() const { return (IntType)Info::getInt(Value); } in getInt() function
157 static intptr_t getInt(intptr_t Value) { in getInt() function
H A Dilist_node_base.h46 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp173 setInt(RHS.getInt()); in APValue()
268 return getInt().needsCleanup(); in needsCleanup()
319 OS << "Int: " << getInt(); in dump()
393 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty()
395 Out << getInt(); in printPretty()
606 Result = getInt(); in toIntegralConstant()
699 return MPD.MemberAndIsDerivedMember.getInt(); in isMemberPointerToDerivedMember()
H A DNestedNameSpecifier.cpp147 switch (Prefix.getInt()) { in getKind()
170 if (Prefix.getInt() == StoredDecl) in getAsNamespace()
178 if (Prefix.getInt() == StoredDecl) in getAsNamespaceAlias()
186 switch (Prefix.getInt()) { in getAsRecordDecl()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DGlobalsModRef.cpp111 : Info(nullptr, Arg.Info.getInt()) { in FunctionInfo()
116 : Info(Arg.Info.getPointer(), Arg.Info.getInt()) { in FunctionInfo()
121 Info.setPointerAndInt(nullptr, RHS.Info.getInt()); in operator =()
128 Info.setPointerAndInt(RHS.Info.getPointer(), RHS.Info.getInt()); in operator =()
143 return globalClearMayReadAnyGlobal(Info.getInt()); in getModRefInfo()
148 Info.setInt(Info.getInt() | static_cast<int>(setMust(NewMRI))); in addModRefInfo()
153 bool mayReadAnyGlobal() const { return Info.getInt() & MayReadAnyGlobal; } in mayReadAnyGlobal()
156 void setMayReadAnyGlobal() { Info.setInt(Info.getInt() | MayReadAnyGlobal); } in setMayReadAnyGlobal()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp124 switch (Key.getInt()) { in ComputeLatticeVal()
205 if (Key.getInt() == IPOGrouping::Register) in PrintLatticeKey()
207 else if (Key.getInt() == IPOGrouping::Memory) in PrintLatticeKey()
209 else if (Key.getInt() == IPOGrouping::Return) in PrintLatticeKey()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp131 if (NRVO.getInt()) in mergeNRVOIntoParent()
195 if (NRVO.getInt()) in dumpImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h52 bool isScalar() const { return V1.getInt() == Scalar; } in isScalar()
53 bool isComplex() const { return V1.getInt() == Complex; } in isComplex()
54 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate()
56 bool isVolatileQualified() const { return V2.getInt(); } in isVolatileQualified()
H A DCGCall.h380 bool isVolatile() const { return Value.getInt() & IS_VOLATILE; } in isVolatile()
382 bool isUnused() const { return Value.getInt() & IS_UNUSED; } in isUnused()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSymbol.h190 assert(FragmentAndHasName.getInt() && "Name is required"); in getNameEntryPtr()
204 if (!FragmentAndHasName.getInt()) in getName()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h52 bool isIndexed() const { return MapEntryAndIndexed.getInt(); } in isIndexed()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp140 return Result.Val.getInt() == 0; in isIntZeroExpr()
196 denomVal = Result.Val.getInt(); in CheckAssignmentExpr()

123456