Home
last modified time | relevance | path

Searched refs:locs (Results 1 – 25 of 33) 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 PrintThread()
436 PrintLocation(rep->locs[i]); in PrintThread()
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;
106 Vector<ReportLocation*> locs; global() 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/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/SystemZ/
H A DSystemZCallingConv.h48 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) in SystemZCCState() argument
49 : CCState(CC, isVarArg, MF, locs, C) {} in SystemZCCState()
/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/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.c206 struct hid_location locs[MAX_MT_SLOTS][WMT_N_USAGES]; member
550 if (sc->locs[cont][usage].size > 0) in wmt_process_report()
552 buf, len, &sc->locs[cont][usage]); in wmt_process_report()
882 if (sc->locs[cont][i].size) in wmt_hid_parse()
884 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/sys/contrib/openzfs/lib/
H A DMakefile.am113 abidw --no-show-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/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp122 SmallVector<mlir::Location, 2> locs = {beg, end}; in getLoc() local
124 return mlir::FusedLoc::get(locs, metadata, &getMLIRContext()); in getLoc()
134 SmallVector<mlir::Location, 2> locs = {lhs, rhs}; in getLoc() local
136 return mlir::FusedLoc::get(locs, metadata, &getMLIRContext()); in getLoc()
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/
H A DFlattenCFG.cpp495 llvm::SmallVector<mlir::Location, 2> locs; in matchAndRewrite() local
499 locs.push_back(loc); in matchAndRewrite()
501 rewriter.createBlock(remainingOpsBlock, op->getResultTypes(), locs); in matchAndRewrite()
/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/expat/lib/
H A DMakefile.in588 locs=`for p in $$list; do echo $$p; done | \
591 echo rm -f $${locs}; \
592 $(am__rm_f) $${locs}
597 locs=`for p in $$list; do echo $$p; done | \
600 echo rm -f $${locs}; \
601 $(am__rm_f) $${locs}
/freebsd/contrib/openpam/modules/pam_permit/
H A DMakefile.in419 locs=`for p in $$list; do echo $$p; done | \
422 echo rm -f $${locs}; \
423 $(am__rm_f) $${locs}
/freebsd/contrib/openpam/modules/pam_return/
H A DMakefile.in419 locs=`for p in $$list; do echo $$p; done | \
422 echo rm -f $${locs}; \
423 $(am__rm_f) $${locs}
/freebsd/contrib/openpam/modules/pam_deny/
H A DMakefile.in419 locs=`for p in $$list; do echo $$p; done | \
422 echo rm -f $${locs}; \
423 $(am__rm_f) $${locs}
/freebsd/contrib/openpam/modules/pam_unix/
H A DMakefile.in419 locs=`for p in $$list; do echo $$p; done | \
422 echo rm -f $${locs}; \
423 $(am__rm_f) $${locs}
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp723 ArrayRef(undef.locs).take_front(maxUndefReferences)) { in reportUndefinedSymbol()
740 if (maxUndefReferences < undef.locs.size()) in reportUndefinedSymbol()
741 msg << "\n>>> referenced " << (undef.locs.size() - maxUndefReferences) in reportUndefinedSymbol()
775 assert(undef.locs.size() == 1); in reportUndefinedSymbols()
777 canon->locs.push_back(undef.locs[0]); in reportUndefinedSymbols()
778 undef.locs.clear(); in reportUndefinedSymbols()
785 if (!undef.locs.empty()) in reportUndefinedSymbols()
/freebsd/contrib/file/src/
H A DMakefile.in493 locs=`for p in $$list; do echo $$p; done | \
496 test -z "$$locs" || { \
497 echo rm -f $${locs}; \
498 rm -f $${locs}; \
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp394 StructuredData::ArraySP locs = ConvertToStructuredArray( in RetrieveReportData() local
426 dict->AddItem("locs", locs); in RetrieveReportData()
/freebsd/contrib/openpam/lib/libpam/
H A DMakefile.in566 locs=`for p in $$list; do echo $$p; done | \
569 echo rm -f $${locs}; \
570 $(am__rm_f) $${locs}

12