Home
last modified time | relevance | path

Searched refs:IsUsed (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
DMCSymbol.h57 mutable unsigned IsUsed : 1; variable
64 IsTemporary(isTemporary), IsUsed(false) {} in MCSymbol()
79 bool isUsed() const { return IsUsed; } in isUsed()
80 void setUsed(bool Value) const { IsUsed = Value; } in setUsed()
139 IsUsed = true; in getVariableValue()
/external/clang/include/clang/Lex/
DMacroInfo.h96 bool IsUsed : 1; variable
165 IsUsed = Val; in setIsUsed()
234 bool isUsed() const { return IsUsed; } in isUsed()
/external/llvm/lib/MC/
DMCSymbol.cpp55 assert(!IsUsed && "Cannot set a variable that has already been used."); in setVariableValue()
/external/clang/lib/Lex/
DMacroInfo.cpp29 IsUsed(false), in MacroInfo()
/external/chromium_org/v8/tools/
Dll_prof.py128 def IsUsed(self): member in Code
299 if code.IsUsed():