HomeSort by relevance Sort by last modified time
    Searched refs:isLabel (Results 1 - 21 of 21) 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 202 isLabel,
311 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {}
327 static bool classof(const DIEValue *L) { return L->getType() == isLabel; }
DwarfException.cpp 245 if (!MI->isLabel()) {
AsmPrinter.cpp 671 if (!II->isLabel() && !II->isImplicitDef() && !II->isKill() &&
    [all...]
DwarfDebug.cpp     [all...]
  /external/icu4c/common/
uts46.cpp 151 UBool isLabel, UBool toASCII,
157 UBool isLabel, UBool toASCII,
164 UBool isLabel, UBool toASCII,
297 UBool isLabel, UBool toASCII,
339 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
373 if(isLabel) {
394 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
405 UBool isLabel, UBool toASCII,
443 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
477 if(isLabel) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 147 || I->isLabel()
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 172 || I->isLabel()
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 255 /// isLabel - Returns true if the MachineInstr represents a label.
257 bool isLabel() const {
  /external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 271 if (MI->isLabel() || MI->isImplicitDef() || MI->isCopy()) {
ARMBaseInstrInfo.cpp 550 if (MI->isLabel())
    [all...]
  /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 424 if (MI->isLabel() || MI->isPHI() || MI->isImplicitDef() ||
TargetInstrInfoImpl.cpp 460 if (MI->getDesc().isTerminator() || MI->isLabel())
MachineCSE.cpp 254 if (MI->isLabel() || MI->isPHI() || MI->isImplicitDef() ||
MachineBasicBlock.cpp 151 while (I != end() && (I->isPHI() || I->isLabel() || I->isDebugValue()))
ScheduleDAGInstrs.cpp 242 assert(!MCID.isTerminator() && !MI->isLabel() &&
MachineInstr.cpp     [all...]
VirtRegRewriter.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 315 if (!MI->isLabel()) {

Completed in 363 milliseconds