Searched defs:report (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-10.1-release/contrib/binutils/binutils/
H A Dbucomm.c71 report (const char * format, va_list args) function
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp439 BugReport *report = new BugReport(*BT_msg_ret, os.str(), N); local
H A DGenericTaintChecker.cpp650 BugReport *report = new BugReport(*BT, Msg, N); local
H A DIdempotentOperationChecker.cpp420 BugReport *report = new BugReport(*BT, os.str(), *I); local
[all...]
H A DBasicObjCFoundationChecks.cpp485 BugReport *report = new BugReport(*BT, os.str(), N); local
568 BugReport *report = new BugReport(*BT, description, N); local
627 BugReport *report = new BugReport(*BT, os.str(), N); local
[all...]
H A DCStringChecker.cpp245 BugReport *report = new BugReport(*BT, os.str(), N); local
303 BugReport *report; local
532 BugReport *report = local
600 BugReport *report = new BugReport(*BT_AdditionOverflow, warning, N); local
717 BugReport *report = new BugReport(*BT_NotCString, local
781 BugReport *report = new BugReport(*BT_NotCString, local
[all...]
H A DRetainCountChecker.cpp3077 CFRefReport *report = new CFRefReport(*BT, C.getASTContext().getLangOpts(), local
3303 CFRefReport *report = local
3325 CFRefReport *report = local
3514 CFRefReport *report = local
3558 CFRefLeakReport *report = new CFRefLeakReport(*BT, LOpts, GCEnabled, local
[all...]
/freebsd-10.1-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_event_plugin.h157 void (*report) (void *plugin_data, member in struct:osm_event_plugin
/freebsd-10.1-release/sys/netinet/
H A Din_rmx.c478 in_rtalloc1(struct sockaddr *dst, int report, u_long ignflags, u_int fibnum) argument
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fm.c694 zio_cksum_report_t *report = kmem_zalloc(sizeof (*report), KM_SLEEP); local
732 zfs_ereport_finish_checksum(zio_cksum_report_t *report, const void *good_data, const void *bad_data, boolean_t drop_if_identical) argument
772 zfs_ereport_send_interim_checksum(zio_cksum_report_t *report) argument
[all...]
/freebsd-10.1-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.h16 struct uni_ie_report report; member in struct:uni_alerting
46 struct uni_ie_report report; member in struct:uni_connect
110 struct uni_ie_report report; member in struct:uni_setup
282 struct uni_ie_report report; member in struct:uni_modify_ack
301 struct uni_ie_report report; member in struct:uni_conn_avail
/freebsd-10.1-release/usr.sbin/boot0cfg/
H A Dboot0cfg.c276 set_bell(u_int8_t *mbr, int new_bell, int report) argument
/freebsd-10.1-release/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c432 report(const char *fmt, ...) function
[all...]
/freebsd-10.1-release/contrib/bsnmp/snmpd/
H A Dconfig.c174 report(const char *fmt, ...) function
[all...]
/freebsd-10.1-release/contrib/ldns-host/
H A Dldns-host.c673 report(ldns_resolver *res, ldns_rdf *domain, ldns_pkt *pkt) { function
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp895 trackNullOrUndefValue(const ExplodedNode *N, const Stmt *S, BugReport &report, bool IsArg, bool EnableNullFPSuppression) argument
1273 patternMatch(const Expr *Ex, raw_ostream &Out, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N, Optional<bool> &prunable) argument
1414 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
1459 VisitTrueTest(const Expr *Cond, const DeclRefExpr *DR, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
[all...]
H A DBugReporter.cpp1644 BugReport *report = PDB.getBugReport(); local
[all...]
/freebsd-10.1-release/contrib/ncurses/progs/
H A Dtset.c1061 report(const char *name, int which, unsigned def) function
/freebsd-10.1-release/sys/dev/cxgbe/tom/
H A Dt4_ddp.c415 uint32_t report = be32toh(ddp_report); local
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_request.c1745 usbd_req_set_protocol(struct usb_device *udev, struct mtx *mtx, uint8_t iface_index, uint16_t report) argument
/freebsd-10.1-release/sys/net/
H A Droute.c394 rtalloc1(struct sockaddr *dst, int report, u_long ignflags) argument
401 rtalloc1_fib(struct sockaddr *dst, int report, u_long ignflags, argument
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DMachineVerifier.cpp377 void MachineVerifier::report(const char *msg, const MachineFunction *MF) { function in class:MachineVerifier
389 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB) { function in class:MachineVerifier
401 void MachineVerifier::report(const char *msg, const MachineInstr *MI) { function in class:MachineVerifier
410 void MachineVerifier::report(const char *msg, function in class:MachineVerifier
419 void MachineVerifier::report(const char *msg, const MachineFunction *MF, function in class:MachineVerifier
425 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB, function in class:MachineVerifier
431 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB, function in class:MachineVerifier
437 void MachineVerifier::report(const char *msg, const MachineFunction *MF, function in class:MachineVerifier
[all...]
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h404 wpa_drv_probe_req_report(struct wpa_supplicant *wpa_s, int report) argument
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c2561 report_context_t *report = report_baton; local
2584 report_context_t *report = report_baton; local
2605 report_context_t *report = report_baton; local
2702 report_context_t *report = baton; local
2719 report_context_t *report = baton; local
2739 report_context_t *report = report_baton; local
3142 report_context_t *report; local
[all...]
/freebsd-10.1-release/sys/dev/pci/
H A Dpci.c3729 int report; /* 0 = bootverbose, 1 = always */ member in struct:__anon9611
3823 int i, report; local

Completed in 332 milliseconds

123