/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | LambdaCapture.h | 84 (DeclAndBits.getInt() & Capture_This); in capturesThis() 96 !(DeclAndBits.getInt() & Capture_This); in capturesVLAType() 112 return DeclAndBits.getInt() & Capture_Implicit; in isImplicit()
|
H A D | GlobalDecl.h | 96 CanonGD.Value.setInt(Value.getInt()); in getCanonicalDecl() 106 return static_cast<CXXCtorType>(Value.getInt()); in getCtorType() 111 return static_cast<CXXDtorType>(Value.getInt()); in getDtorType() 118 return static_cast<DynamicInitKind>(Value.getInt()); in getDynamicInitKind() 135 return static_cast<KernelReferenceKind>(Value.getInt()); in getKernelReferenceKind()
|
H A D | NestedNameSpecifier.h | 177 if (Prefix.getInt() == StoredIdentifier) in getAsIdentifier() 197 if (Prefix.getInt() == StoredTypeSpec || in getAsType() 198 Prefix.getInt() == StoredTypeSpecWithTemplate) in getAsType()
|
H A D | TemplateName.h | 417 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() 506 bool isIdentifier() const { return !Qualifier.getInt(); } in isIdentifier() 516 bool isOverloadedOperator() const { return Qualifier.getInt(); } in isOverloadedOperator()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | ModuleLoader.h | 59 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal() 65 bool isMissingExpected() const { return Storage.getInt() == MissingExpected; } in isMissingExpected() 69 bool isConfigMismatch() const { return Storage.getInt() == ConfigMismatch; } in isConfigMismatch()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | RegionIterator.h | 76 assert(Node.getInt() == ItRgBegin && "Cannot advance region successor!"); in advanceRegionSucc() 83 bool isRegionMode() const { return Node.getInt() != ItBB; } in isRegionMode() 96 assert(Node.getInt() == ItRgBegin && "Cannot get the region successor!"); in getRegionSucc() 129 return Node.getInt() == x.Node.getInt();
|
H A D | PtrUseVisitor.h | 74 bool isAborted() const { return AbortedInfo.getInt(); } in isAborted() 77 bool isEscaped() const { return EscapedInfo.getInt(); } in isEscaped() 236 IsOffsetKnown = ToVisit.UseAndIsOffsetKnown.getInt(); in visitPtr()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ObjCMethodList.h | 46 unsigned getBits() const { return NextAndExtraBits.getInt(); } in getBits() 58 return MethodAndHasMoreThanOneDecl.getInt(); in hasMoreThanOneDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ModuleFile.h | 98 bool isOverridden() const { return Val.getInt() == Overridden; } in isOverridden() 99 bool isOutOfDate() const { return Val.getInt() == OutOfDate; } in isOutOfDate() 100 bool isNotFound() const { return Val.getInt() == NotFound; } in isNotFound()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | GlobalsModRef.cpp | 113 : Info(nullptr, Arg.Info.getInt()) { in FunctionInfo() 118 : Info(Arg.Info.getPointer(), Arg.Info.getInt()) { in FunctionInfo() 123 Info.setPointerAndInt(nullptr, RHS.Info.getInt()); in operator =() 130 Info.setPointerAndInt(RHS.Info.getPointer(), RHS.Info.getInt()); in operator =() 145 return globalClearMayReadAnyGlobal(Info.getInt()); in getModRefInfo() 150 Info.setInt(Info.getInt() | static_cast<int>(setMust(NewMRI))); in addModRefInfo() 155 bool mayReadAnyGlobal() const { return Info.getInt() & MayReadAnyGlobal; } in mayReadAnyGlobal() 158 void setMayReadAnyGlobal() { Info.setInt(Info.getInt() | MayReadAnyGlobal); } in setMayReadAnyGlobal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | PointerIntPair.h | 61 IntType getInt() const { return (IntType)Info::getInt(Value); } in getInt() function 171 static intptr_t getInt(intptr_t Value) {
|
H A D | ilist_node_base.h | 45 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | CalledValuePropagation.cpp | 123 switch (Key.getInt()) { in ComputeLatticeVal() 203 if (Key.getInt() == IPOGrouping::Register) in PrintLatticeKey() 205 else if (Key.getInt() == IPOGrouping::Memory) in PrintLatticeKey() 207 else if (Key.getInt() == IPOGrouping::Return) in PrintLatticeKey()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DataLayout.cpp | 229 template <typename IntTy> static Error getInt(StringRef R, IntTy &Result) { in getInt() function 240 if (Error Err = getInt<IntTy>(R, Result)) in getIntInBytes() 249 if (Error Err = getInt(R, AddrSpace)) in getAddrSpace() 279 if (Error Err = getInt(Split.first, AS)) in parseSpecifier() 307 if (Error Err = getInt(Tok, AddrSpace)) in parseSpecifier() 383 if (Error Err = getInt(Tok, Size)) in parseSpecifier() 432 if (Error Err = getInt(Tok, Width)) in parseSpecifier()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | Scope.cpp | 130 if (NRVO.getInt()) in mergeNRVOIntoParent() 196 if (NRVO.getInt()) in dumpImpl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | APValue.cpp | 319 setInt(RHS.getInt()); in APValue() 441 return getInt().needsCleanup(); in needsCleanup() 572 profileIntValue(ID, getInt()); in Profile() 651 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty() 653 Out << getInt(); in printPretty() 876 Result = getInt(); in toIntegralConstant() 987 return MPD.MemberAndIsDerivedMember.getInt(); in isMemberPointerToDerivedMember()
|
H A D | NestedNameSpecifier.cpp | 147 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGValue.h | 52 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 215 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedLoad() 349 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedStore() 471 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedGather() 598 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedScatter() 704 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedExpandLoad() 814 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedCompressStore()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 194 bool haveGVs() const { return RefAndFlags.getInt() & HaveGV; } in haveGVs() 197 return RefAndFlags.getInt() & ReadOnly; in isReadOnly() 201 return RefAndFlags.getInt() & WriteOnly; in isWriteOnly() 205 return RefAndFlags.getInt() & (ReadOnly | WriteOnly); in getAccessSpecifier() 209 return (RefAndFlags.getInt() & BadAccessMask) != BadAccessMask; in isValidAccessSpecifier() 215 RefAndFlags.setInt(RefAndFlags.getInt() | ReadOnly); in setReadOnly() 219 RefAndFlags.setInt(RefAndFlags.getInt() | WriteOnly); in setWriteOnly()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 45 OS << "[" << *C.getPointer() << ", " << (C.getInt() ? "true" : "false") in operator <<() 195 if (C1.getInt() == C2.getInt()) { in isEquivalent()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 184 assert(FragmentAndHasName.getInt() && "Name is required"); in getNameEntryPtr() 198 if (!FragmentAndHasName.getInt()) in getName()
|
H A D | MCSectionELF.h | 79 bool isComdat() const { return Group.getInt(); } in isComdat()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | DwarfStringPoolEntry.h | 51 bool isIndexed() const { return MapEntryAndIndexed.getInt(); } in isIndexed()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp | 139 return Result.Val.getInt() == 0; in isIntZeroExpr() 195 denomVal = Result.Val.getInt(); in CheckAssignmentExpr()
|