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

  /external/clang/include/clang/Lex/
MacroInfo.h 94 bool IsDisabled : 1;
255 bool isEnabled() const { return !IsDisabled; }
258 assert(IsDisabled && "Cannot enable an already-enabled macro!");
259 IsDisabled = false;
263 assert(!IsDisabled && "Cannot disable an already-disabled macro!");
264 IsDisabled = true;
  /external/llvm/lib/Target/
TargetRecip.cpp 118 bool IsDisabled = Val[0] == DisabledPrefix;
120 if (IsDisabled)
154 Iter->second.Enabled = !IsDisabled;
160 RecipMap[Val.str() + 'd'].Enabled = !IsDisabled;
  /external/clang/lib/Lex/
MacroInfo.cpp 28 IsDisabled(false),
135 if (IsDisabled) Out << " disabled";
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_formimp.h 31 FX_BOOL IsDisabled() { return m_dwState & FWL_SYSBUTTONSTATE_Disabled; }
46 return (IsDisabled() ? FWL_PARTSTATE_FRM_Disabled : (m_dwState + 1));
  /external/autotest/client/cros/
network.py 94 assert modem.IsDisabled()
  /external/autotest/client/cros/cellular/
modem.py 241 def IsDisabled(self):
modem1.py 228 def IsDisabled(self):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfobjects.h     [all...]
strmif.h     [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 281 milliseconds