HomeSort by relevance Sort by last modified time
    Searched refs:isLabel (Results 1 - 23 of 23) sorted by null

  /external/webkit/Source/WebKit2/Shared/
WebPopupItem.cpp 54 WebPopupItem::WebPopupItem(Type type, const String& text, TextDirection textDirection, bool hasTextDirectionOverride, const String& toolTip, const String& accessibilityText, bool isEnabled, bool isLabel)
62 , m_isLabel(isLabel)
80 bool isLabel;
81 if (!decoder->decode(CoreIPC::Out(type, text, textDirection, hasTextDirectionOverride, toolTip, accessibilityText, isEnabled, isLabel)))
84 item = WebPopupItem(static_cast<Type>(type), text, static_cast<TextDirection>(textDirection), hasTextDirectionOverride, toolTip, accessibilityText, isEnabled, isLabel);
WebPopupItem.h 47 WebPopupItem(Type, const String& text, WebCore::TextDirection, bool hasTextDirectionOverride, const String& toolTip, const String& accessibilityText, bool isEnabled, bool isLabel);
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 196 isLabel,
274 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {}
289 static bool classof(const DIEValue *L) { return L->getType() == isLabel; }
DwarfException.cpp 245 if (!MI->isLabel()) {
AsmPrinter.cpp 668 if (!II->isLabel() && !II->isImplicitDef() && !II->isKill() &&
    [all...]
DwarfDebug.cpp     [all...]
  /external/icu4c/common/
uts46.cpp 156 UBool isLabel, UBool toASCII,
162 UBool isLabel, UBool toASCII,
169 UBool isLabel, UBool toASCII,
305 UBool isLabel, UBool toASCII,
347 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
381 if(isLabel) {
402 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
413 UBool isLabel, UBool toASCII,
451 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
485 if(isLabel) {
    [all...]
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 172 || I->isLabel()
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp 553 bool isLabel()
702 else if (isLabel())
717 else if (isLabel())
732 else if (isLabel())
754 if (isLabel()) {
951 if (m_backtrack.isLabel())
    [all...]
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 517 if (MI->isLabel() || MI->isPHI() || MI->isImplicitDef() ||
MachineCSE.cpp 313 if (MI->isLabel() || MI->isPHI() || MI->isImplicitDef() ||
TargetInstrInfo.cpp 523 if (MI->isTerminator() || MI->isLabel())
MachineBasicBlock.cpp 158 while (I != E && (I->isPHI() || I->isLabel() || I->isDebugValue()))
    [all...]
ScheduleDAGInstrs.cpp 749 assert((CanHandleTerminators || (!MI->isTerminator() && !MI->isLabel())) &&
    [all...]
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 338 if (MI->isLabel() || MI->isImplicitDef() || MI->isCopy()) {
ARMBaseInstrInfo.cpp 564 if (MI->isLabel())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 626 /// isLabel - Returns true if the MachineInstr represents a label.
628 bool isLabel() const {
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 315 if (!MI->isLabel()) {
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 719 Candidate.isLabel() || Candidate.isInlineAsm() ||
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 327 return isLabel<21, 4096>();
365 bool isLabel() const {
399 return isLabel<19, 4>();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 573 if (MI.isLabel())
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]

Completed in 374 milliseconds