Home
last modified time | relevance | path

Searched refs:fn_name (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp103 const char *fn_name) const;
466 const char *fn_name) const { in ReportZeroByteAllocation()
473 os << "Call to '" << fn_name << "' has an allocation size of 0 bytes"; in ReportZeroByteAllocation()
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y214 call : CALL result fn_name args eol {
219 call2 : CALL2 result result fn_name args eol {
224 call3 : CALL3 result result result fn_name args eol {
229 call4 : CALL4 result result result result fn_name args eol {
402 fn_name : VARNAME {
/freebsd/contrib/bmake/
H A Dcond.c673 const char *fn_name = p; in CondParser_FuncCall() local
692 arg = ParseFuncArg(par, &p, doEval, fn_name); in CondParser_FuncCall()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sysctl.c1662 #define BNXT_HW_LRO_FN(fn_name, arg) \ argument
1664 fn_name(SYSCTL_HANDLER_ARGS) { \
1696 #define BNXT_FLOW_CTRL_FN(fn_name, arg) \ in BNXT_HW_LRO_FN() argument
1698 fn_name(SYSCTL_HANDLER_ARGS) { \ in BNXT_HW_LRO_FN()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1922 ConstString fn_name = m_sc.GetFunctionName(); in GetStatus() local
1924 if (!fn_name.IsEmpty()) in GetStatus()
1928 fn_name.AsCString()); in GetStatus()