HomeSort by: relevance | last modified time | path
    Searched defs:isUsed (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbol.h 92 /// IsUsed - True if this symbol has been used.
93 mutable unsigned IsUsed : 1;
156 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
216 /// isUsed - Check if this is used.
217 bool isUsed() const { return IsUsed; }
297 IsUsed |= SetUsed;
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h 106 bool IsUsed : 1;
151 /// Set the value of the IsUsed flag.
152 void setIsUsed(bool Val) { IsUsed = Val; }
222 bool isUsed() const { return IsUsed; }
  /src/external/gpl3/binutils/dist/gprofng/src/
Function.h 145 bool isUsed;
Histable.h 190 bool isUsed;
329 bool isUsed;
DwarfLib.h 102 bool isUsed;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Function.h 145 bool isUsed;
Histable.h 190 bool isUsed;
329 bool isUsed;
DwarfLib.h 102 bool isUsed;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
IRSymtab.h 198 bool isUsed() const { return (Flags >> S::FB_used) & 1; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 443 bool Decl::isUsed(bool CheckUsedAttr) const {
459 if (isUsed(false))

Completed in 31 milliseconds