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/webkit/Source/ThirdParty/ANGLE/src/compiler/
SymbolTable.h 49 virtual bool isVariable() const { return false; }
75 virtual bool isVariable() const { return true; }
  /external/llvm/lib/VMCore/
DebugInfo.cpp 185 /// isVariable - Return true if the specified tag is legal for DIVariable.
186 bool DIDescriptor::isVariable() const {
925 if (!DV.isVariable())
1017 } else if (this->isVariable()) {
    [all...]

Completed in 202 milliseconds