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

  /external/llvm/include/llvm/MC/
MCSymbol.h 131 /// isVariable - Check if this is a variable symbol.
132 bool isVariable() const {
138 assert(isVariable() && "Invalid accessor!");
  /external/chromium_org/third_party/angle/src/compiler/translator/
SymbolTable.h 66 virtual bool isVariable() const
116 virtual bool isVariable() const
  /external/llvm/lib/IR/
DebugInfo.cpp 213 /// isVariable - Return true if the specified tag is legal for DIVariable.
214 bool DIDescriptor::isVariable() const {
566 if (!isVariable())
    [all...]

Completed in 199 milliseconds