OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:locf
(Results
1 - 11
of
11
) sorted by null
/external/valgrind/memcheck/tests/
inlinfo.c
46
static int
locf
= 0;
local
47
locf
+= argf;
48
return fun_noninline_o(
locf
);
/external/valgrind/memcheck/tests/solaris/
inlinfo_nested.c
49
static int
locf
= 0;
local
50
locf
+= argf;
51
return fun_noninline_o(
locf
);
/build/kati/
rule.cc
60
ERROR("%s:%d: *** missing separator.",
LOCF
(loc));
74
LOCF
(loc));
123
LOCF
(loc));
134
LOCF
(loc), output.c_str());
142
ERROR("%s:%d: *** missing target pattern.",
LOCF
(loc));
145
ERROR("%s:%d: *** multiple target patterns.",
LOCF
(loc));
148
ERROR("%s:%d: *** target pattern contains no '%%'.",
LOCF
(loc));
stmt.cc
33
LOCF
(loc()));
55
opstr, dirstr,
LOCF
(loc()));
73
expr->DebugString().c_str(),
LOCF
(loc()));
90
LOCF
(loc()));
95
expr->DebugString().c_str(),
LOCF
(loc()));
102
LOCF
(loc()));
108
LOCF
(loc()));
loc.h
33
#define
LOCF
(x) (x).filename, (x).lineno
dep.cc
159
LOCF
(r->loc), output.c_str());
165
LOCF
(r->cmd_loc()), output.c_str());
167
LOCF
(primary_rule->cmd_loc()), output.c_str());
273
LOCF
(loc));
295
WARN("%s:%d: kati doesn't support %s",
LOCF
(loc), *p);
func.cc
468
LOCF
(ev->loc()), text->c_str());
556
LOCF
(ev->loc()), cmd.c_str());
667
StringPrintf("echo -e \"%s:%d: %s\" 2>&1",
LOCF
(ev->loc()), EchoEscape(a).c_str()));
670
printf("%s:%d: %s\n",
LOCF
(ev->loc()), a.c_str());
679
LOCF
(ev->loc()), EchoEscape(a).c_str()));
expr.cc
322
LOCF
(loc), f->name(), terms[0]);
336
LOCF
(loc), nargs - 1, f->name());
436
ERROR("%s:%d: *** unterminated variable reference.",
LOCF
(loc));
parser.cc
292
WARN("%s:%d: extraneous text after `endef' directive",
LOCF
(loc_));
362
WARN("%s:%d: extraneous text after `ifeq' directive",
LOCF
(loc_));
399
WARN("%s:%d: extraneous text after `else' directive",
LOCF
(loc_));
eval.cc
314
ERROR("%s:%d: %s",
LOCF
(loc_), msg.c_str());
main.cc
172
LOCF
(err->loc()), err->msg.c_str());
Completed in 301 milliseconds