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_dx11/src/compiler/
SymbolTable.h 51 virtual bool isVariable() const { return false; }
80 virtual bool isVariable() const { return true; }
  /external/llvm/lib/IR/
DebugInfo.cpp 204 /// isVariable - Return true if the specified tag is legal for DIVariable.
205 bool DIDescriptor::isVariable() const {
526 if (!isVariable())
997 if (!DV.isVariable())
1011 if (!DV.isVariable())
    [all...]

Completed in 66 milliseconds