/external/boringssl/src/crypto/perlasm/ |
x86masm.pl | 40 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); } 55 $addr =~ s/^([^\+\-0-9][^\+\-]*)/&::islabel($1) or "$nmdecor$1"/ige;
|
x86nasm.pl | 38 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); } 57 $addr =~ s/^([^\+\-0-9][^\+\-]*)/::islabel($1) or "$nmdecor$1"/ige;
|
x86gas.pl | 70 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); } 84 $addr =~ s/^([^\+\-0-9][^\+\-]*)/&::islabel($1) or "$nmdecor$1"/ige;
|
/external/icu/icu4c/source/common/ |
uts46.cpp | 154 UBool isLabel, UBool toASCII, 160 UBool isLabel, UBool toASCII, 167 UBool isLabel, UBool toASCII, 303 UBool isLabel, UBool toASCII, 343 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { 377 if(isLabel) { 396 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode); 407 UBool isLabel, UBool toASCII, 443 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { 477 if(isLabel) { [all...] |
/external/swiftshader/third_party/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; }
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UTS46.java | 115 boolean isLabel, boolean toASCII, 143 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { 176 if(isLabel) { 193 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info); 205 boolean isLabel, boolean toASCII, 220 if(c=='.' && !isLabel) { [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UTS46.java | 114 boolean isLabel, boolean toASCII, 142 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { 175 if(isLabel) { 192 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info); 204 boolean isLabel, boolean toASCII, 219 if(c=='.' && !isLabel) { [all...] |
/external/v8/src/crankshaft/ |
lithium-codegen.cc | 83 if (instr->IsLabel()) { 128 if (instr->IsLabel()) dead_block = LLabel::cast(instr)->HasReplacement();
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
deadcode.go | 167 if x, isLabel := stmt.(*ast.LabeledStmt); isLabel && d.hasGoto[x.Label.Name] {
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
deadcode.go | 167 if x, isLabel := stmt.(*ast.LabeledStmt); isLabel && d.hasGoto[x.Label.Name] {
|
/external/llvm/include/llvm/MC/MCParser/ |
MCTargetAsmParser.h | 211 virtual bool isLabel(AsmToken &Token) { return true; };
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
MipsDelaySlotFiller.cpp | 147 || I->isLabel()
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/ |
MCTargetAsmParser.h | 226 virtual bool isLabel(AsmToken &Token) { return true; };
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/MCParser/ |
MCTargetAsmParser.h | 226 virtual bool isLabel(AsmToken &Token) { return true; };
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/MCParser/ |
MCTargetAsmParser.h | 226 virtual bool isLabel(AsmToken &Token) { return true; };
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/ |
MCTargetAsmParser.h | 226 virtual bool isLabel(AsmToken &Token) { return true; };
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/MCParser/ |
MCTargetAsmParser.h | 226 virtual bool isLabel(AsmToken &Token) { return true; };
|