Searched refs:getInt (Results 1 - 25 of 147) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DObjCMethodList.h46 unsigned getBits() const { return NextAndExtraBits.getInt(); }
58 return MethodAndHasMoreThanOneDecl.getInt();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DLambdaCapture.h84 (DeclAndBits.getInt() & Capture_This);
96 !(DeclAndBits.getInt() & Capture_This);
112 return DeclAndBits.getInt() & Capture_Implicit;
H A DGlobalDecl.h71 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());
H A DNestedNameSpecifier.h175 if (Prefix.getInt() == StoredIdentifier)
195 if (Prefix.getInt() == StoredTypeSpec ||
196 Prefix.getInt() == StoredTypeSpecWithTemplate)
H A DTemplateName.h416 bool hasTemplateKeyword() const { return Qualifier.getInt(); }
505 bool isIdentifier() const { return !Qualifier.getInt(); }
515 bool isOverloadedOperator() const { return Qualifier.getInt(); }
H A DVTTBuilder.h53 return BaseAndIsVirtual.getInt();
H A DRecordLayout.h228 return CXXInfo->PrimaryBase.getInt();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DUse.cpp43 return ref->getInt() ? ref->getPointer()
97 unsigned Tag = (Current++)->Prev.getInt();
107 unsigned Tag = Current->Prev.getInt();
H A DDataLayout.cpp209 static unsigned getInt(StringRef R) { function
225 unsigned AddrSpace = getInt(R);
249 unsigned AS = getInt(Split.first);
274 unsigned AddrSpace = Tok.empty() ? 0 : getInt(Tok);
283 unsigned PointerMemSize = inBytes(getInt(Tok));
292 unsigned PointerABIAlign = inBytes(getInt(Tok));
305 PointerPrefAlign = inBytes(getInt(Tok));
313 IndexSize = inBytes(getInt(Tok));
337 unsigned Size = Tok.empty() ? 0 : getInt(Tok);
348 const unsigned ABIAlign = inBytes(getInt(To
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h62 bool isNormal() const { return Storage.getInt() == Normal; }
68 bool isMissingExpected() const { return Storage.getInt() == MissingExpected; }
72 bool isConfigMismatch() const { return Storage.getInt() == ConfigMismatch; }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node_base.h45 bool isSentinel() const { return PrevAndSentinel.getInt(); }
H A DPointerIntPair.h61 IntType getInt() const { return (IntType)Info::getInt(Value); } function in class:llvm::PointerIntPair
171 static intptr_t getInt(intptr_t Value) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h75 bool isAborted() const { return AbortedInfo.getInt(); }
78 bool isEscaped() const { return EscapedInfo.getInt(); }
237 IsOffsetKnown = ToVisit.UseAndIsOffsetKnown.getInt();
H A DRegionIterator.h71 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();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h95 bool isOverridden() const { return Val.getInt() == Overridden; }
96 bool isOutOfDate() const { return Val.getInt() == OutOfDate; }
97 bool isNotFound() const { return Val.getInt() == NotFound; }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h51 bool isIndexed() const { return MapEntryAndIndexed.getInt(); }
H A DDbgEntityHistoryCalculator.h62 EntryKind getEntryKind() const { return Instr.getInt(); }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp130 if (NRVO.getInt())
196 if (NRVO.getInt())
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp113 llvm::APSInt Result = EVResult.Val.getInt();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h37 UpdateKind getKind() const { return ToAndKind.getInt(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp125 switch (Key.getInt()) {
206 if (Key.getInt() == IPOGrouping::Register)
208 else if (Key.getInt() == IPOGrouping::Memory)
210 else if (Key.getInt() == IPOGrouping::Return)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h183 assert(FragmentAndHasName.getInt() && "Name is required");
197 if (!FragmentAndHasName.getInt())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp111 : Info(nullptr, Arg.Info.getInt()) {
116 : Info(Arg.Info.getPointer(), Arg.Info.getInt()) {
121 Info.setPointerAndInt(nullptr, RHS.Info.getInt());
128 Info.setPointerAndInt(RHS.Info.getPointer(), RHS.Info.getInt());
143 return globalClearMayReadAnyGlobal(Info.getInt());
148 Info.setInt(Info.getInt() | static_cast<int>(setMust(NewMRI)));
153 bool mayReadAnyGlobal() const { return Info.getInt() & MayReadAnyGlobal; }
156 void setMayReadAnyGlobal() { Info.setInt(Info.getInt() | MayReadAnyGlobal); }
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp244 setInt(RHS.getInt());
347 return getInt().needsCleanup();
403 OS << "Int: " << getInt();
484 Out << (getInt().getBoolValue() ? "true" : "false");
486 Out << getInt();
716 Result = getInt();
809 return MPD.MemberAndIsDerivedMember.getInt();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h285 bool foundDirectives() const { return Data.getInt(); }

Completed in 492 milliseconds

123456