HomeSort by relevance Sort by last modified time
    Searched refs:getBoolValue (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
NotBindableVo.java 68 public boolean getBoolValue() {
  /external/clang/lib/AST/
TemplateBase.cpp 57 Out << (Val.getBoolValue() ? "true" : "false");
APValue.cpp 351 Out << (getInt().getBoolValue() ? "true" : "false");
MicrosoftMangle.cpp     [all...]
Type.cpp     [all...]
ExprConstant.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
BDCE.cpp 193 .getBoolValue())
251 .getBoolValue())
375 if (ABI->second.getBoolValue())
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLMessageFormatter.java 101 return Boolean.toString(var.getBoolValue(0));
  /external/llvm/include/llvm/ADT/
APInt.h 401 bool getBoolValue() const { return !!*this; }
    [all...]
  /external/llvm/lib/IR/
Value.cpp 601 if (DerefBytes.getBoolValue() && Offset.isNonNegative()) {
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 106 bool b = val.castAs<nonloc::ConcreteInt>().getValue().getBoolValue();
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
CFG.cpp 844 if (!IntVal.getBoolValue()) {
849 if (!IntVal.getBoolValue()) {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 854 isIntZero = !IntE->getValue().getBoolValue();
    [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 831 EXPECT_FALSE(A9.getBoolValue());
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 190 boolean normalized = msg.getArgs(3).getBoolValue(0);
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 877 if ((Cimm & (Cimm + 1)).getBoolValue())
    [all...]

Completed in 894 milliseconds

1 2