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

  /external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java 444 public XObject getGlobalVariable(XPathContext xctxt, final int index)
471 public XObject getGlobalVariable(XPathContext xctxt, final int index, boolean destructiveOK)
541 return getGlobalVariable(xctxt, vvar.getIndex());
  /external/llvm/lib/VMCore/
Module.cpp 248 /// getGlobalVariable - Look up the specified global variable in the module
255 GlobalVariable *Module::getGlobalVariable(StringRef Name,

Completed in 396 milliseconds