Searched defs:isSymbol (Results 1 - 6 of 6) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_c_m_a_p.py146 def isSymbol(self): member in class:CmapSubtable
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_c_m_a_p.py146 def isSymbol(self): member in class:CmapSubtable
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h249 /// isSymbol - Tests if this is a MO_ExternalSymbol operand.
250 bool isSymbol() const { return OpKind == MO_ExternalSymbol; } function in class:llvm::MachineOperand
459 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
467 assert(isSymbol() && "Wrong MachineOperand accessor");
519 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
/external/v8/src/inspector/
H A Dinjected-script-source.js144 function isSymbol(obj) function
392 if (isSymbol(property))
437 if (isSymbol(property))
627 if (isSymbol(obj)) {
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineOperand.h208 /// isSymbol - Tests if this is a MO_ExternalSymbol operand.
209 bool isSymbol() const { return OpKind == MO_ExternalSymbol; } function in class:llvm::MachineOperand
404 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&
411 assert(isSymbol() && "Wrong MachineOperand accessor");
430 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&
/external/v8/src/debug/
H A Dmirrors.js336 Mirror.prototype.isSymbol = function() {

Completed in 172 milliseconds