Searched defs:locs (Results 1 - 25 of 27) sorted by relevance

12

/external/llvm/lib/Target/PowerPC/
H A DPPCCCState.h34 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C)
35 : CCState(CC, isVarArg, MF, locs, C) {}
33 PPCCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) argument
/external/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h64 DateTimeRoundTripFunction(int locs) argument
66 nLocales = locs;
/external/llvm/lib/Target/Mips/
H A DMipsCCState.h68 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C,
70 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {}
67 MipsCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C, SpecialCallingConvType SpecialCC = NoSpecialCallingConv) argument
/external/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h42 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C)
43 : CCState(CC, isVarArg, MF, locs, C) {}
41 SystemZCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DCallingConvLower.cpp27 const TargetMachine &tm, SmallVector<CCValAssign, 16> &locs,
30 TRI(*TM.getRegisterInfo()), Locs(locs), Context(C),
26 CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &mf, const TargetMachine &tm, SmallVector<CCValAssign, 16> &locs, LLVMContext &C) argument
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h109 Vector<ReportLocation*> locs; member in class:__tsan::ReportDesc
/external/icu/icu4c/source/test/intltest/
H A Dnmfmapts.cpp313 StringEnumeration* locs = NumberFormat::getAvailableLocales(); local
319 for (res = locs->snext(status); res; res = locs->snext(status)) {
386 for (res = locs->snext(status); res; res = locs->snext(status)) {
390 locs->reset(status); // now in synch again, we hope
391 for (res = locs->snext(status); res; res = locs->snext(status)) {
395 delete locs;
H A Dincaltst.cpp98 const char *locs [40] = { "en_US_VALLEYGIRL", local
127 for(j=0;locs[j];j++) {
128 logln(UnicodeString("Creating calendar of locale ") + locs[j]);
130 c = Calendar::createInstance(locs[j], status);
131 CHECK(status, "creating '" + UnicodeString(locs[j]) + "' calendar");
135 dataerrln(UnicodeString(locs[j]) + UnicodeString("Calendar type ") + c->getType() + " instead of " + types[j]);
H A Dnumfmtst.cpp2153 const Locale* locs = NumberFormat::getAvailableLocales(locCount); local
2156 NumberFormat* nf = NumberFormat::createCurrencyInstance(locs[i], ec);
2158 errln("FAIL: Can't create NumberFormat(%s) - %s", locs[i].getName(), u_errorName(ec));
2168 errln((UnicodeString)"FAIL: " + locs[i].getName() +
2181 errln((UnicodeString)"FAIL: " + locs[i].getName() +
/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp29 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C)
31 TRI(*MF.getSubtarget().getRegisterInfo()), Locs(locs), Context(C),
28 CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &mf, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) argument
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.cpp513 recordLocation(uint16_t *locs, uint8_t *masks, argument
519 case TGSI_SEMANTIC_POSITION: locs[SV_POSITION] = addr; break;
520 case TGSI_SEMANTIC_INSTANCEID: locs[SV_INSTANCE_ID] = addr; break;
521 case TGSI_SEMANTIC_VERTEXID: locs[SV_VERTEX_ID] = addr; break;
522 case TGSI_SEMANTIC_PRIMID: locs[SV_PRIMITIVE_ID] = addr; break;
523 case NV50_SEMANTIC_LAYER: locs[SV_LAYER] = addr; break;
524 case NV50_SEMANTIC_VIEWPORTINDEX: locs[SV_VIEWPORT_INDEX] = addr; break;
/external/elfutils/libdw/
H A Ddwarf_getlocation.c123 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare);
161 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare);
185 found = tsearch (newp, &attr->cu->locs, loc_compare);
240 /* Stack allocate at most this many locs. */
604 &cu->locs, block,
676 Dwarf_Addr address, const Elf_Data *locs, Dwarf_Op **expr,
679 unsigned char *readp = locs->d_buf + offset;
680 unsigned char *readendp = locs->d_buf + locs->d_size;
728 return readp - (unsigned char *) locs
674 getlocations_addr(Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp, Dwarf_Addr address, const Elf_Data *locs, Dwarf_Op **expr, size_t *exprlen) argument
[all...]
H A DlibdwP.h313 void *locs; member in struct:Dwarf_CU
/external/elfutils/tests/
H A Dvarlocs.c402 int locs = dwarf_getlocation_addr (&attrval, addr, local
404 if (locs == 0)
406 else if (locs == 1)
411 ", locs (%d): %s", addr, locs, dwarf_errmsg (-1));
696 int locs = dwarf_getlocation_addr (&attr, begin, local
699 assert (locs == 1);
700 locs = dwarf_getlocation_addr (&attr, end - 1,
703 assert (locs == 1);
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp657 const UnicodeString& locs,
676 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status);
681 const UnicodeString& locs,
700 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status);
656 RuleBasedNumberFormat(const UnicodeString& description, const UnicodeString& locs, const Locale& alocale, UParseError& perror, UErrorCode& status) argument
680 RuleBasedNumberFormat(const UnicodeString& description, const UnicodeString& locs, UParseError& perror, UErrorCode& status) argument
/external/llvm/include/llvm/TableGen/
H A DRecord.h1260 explicit Record(Init *N, ArrayRef<SMLoc> locs, RecordKeeper &records, argument
1262 Name(N), Locs(locs.begin(), locs.end()), TrackedRecords(records),
1266 explicit Record(const std::string &N, ArrayRef<SMLoc> locs, argument
1268 : Record(StringInit::get(N), locs, records, Anonymous) {}
/external/icu/icu4c/source/common/
H A Duresbund.cpp2827 UEnumeration *locs = NULL; local
2834 locs = ures_openAvailableLocales(path, status);
2845 while((locale = uenum_next(locs, &locLen, status))) {
2913 uenum_close(locs);
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c1415 UEnumeration *locs= NULL; local
1434 locs = ures_openAvailableLocales(U_ICUDATA_COLL, &status);
1459 locName = uenum_next(locs, &locLen, &status);
1461 log_err("uenum_next(locs) error %s\n", u_errorName(status));
1468 uenum_close(locs);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp91 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C,
93 : CCState(CC, isVarArg, MF, locs, C),
90 HexagonCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C, int NumNamedVarArgParams) argument
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp80 const TargetMachine &TM, SmallVector<CCValAssign, 16> &locs,
82 : CCState(CC, isVarArg, MF, TM, locs, C) {
79 ARMCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, const TargetMachine &TM, SmallVector<CCValAssign, 16> &locs, LLVMContext &C, ParmContext PC) argument
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp72 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C,
74 : CCState(CC, isVarArg, MF, locs, C) {
71 ARMCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C, ParmContext PC) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 1447 milliseconds

12