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

12

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

Completed in 458 milliseconds

12