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

  /external/llvm/include/llvm/MC/
MCSymbol.h 130 /// isVariable - Check if this is a variable symbol.
131 bool isVariable() const {
137 assert(isVariable() && "Invalid accessor!");
  /external/llvm/include/llvm/Analysis/
InlineCost.h 82 bool isVariable() const { return getType() == Value; }
  /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/Analysis/
DebugInfo.cpp 184 /// isVariable - Return true if the specified tag is legal for DIVariable.
185 bool DIDescriptor::isVariable() const {
1068 if (!DV.isVariable())
    [all...]

Completed in 140 milliseconds