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

  /external/llvm/include/llvm/MC/
MCSymbol.h 56 /// IsUsed - True if this symbol has been used.
57 mutable unsigned IsUsed : 1;
64 IsTemporary(isTemporary), IsUsed(false) {}
78 /// isUsed - Check if this is used.
79 bool isUsed() const { return IsUsed; }
80 void setUsed(bool Value) const { IsUsed = Value; }
139 IsUsed = true;
  /external/llvm/lib/MC/
MCSymbol.cpp 55 assert(!IsUsed && "Cannot set a variable that has already been used.");
  /external/clang/include/clang/Lex/
MacroInfo.h 96 bool IsUsed : 1;
163 /// \brief Set the value of the IsUsed flag.
165 IsUsed = Val;
234 bool isUsed() const { return IsUsed; }
  /external/clang/lib/Lex/
MacroInfo.cpp 29 IsUsed(false),
  /external/chromium_org/v8/tools/
ll_prof.py 128 def IsUsed(self):
299 if code.IsUsed():
    [all...]

Completed in 302 milliseconds