| /freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ |
| D | MemoryDependenceAnalysis.h | 128 bool isClobber() const { return Value.getInt() == Clobber; } in isClobber() 132 bool isDef() const { return Value.getInt() == Def; } in isDef() 138 return Value.getInt() == Other in isNonLocal() 145 return Value.getInt() == Other in isNonFuncLocal() 152 return Value.getInt() == Other in isUnknown() 159 if (Value.getInt() == Other) return NULL; in getInst() 181 bool isDirty() const { return Value.getInt() == Invalid; } in isDirty()
|
| D | RegionIterator.h | 58 assert(Node.getInt() == ItRgBegin && "Cannot advance region successor!"); in advanceRegionSucc() 65 bool isRegionMode() const { return Node.getInt() != ItBB; } in isRegionMode() 78 assert(Node.getInt() == ItRgBegin && "Cannot get the region successor!"); in getRegionSucc() 114 return Node.getInt() == x.Node.getInt();
|
| D | PtrUseVisitor.h | 62 bool isAborted() const { return AbortedInfo.getInt(); } in isAborted() 65 bool isEscaped() const { return EscapedInfo.getInt(); } in isEscaped() 220 IsOffsetKnown = ToVisit.UseAndIsOffsetKnown.getInt(); in visitPtr()
|
| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | DataLayout.cpp | 189 static unsigned getInt(StringRef R) { in getInt() function 227 unsigned AddrSpace = Tok.empty() ? 0 : getInt(Tok); in parseSpecifier() 233 unsigned PointerMemSize = inBytes(getInt(Tok)); in parseSpecifier() 237 unsigned PointerABIAlign = inBytes(getInt(Tok)); in parseSpecifier() 243 PointerPrefAlign = inBytes(getInt(Tok)); in parseSpecifier() 266 unsigned Size = Tok.empty() ? 0 : getInt(Tok); in parseSpecifier() 270 unsigned ABIAlign = inBytes(getInt(Tok)); in parseSpecifier() 276 PrefAlign = inBytes(getInt(Tok)); in parseSpecifier() 285 unsigned Width = getInt(Tok); in parseSpecifier() 294 StackNaturalAlign = inBytes(getInt(Tok)); in parseSpecifier()
|
| D | Use.cpp | 56 unsigned Tag = (Current++)->Prev.getInt(); in getImpliedUser() 66 unsigned Tag = Current->Prev.getInt(); in getImpliedUser() 140 return ref->getInt() in getUser()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | ScopeInfo.h | 201 return Base.getInt(); in isExactProfile() 246 bool isUnsafe() const { return Rep.getInt(); } in isUnsafe() 394 return InitExprAndCaptureKind.getInt() == Cap_This; in isThisCapture() 397 return InitExprAndCaptureKind.getInt() != Cap_This; in isVariableCapture() 400 return InitExprAndCaptureKind.getInt() == Cap_ByCopy; in isCopyCapture() 403 return InitExprAndCaptureKind.getInt() == Cap_ByRef; in isReferenceCapture() 406 return InitExprAndCaptureKind.getInt() == Cap_Block; in isBlockCapture() 408 bool isNested() { return VarAndNested.getInt(); } in isNested()
|
| D | ObjCMethodList.h | 34 unsigned getBits() const { return NextAndExtraBits.getInt(); } in getBits()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | GlobalDecl.h | 55 CanonGD.Value.setInt(Value.getInt()); in getCanonicalDecl() 64 return static_cast<CXXCtorType>(Value.getInt()); in getCtorType() 69 return static_cast<CXXDtorType>(Value.getInt()); in getDtorType()
|
| D | NestedNameSpecifier.h | 160 if (Prefix.getInt() == StoredIdentifier) in getAsIdentifier() 176 if (Prefix.getInt() == StoredTypeSpec || in getAsType() 177 Prefix.getInt() == StoredTypeSpecWithTemplate) in getAsType()
|
| D | Redeclarable.h | 34 bool NextIsPrevious() const { return !NextAndIsPrevious.getInt(); } in NextIsPrevious() 35 bool NextIsLatest() const { return NextAndIsPrevious.getInt(); } in NextIsLatest()
|
| D | TemplateName.h | 410 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword() 499 bool isIdentifier() const { return !Qualifier.getInt(); } in isIdentifier() 509 bool isOverloadedOperator() const { return Qualifier.getInt(); } in isOverloadedOperator()
|
| D | APValue.h | 201 APSInt &getInt() { in getInt() function 205 const APSInt &getInt() const { in getInt() function 206 return const_cast<APValue*>(this)->getInt(); in getInt()
|
| D | VTTBuilder.h | 49 return BaseAndIsVirtual.getInt(); in isVirtual()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | APValue.cpp | 131 setInt(RHS.getInt()); in APValue() 226 return getInt().needsCleanup(); in needsCleanup() 276 OS << "Int: " << getInt(); in dump() 350 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty() 352 Out << getInt(); in printPretty() 554 return ((const LV*)(const void*)Data)->BaseAndIsOnePastTheEnd.getInt(); in isLValueOnePastTheEnd() 611 return MPD.MemberAndIsDerivedMember.getInt(); in isMemberPointerToDerivedMember()
|
| D | DeclBase.cpp | 1194 if (!LookupPtr.getInt()) in buildLookup() 1255 if (LookupPtr.getInt()) in lookup() 1282 if (LookupPtr.getInt()) in lookup() 1307 if (LookupPtr.getInt()) { in noload_lookup() 1348 if (Name && !LookupPtr.getInt()) { in localUncachedLookup() 1539 StoredDeclsMap::DestroyAll(LastSDM.getPointer(), LastSDM.getInt()); in ReleaseDeclContextMaps() 1553 Dependent = Next.getInt(); in DestroyAll()
|
| D | NestedNameSpecifier.cpp | 123 switch (Prefix.getInt()) { in getKind() 144 if (Prefix.getInt() == StoredNamespaceOrAlias) in getAsNamespace() 153 if (Prefix.getInt() == StoredNamespaceOrAlias) in getAsNamespaceAlias()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGValue.h | 46 bool isScalar() const { return V1.getInt() == Scalar; } in isScalar() 47 bool isComplex() const { return V1.getInt() == Complex; } in isComplex() 48 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() 50 bool isVolatileQualified() const { return V2.getInt(); } in isVolatileQualified()
|
| D | CGCall.h | 143 bool isVolatile() const { return Value.getInt(); } in isVolatile()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 803 Constant *C = Builder->getInt(CI->getValue()-1); in FoldICmpAddOpCst() 1022 ConstantInt *ShiftedCmpRHS = Builder->getInt(Comp); in FoldICmpShrCst() 1043 Constant *Mask = Builder->getInt(Val); in FoldICmpShrCst() 1076 Builder->getInt(NewRHS)); in visitICmpInstWithInstAndIntCst() 1119 Builder->getInt(RHSV ^ SignBit)); in visitICmpInstWithInstAndIntCst() 1130 Builder->getInt(RHSV ^ NotSignBit)); in visitICmpInstWithInstAndIntCst() 1462 Constant *Mask = Builder->getInt(APInt::getLowBitsSet(TypeBits, in visitICmpInstWithInstAndIntCst() 1585 Builder->getInt(CR.getUpper())); in visitICmpInstWithInstAndIntCst() 1588 Builder->getInt(CR.getLower())); in visitICmpInstWithInstAndIntCst() 1593 Builder->getInt(CR.getUpper())); in visitICmpInstWithInstAndIntCst() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/ |
| D | Module.h | 83 bool isOverridden() const { return Val.getInt() == Overridden; } in isOverridden() 84 bool isOutOfDate() const { return Val.getInt() == OutOfDate; } in isOutOfDate()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/ |
| D | ModuleLoader.h | 47 bool isMissingExpected() const { return Storage.getInt(); } in isMissingExpected()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | CallSite.h | 73 bool isCall() const { return I.getInt(); } in isCall() 77 bool isInvoke() const { return getInstruction() && !I.getInt(); } in isInvoke()
|
| D | ValueHandle.h | 106 unsigned getValPtrInt() const { return VP.getInt(); } in getValPtrInt() 122 HandleBaseKind getKind() const { return PrevPair.getInt(); } in getKind()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/ |
| D | ProgramPoint.h | 137 unsigned x = Tag.getInt(); in getKind() 139 x |= L.getInt(); in getKind() 141 x |= Data2.getInt(); in getKind()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/ |
| D | VerifyDiagnosticConsumer.h | 229 bool foundDirectives() const { return Data.getInt(); } in foundDirectives()
|