Home
last modified time | relevance | path

Searched refs:getBoolValue (Results 1 – 25 of 30) sorted by relevance

12

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/
DBooleanEnum.java35 boolean getBoolValue() { in getBoolValue() method in BooleanEnum
/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp70 !DB.getDemandedBits(&I).getBoolValue()) { in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/Analysis/
DDemandedBits.cpp180 .getBoolValue()) in determineLiveOperandBits()
238 .getBoolValue()) in determineLiveOperandBits()
DValueTracking.cpp1795 if (OrZero || RHSOneBits.getBoolValue() || LHSOneBits.getBoolValue()) in isKnownToBeAPowerOfTwo()
2114 if (OppositeBits.getBoolValue()) in isKnownNonEqual()
3130 if (!DerefBytes.getBoolValue()) { in isDereferenceableFromAttribute()
3136 if (!DerefBytes.getBoolValue()) { in isDereferenceableFromAttribute()
3145 if (!DerefBytes.getBoolValue()) { in isDereferenceableFromAttribute()
3155 if (DerefBytes.getBoolValue()) in isDereferenceableFromAttribute()
DInstructionSimplify.cpp1545 if (CI1V.getBoolValue() && isNUW) { in SimplifyAndOfICmps()
1704 if (CI1V.getBoolValue() && isNUW) { in SimplifyOrOfICmps()
/external/llvm/include/llvm/ADT/
DAPInt.h401 bool getBoolValue() const { return !!*this; } in getBoolValue() function
1546 if (!getBoolValue()) in nearestLogBase2()
/external/clang/lib/AST/
DTemplateBase.cpp57 Out << (Val.getBoolValue() ? "true" : "false"); in printIntegral()
DAPValue.cpp351 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty()
DMicrosoftMangle.cpp1112 if (IsBoolean && Value.getBoolValue()) in mangleIntegerLiteral()
DExprConstant.cpp1535 Result = Val.getInt().getBoolValue(); in HandleConversionToBool()
1541 Result = Val.getComplexIntReal().getBoolValue() || in HandleConversionToBool()
1542 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()
DItaniumMangle.cpp2692 Out << (Value.getBoolValue() ? '1' : '0'); in mangleIntegerLiteral()
DType.cpp2780 return value.getBoolValue() ? NR_Nothrow : NR_Throw; in getNoexceptSpec()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1279 bool NeedPositiveMask = PositiveMask.getBoolValue(); in emitSoftFailTableEntry()
1280 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp106 bool b = val.castAs<nonloc::ConcreteInt>().getValue().getBoolValue(); in evalCastFromNonLoc()
/external/clang/lib/Analysis/
DThreadSafety.cpp1293 branch = ILE->getValue().getBoolValue(); in getMutexIDs()
1316 TCond = ILE->getValue().getBoolValue(); in getStaticBooleanValue()
DCFG.cpp892 if (!IntVal.getBoolValue()) { in tryEvaluateBool()
897 if (!IntVal.getBoolValue()) { in tryEvaluateBool()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp854 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
/external/llvm/unittests/ADT/
DAPIntTest.cpp907 EXPECT_FALSE(A9.getBoolValue()); in TEST()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2248 if (NewBits.getBoolValue()) in computeKnownBits()
3206 if (!C2.getBoolValue()) in FoldValue()
3210 if (!C2.getBoolValue()) in FoldValue()
3214 if (!C2.getBoolValue()) in FoldValue()
3218 if (!C2.getBoolValue()) in FoldValue()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1086 ResultBool = ResultInt.getBoolValue(); in ConstantFoldsToSimpleInteger()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1173 return Val.getBoolValue(); in isInLoop()
DSemaDeclAttr.cpp3447 if (VectorSize.getBoolValue()) { in handleModeAttr()
DSemaDecl.cpp5245 else if (Oversized.getBoolValue()) in CheckTypedefForVariablyModifiedType()
13056 else if (Oversized.getBoolValue()) in CheckFieldDecl()
DSemaTemplate.cpp5518 E = new (Context) CXXBoolLiteralExpr(Arg.getAsIntegral().getBoolValue(), in BuildExpressionFromIntegralTemplateArgument()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp930 if ((Cimm & (Cimm + 1)).getBoolValue()) in isExtractBitsCandidateUse()

12