HomeSort by relevance Sort by last modified time
    Searched defs:isDebug (Results 1 - 7 of 7) sorted by null

  /external/deqp/modules/internal/
ditBuildInfoTests.cpp 185 const bool isDebug = true;
187 const bool isDebug = false;
192 addChild(new BuildInfoStringCase (m_testCtx, "de_debug", "DE_DEBUG", isDebug ? "1" : "not defined"));
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 135 /// IsDebug - True if this MO_Register 'use' operand is in a debug pseudo,
137 bool IsDebug : 1;
319 bool isDebug() const {
321 return IsDebug;
374 assert((!Val || !isDebug()) && "Marking a debug operation as kill");
400 IsDebug = Val;
552 bool isUndef = false, bool isDebug = false);
581 bool isDebug = false,
594 Op.IsDebug = isDebug;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 645 generator.setDebug(isDebug());
    [all...]