/external/chromium_org/third_party/icu/source/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/CodeGen/AsmPrinter/ |
DIE.h | 198 isLabel, 304 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {} 319 static bool classof(const DIEValue *L) { return L->getType() == isLabel; }
|
DwarfException.cpp | 245 if (!MI->isLabel()) {
|
AsmPrinter.cpp | 694 if (!II->isLabel() && !II->isImplicitDef() && !II->isKill() && [all...] |
DwarfDebug.cpp | [all...] |
/external/icu4c/common/ |
uts46.cpp | 154 UBool isLabel, UBool toASCII, 160 UBool isLabel, UBool toASCII, 167 UBool isLabel, UBool toASCII, 303 UBool isLabel, UBool toASCII, 345 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { 379 if(isLabel) { 400 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode); 411 UBool isLabel, UBool toASCII, 449 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { 483 if(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 | 163 while (I != E && (I->isPHI() || I->isLabel() || I->isDebugValue())) [all...] |
ScheduleDAGInstrs.cpp | 746 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 | 555 if (MI->isLabel()) [all...] |
/external/llvm/lib/Target/Sparc/ |
DelaySlotFiller.cpp | 197 || I->isLabel()
|
/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/Target/Mips/ |
MipsDelaySlotFiller.cpp | 720 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 | 562 if (MI.isLabel())
|
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfo.cpp | [all...] |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |