Home
last modified time | relevance | path

Searched refs:locs (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp84 *loc_count = rep->locs.Size(); in __tsan_get_report_data()
131 CHECK_LT(idx, rep->locs.Size()); in __tsan_get_report_loc()
132 ReportLocation *loc = rep->locs[idx]; in __tsan_get_report_loc()
148 CHECK_LT(idx, rep->locs.Size()); in __tsan_get_report_loc_object_type()
149 ReportLocation *loc = rep->locs[idx]; in __tsan_get_report_loc_object_type()
H A Dtsan_report.cpp36 , locs() in ReportDesc()
338 for (uptr i = 0; i < rep->locs.Size(); i++) in PrintReport()
339 PrintLocation(rep->locs[i]); in PrintReport()
435 for (uptr i = 0; i < rep->locs.Size(); i++) in PrintReport()
436 PrintLocation(rep->locs[i]); in PrintReport()
H A Dtsan_rtl_report.cpp292 rep_->locs.PushBack(loc); in AddLocation()
314 rep_->locs.PushBack(loc); in AddLocation()
323 rep_->locs.PushBack(loc); in AddLocation()
329 rep_->locs.PushBack(loc); in AddLocation()
648 for (uptr i = 0; pc_or_addr == 0 && i < rep->locs.Size(); i++) in OutputReport()
649 pc_or_addr = IsSuppressed(rep->typ, rep->locs[i], &supp); in OutputReport()
H A Dtsan_report.h107 Vector<ReportLocation*> locs; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCCState.h34 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) in PPCCCState() argument
35 : CCState(CC, isVarArg, MF, locs, C) {} in PPCCCState()
/freebsd/contrib/expat/lib/
H A DMakefile.in515 locs=`for p in $$list; do echo $$p; done | \
518 test -z "$$locs" || { \
519 echo rm -f $${locs}; \
520 rm -f $${locs}; \
526 locs=`for p in $$list; do echo $$p; done | \
529 test -z "$$locs" || { \
530 echo rm -f $${locs}; \
531 rm -f $${locs}; \
/freebsd/contrib/ntp/sntp/libopts/
H A DMakefile.in555 locs=`for p in $$list; do echo $$p; done | \
558 test -z "$$locs" || { \
559 echo rm -f $${locs}; \
560 rm -f $${locs}; \
566 locs=`for p in $$list; do echo $$p; done | \
569 test -z "$$locs" || { \
570 echo rm -f $${locs}; \
571 rm -f $${locs}; \
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h99 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C,
101 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {} in CCState() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h48 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) in SystemZCCState() argument
49 : CCState(CC, isVarArg, MF, locs, C) {} in SystemZCCState()
/freebsd/sys/dev/hid/
H A Dhmt.c184 struct hid_location locs[MAX_MT_SLOTS][HMT_N_USAGES]; member
574 if (sc->locs[cont][usage].size > 0) in hmt_intr()
576 buf, len, &sc->locs[cont][usage]); in hmt_intr()
791 if (sc->locs[cont][i].size) in hmt_hid_parse()
793 sc->locs[cont][i] = hi.loc; in hmt_hid_parse()
/freebsd/sys/dev/usb/input/
H A Dwmt.c207 struct hid_location locs[MAX_MT_SLOTS][WMT_N_USAGES]; member
551 if (sc->locs[cont][usage].size > 0) in wmt_process_report()
553 buf, len, &sc->locs[cont][usage]); in wmt_process_report()
883 if (sc->locs[cont][i].size) in wmt_hid_parse()
885 sc->locs[cont][i] = hi.loc; in wmt_hid_parse()
/freebsd/contrib/openbsm/modules/auditfilter_noop/
H A DMakefile.in394 locs=`for p in $$list; do echo $$p; done | \
397 test -z "$$locs" || { \
398 echo rm -f $${locs}; \
399 rm -f $${locs}; \
/freebsd/contrib/openbsm/libauditd/
H A DMakefile.in397 locs=`for p in $$list; do echo $$p; done | \
400 test -z "$$locs" || { \
401 echo rm -f $${locs}; \
402 rm -f $${locs}; \
/freebsd/contrib/openpam/modules/pam_permit/
H A DMakefile.in416 locs=`for p in $$list; do echo $$p; done | \
419 test -z "$$locs" || { \
420 echo rm -f $${locs}; \
421 rm -f $${locs}; \
/freebsd/contrib/openpam/modules/pam_return/
H A DMakefile.in416 locs=`for p in $$list; do echo $$p; done | \
419 test -z "$$locs" || { \
420 echo rm -f $${locs}; \
421 rm -f $${locs}; \
/freebsd/contrib/openpam/modules/pam_unix/
H A DMakefile.in416 locs=`for p in $$list; do echo $$p; done | \
419 test -z "$$locs" || { \
420 echo rm -f $${locs}; \
421 rm -f $${locs}; \
/freebsd/contrib/openpam/modules/pam_deny/
H A DMakefile.in416 locs=`for p in $$list; do echo $$p; done | \
419 test -z "$$locs" || { \
420 echo rm -f $${locs}; \
421 rm -f $${locs}; \
/freebsd/sys/contrib/openzfs/lib/
H A DMakefile.am115 abidw --no-show-locs \
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp568 std::vector<Loc> locs; member
747 for (UndefinedDiag::Loc l : undef.locs) { in reportUndefinedSymbol()
764 if (i < undef.locs.size()) in reportUndefinedSymbol()
765 msg += ("\n>>> referenced " + Twine(undef.locs.size() - i) + " more times") in reportUndefinedSymbol()
800 assert(undef.locs.size() == 1); in reportUndefinedSymbols()
802 canon->locs.push_back(undef.locs[0]); in reportUndefinedSymbols()
803 undef.locs.clear(); in reportUndefinedSymbols()
810 if (!undef.locs.empty()) in reportUndefinedSymbols()
/freebsd/contrib/openbsm/libbsm/
H A DMakefile.in425 locs=`for p in $$list; do echo $$p; done | \
428 test -z "$$locs" || { \
429 echo rm -f $${locs}; \
430 rm -f $${locs}; \
/freebsd/contrib/file/src/
H A DMakefile.in492 locs=`for p in $$list; do echo $$p; done | \
495 test -z "$$locs" || { \
496 echo rm -f $${locs}; \
497 rm -f $${locs}; \
/freebsd/contrib/sqlite3/
H A DMakefile.in496 locs=`for p in $$list; do echo $$p; done | \
499 test -z "$$locs" || { \
500 echo rm -f $${locs}; \
501 rm -f $${locs}; \
/freebsd/contrib/openpam/lib/libpam/
H A DMakefile.in563 locs=`for p in $$list; do echo $$p; done | \
566 test -z "$$locs" || { \
567 echo rm -f $${locs}; \
568 rm -f $${locs}; \
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1687 explicit Record(Init *N, ArrayRef<SMLoc> locs, RecordKeeper &records,
1689 : Name(N), Locs(locs.begin(), locs.end()), TrackedRecords(records), in Name()
1694 explicit Record(StringRef N, ArrayRef<SMLoc> locs, RecordKeeper &records,
1696 : Record(StringInit::get(records, N), locs, records, Kind) {} in Record() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp392 StructuredData::ArraySP locs = ConvertToStructuredArray( in RetrieveReportData() local
424 dict->AddItem("locs", locs); in RetrieveReportData()

12