Home
last modified time | relevance | path

Searched refs:getSymbol (Results 1 – 25 of 202) sorted by relevance

123456789

/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp53 UnicodeString zero = en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol); in testSymbols()
55 …if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZer… in testSymbols()
59 UnicodeString group = en.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol); in testSymbols()
61 …if(fr.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol) != en.getSymbol(DecimalFormatSymbo… in testSymbols()
65 UnicodeString decimal = en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); in testSymbols()
67 …if(fr.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol) != en.getSymbol(DecimalFormatSymbol… in testSymbols()
71 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol); in testSymbols()
73 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols()
77 UnicodeString percent = en.getSymbol(DecimalFormatSymbols::kPercentSymbol); in testSymbols()
79 …if(fr.getSymbol(DecimalFormatSymbols::kPercentSymbol) != en.getSymbol(DecimalFormatSymbols::kPerce… in testSymbols()
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
DCurrency.java257 public String getSymbol() { in getSymbol() method in Currency
258 return currency.getSymbol(ULocale.getDefault(Category.DISPLAY).toLocale()); in getSymbol()
268 public String getSymbol(Locale loc) { in getSymbol() method in Currency
269 return currency.getSymbol(loc); in getSymbol()
279 public String getSymbol(ULocale uloc) { in getSymbol() method in Currency
280 return currency.getSymbol(uloc.toLocale()); in getSymbol()
/external/clang/test/Analysis/
Dnullptr.cpp93 int getSymbol();
109 if (getSymbol()) in shouldNotCrash()
111 if (getSymbol()) in shouldNotCrash()
113 if (getSymbol()) { in shouldNotCrash()
/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp34 SymbolRef sym = SV->getSymbol(); in hasConjuredSymbol()
42 SymbolRef sym = SR->getSymbol(); in hasConjuredSymbol()
79 return SymR->getSymbol(); in getAsLocSymbol()
95 return SymR->getSymbol(); in getLocSymbolInBase()
114 return X->getSymbol(); in getAsSymbol()
123 return X->getSymbol(); in getAsSymbolicExpression()
271 os << castAs<nonloc::SymbolVal>().getSymbol(); in dumpToStream()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp151 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMScatteredHalfRelocation()
166 const MCSymbol *SB = &B->getSymbol(); in RecordARMScatteredHalfRelocation()
170 "symbol '" + B->getSymbol().getName() + in RecordARMScatteredHalfRelocation()
177 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredHalfRelocation()
256 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMScatteredRelocation()
272 const MCSymbol *SB = &B->getSymbol(); in RecordARMScatteredRelocation()
276 "symbol '" + B->getSymbol().getName() + in RecordARMScatteredRelocation()
283 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredRelocation()
382 A = &Target.getSymA()->getSymbol(); in recordRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp140 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
145 const MCSymbol *B = &Target.getSymB()->getSymbol(); in RecordX86_64Relocation()
213 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
374 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordScatteredRelocation()
390 const MCSymbol *SB = &B->getSymbol(); in recordScatteredRelocation()
395 "symbol '" + B->getSymbol().getName() + in recordScatteredRelocation()
407 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in recordScatteredRelocation()
486 Writer->getSymbolAddress(Target.getSymB()->getSymbol(), Layout) + in recordTLVPRelocation()
498 Writer->addRelocation(&Target.getSymA()->getSymbol(), Fragment->getParent(), in recordTLVPRelocation()
532 A = &Target.getSymA()->getSymbol(); in RecordX86Relocation()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp183 MO.getMBB()->getSymbol()->print(O, MAI); in printOperand()
207 StubValueTy(getSymbol(GV), !GV->hasInternalLinkage()); in printOperand()
217 StubValueTy(getSymbol(GV), !GV->hasInternalLinkage()); in printOperand()
219 SymToPrint = getSymbol(GV); in printOperand()
222 SymToPrint = getSymbol(GV); in printOperand()
434 MCSymbol *MOSymbol = getSymbol(GValue); in LowerPATCHPOINT()
479 MCSymbol *MOSymbol = getSymbol(GValue); in EmitTlsCall()
592 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction()
636 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction()
672 MOSymbol = getSymbol(GV); in EmitInstruction()
[all …]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp207 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordScatteredRelocation()
219 const MCSymbol *SB = &B->getSymbol(); in recordScatteredRelocation()
222 report_fatal_error("symbol '" + B->getSymbol().getName() + in recordScatteredRelocation()
226 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in recordScatteredRelocation()
326 A = &Target.getSymA()->getSymbol(); in RecordPPCRelocation()
/external/llvm/lib/MC/
DMCObjectWriter.cpp28 const MCSymbol &SA = A->getSymbol(); in isSymbolRefDifferenceFullyResolved()
29 const MCSymbol &SB = B->getSymbol(); in isSymbolRefDifferenceFullyResolved()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
DCurrencyNameProviderICU.java18 public String getSymbol(String currencyCode, Locale locale) { in getSymbol() method in CurrencyNameProviderICU
20 String sym = curDispNames.getSymbol(currencyCode); in getSymbol()
/external/llvm/include/llvm/Support/
DELF.h900 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
903 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
917 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
920 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
933 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
938 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()
952 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
957 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()
/external/llvm/lib/Target/BPF/
DBPFMCInstLower.cpp30 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
66 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), Ctx)); in Lower()
DBPFAsmPrinter.cpp63 O << *MO.getMBB()->getSymbol(); in printOperand()
67 O << *getSymbol(MO.getGlobal()); in printOperand()
/external/llvm/include/llvm/Object/
DELFObjectFile.h305 const Elf_Sym *getSymbol(DataRefImpl Sym) const { in getSymbol() function
358 const Elf_Sym *ESym = getSymbol(Sym); in getSymbolName()
377 const Elf_Sym *ESym = getSymbol(Symb); in getSymbolValueImpl()
395 const Elf_Sym *ESym = getSymbol(Symb); in getSymbolAddress()
421 const Elf_Sym *Sym = getSymbol(Symb); in getSymbolAlignment()
429 return getSymbol(Sym)->st_size; in getSymbolSize()
434 return getSymbol(Symb)->st_size; in getCommonSymbolSizeImpl()
439 return getSymbol(Symb)->st_other; in getSymbolOther()
444 return getSymbol(Symb)->getType(); in getSymbolELFType()
449 const Elf_Sym *ESym = getSymbol(Symb); in getSymbolType()
[all …]
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DCurrencyNameTest.java69 String curSymbol = currency.getSymbol(loc); in TestCurrencySymbols()
70 String curSymbolIcu = currencyIcu.getSymbol(loc); in TestCurrencySymbols()
93 curSymbol = currency.getSymbol(locIcu); in TestCurrencySymbols()
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp73 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand()
77 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
164 const MCSymbolRefExpr *Sym1 = MCSymbolRefExpr::create(BB1->getSymbol(), *Ctx); in createSub()
165 const MCSymbolRefExpr *Sym2 = MCSymbolRefExpr::create(BB2->getSymbol(), *Ctx); in createSub()
/external/llvm/lib/Target/AArch64/
DAArch64TargetObjectFile.cpp41 const MCSymbol *Sym = TM.getSymbol(GV, Mang); in getTTypeGlobalReference()
57 return TM.getSymbol(GV, Mang); in getCFIPersonalitySymbol()
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp34 const MCSymbol *Sym = TM.getSymbol(GV, Mang); in getTTypeGlobalReference()
48 return TM.getSymbol(GV, Mang); in getCFIPersonalitySymbol()
120 return MCSymbolRefExpr::create(TM.getSymbol(GOLHS, Mang), in getExecutableRelativeSymbol()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp122 MCSymbol *GVSym = getSymbol(GV); in EmitGlobalVariable()
205 MBB->getSymbol()->print(O, MAI); in printInlineJT()
221 MO.getMBB()->getSymbol()->print(O, MAI); in printOperand()
224 getSymbol(MO.getGlobal())->print(O, MAI); in printOperand()
/external/llvm/lib/Target/Sparc/
DSparcMCInstLower.cpp42 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand()
46 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp342 MCSymbol *AsmPrinter::getSymbol(const GlobalValue *GV) const { in getSymbol() function in AsmPrinter
343 return TM.getSymbol(GV, *Mang); in getSymbol()
364 if (GlobalGOTEquivs.count(getSymbol(GV))) in EmitGlobalVariable()
376 MCSymbol *GVSym = getSymbol(GV); in EmitGlobalVariable()
1031 const MCSymbol *GOTEquivSym = getSymbol(&G); in computeGlobalGOTEquivs()
1083 MCSymbol *Name = getSymbol(&F); in doFinalization()
1133 OutStreamer->EmitSymbolAttribute(getSymbol(&G), MCSA_WeakReference); in doFinalization()
1139 OutStreamer->EmitSymbolAttribute(getSymbol(&F), MCSA_WeakReference); in doFinalization()
1145 MCSymbol *Name = getSymbol(&Alias); in doFinalization()
1233 CurrentFnSym = getSymbol(MF.getFunction()); in SetupMachineFunction()
[all …]
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp32 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
95 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), Ctx)); in Lower()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h56 RuntimeDyld::SymbolInfo getSymbol(StringRef Name) const { in getSymbol() function
57 return RTDyld->getSymbol(Name); in getSymbol()
229 if (auto Sym = (*H)->getSymbol(Name)) { in findSymbolIn()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DCurrencyTest.java212 usd.getSymbol()); in TestCoverage()
225 assertEquals("de_USD_symbol", "$", cdn.getSymbol("USD")); in TestCurrencyDisplayNames()
232 assertEquals("en-US_USD_symbol", "$", cdn.getSymbol("USD")); in TestCurrencyDisplayNames()
237 assertEquals("en-US_FOO_symbol", "FOO", cdn.getSymbol("FOO")); in TestCurrencyDisplayNames()
251 assertEquals("de_USD_symbol", "$", cdn.getSymbol("USD")); in TestCurrencyDisplayNames()
259 assertNull("de_FOO_symbol", cdn.getSymbol("FOO")); in TestCurrencyDisplayNames()
302 …if (!info_fallback.getSymbol("isoCode").equals("isoCode") || info_nofallback.getSymbol("isoCode") … in TestCurrencyData()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCurrencyTest.java208 usd.getSymbol()); in TestCoverage()
221 assertEquals("de_USD_symbol", "$", cdn.getSymbol("USD")); in TestCurrencyDisplayNames()
228 assertEquals("en-US_USD_symbol", "$", cdn.getSymbol("USD")); in TestCurrencyDisplayNames()
233 assertEquals("en-US_FOO_symbol", "FOO", cdn.getSymbol("FOO")); in TestCurrencyDisplayNames()
247 assertEquals("de_USD_symbol", "$", cdn.getSymbol("USD")); in TestCurrencyDisplayNames()
255 assertNull("de_FOO_symbol", cdn.getSymbol("FOO")); in TestCurrencyDisplayNames()
298 …if (!info_fallback.getSymbol("isoCode").equals("isoCode") || info_nofallback.getSymbol("isoCode") … in TestCurrencyData()

123456789