Home
last modified time | relevance | path

Searched defs:isGlobal (Results 1 – 14 of 14) sorted by relevance

/external/nist-sip/java/javax/sip/address/
DTelURL.java19 boolean isGlobal(); in isGlobal() method
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DXUnresolvedVariable.java80 boolean isGlobal) in XUnresolvedVariable()
DRedundentExprEliminator.java188 boolean isGlobal, in matchAndEliminatePartialPaths()
418 boolean isGlobal) in diagnoseMultistepList()
440 final int numSteps, final boolean isGlobal) in changePartToRef()
818 LocPathIterator lpi, boolean isGlobal) in createPseudoVarDecl()
/external/nist-sip/java/gov/nist/javax/sip/address/
DTelURLImpl.java96 public boolean isGlobal() { in isGlobal() method in TelURLImpl
DTelephoneNumber.java120 public boolean isGlobal() { in isGlobal() method in TelephoneNumber
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DVariable.java86 public void setIsGlobal(boolean isGlobal) in setIsGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbolWasm.h47 bool isGlobal() const { return Type == wasm::WASM_SYMBOL_TYPE_GLOBAL; } in isGlobal() function
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h248 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h329 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DIRSymtab.h201 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } in isGlobal() function
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1973 bool isGlobal) { in writeConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2199 bool isGlobal) { in writeConstants()
/external/clang/lib/AST/
DDecl.cpp2635 bool FunctionDecl::isGlobal() const { in isGlobal() function in FunctionDecl
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c25435 long isGlobal; in Qt_MusicGetKnobSettingStrings() local