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

  /external/clang/lib/AST/
TemplateBase.cpp 42 Out << (Val.getBoolValue() ? "true" : "false");
APValue.cpp 316 Out << (getInt().getBoolValue() ? "true" : "false");
MicrosoftMangle.cpp 821 if (IsBoolean && Value.getBoolValue())
    [all...]
ExprConstant.cpp     [all...]
ItaniumMangle.cpp     [all...]
Type.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLMessageFormatter.java 101 return Boolean.toString(var.getBoolValue(0));
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [all...]
  /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/llvm/include/llvm/ADT/
APInt.h 381 bool getBoolValue() const {
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
CFG.cpp 519 if (IntVal.getBoolValue() == false) {
524 if (IntVal.getBoolValue() == false) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 691 ResultBool = ResultInt.getBoolValue();
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 854 isIntZero = !IntE->getValue().getBoolValue();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 188 boolean normalized = msg.getArgs(3).getBoolValue(0);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 733 milliseconds