Searched defs:isVariable (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCSymbol.h131 /// isVariable - Check if this is a variable symbol.
132 bool isVariable() const { function in class:llvm::MCSymbol
138 assert(isVariable() && "Invalid accessor!");
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DSymbolTable.h66 virtual bool isVariable() const function in class:TSymbol
116 virtual bool isVariable() const function in class:TVariable
/external/llvm/lib/IR/
H A DDebugInfo.cpp213 /// isVariable - Return true if the specified tag is legal for DIVariable.
214 bool DIDescriptor::isVariable() const { function in class:DIDescriptor
566 if (!isVariable())
1133 if (!DV.isVariable())
1149 if (!DV.isVariable())
1254 } else if (this->isVariable()) {

Completed in 145 milliseconds