/external/icu/icu4c/source/common/ |
D | uts46.cpp | 154 UBool isLabel, UBool toASCII, 160 UBool isLabel, UBool toASCII, 167 UBool isLabel, UBool toASCII, 303 UBool isLabel, UBool toASCII, in process() argument 343 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in process() 377 if(isLabel) { in process() 396 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode); in process() 407 UBool isLabel, UBool toASCII, in processUTF8() argument 443 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in processUTF8() 477 if(isLabel) { in processUTF8() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UTS46.java | 116 boolean isLabel, boolean toASCII, in process() argument 144 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in process() 177 if(isLabel) { in process() 194 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info); in process() 206 boolean isLabel, boolean toASCII, in processUnicode() argument 221 if(c=='.' && !isLabel) { in processUnicode()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UTS46.java | 115 boolean isLabel, boolean toASCII, in process() argument 143 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in process() 176 if(isLabel) { in process() 193 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info); in process() 205 boolean isLabel, boolean toASCII, in processUnicode() argument 220 if(c=='.' && !isLabel) { in processUnicode()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DIE.h | 202 isLabel, enumerator 311 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {} in DIELabel() 327 static bool classof(const DIEValue *L) { return L->getType() == isLabel; } in classof()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyExplicitLocals.cpp | 229 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction() 379 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
|
D | WebAssemblyLateEHPrepare.cpp | 230 while (InsertPt != MBB.end() && InsertPt->isLabel()) // Skip EH_LABELs in addRethrows()
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCTargetAsmParser.h | 211 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 147 || I->isLabel() in findDelayInstr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiDelaySlotFiller.cpp | 165 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiDelaySlotFiller.cpp | 166 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 779 bool isLabel() const { return isEHLabel() || isGCLabel(); } 785 bool isPosition() const { return isLabel() || isCFIInstruction(); }
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 172 || I->isLabel() in findDelayInstr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 838 bool isLabel() const { 847 bool isPosition() const { return isLabel() || isCFIInstruction(); }
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 271 if (MI->isLabel() || MI->isImplicitDef() || MI->isCopy()) { in ExpandFPMLxInstructions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/ |
D | MCTargetAsmParser.h | 469 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineInstr.h | 257 bool isLabel() const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 312 case DIEValue::isLabel: in hashAttribute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | ShadowCallStack.cpp | 245 if (!MI.isDebugValue() && !MI.isCFIInstruction() && !MI.isLabel()) in runOnMachineFunction()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceVariableSplitting.cpp | 233 if (!Instr->isLabel()) in handleLabel()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 424 if (MI->isLabel() || MI->isPHI() || MI->isImplicitDef() || in runOnMachineFunction()
|
D | TargetInstrInfoImpl.cpp | 460 if (MI->getDesc().isTerminator() || MI->isLabel()) in isSchedulingBoundary()
|
D | MachineCSE.cpp | 254 if (MI->isLabel() || MI->isPHI() || MI->isImplicitDef() || in isCSECandidate()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVEntry.h | 259 bool isBasicBlock() const { return isLabel();} in isBasicBlock() 264 bool isLabel() const { return OpCode == OpLabel;} in isLabel() function
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 354 case DIEValue::isLabel: in hashAttribute()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITDwarfEmitter.cpp | 315 if (!MI->isLabel()) { in EmitExceptionTable()
|