OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:locf
(Results
1 - 8
of
8
) 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/
stmt.cc
31
after_term->DebugString().c_str(),
LOCF
(loc()));
66
NoLineBreak(orig_rhs.as_string()).c_str(), opstr, dirstr,
LOCF
(loc()));
84
LOCF
(loc()));
106
false_stmts.size(),
LOCF
(loc()));
111
LOCF
(loc()));
116
expr->DebugString().c_str(), is_export,
LOCF
(loc()));
121
LOCF
(loc()));
log.h
93
ColorWarnLog(
LOCF
(loc), StringPrintf(__VA_ARGS__).c_str()); \
99
ColorWarnLog(
LOCF
(loc), StringPrintf(__VA_ARGS__).c_str()); \
104
ColorErrorLog(
LOCF
(loc), StringPrintf(__VA_ARGS__).c_str()); \
loc.h
30
#define
LOCF
(x) (x).filename, (x).lineno
eval.cc
462
LOCF
(lowest_loc_));
func.cc
685
"echo -e \"%s:%d: %s\" 2>&1",
LOCF
(ev->loc()), EchoEscape(a).c_str()));
696
LOCF
(ev->loc()), EchoEscape(a).c_str()));
dep.cc
195
output.c_str(),
LOCF
(primary_rule->cmd_loc()));
Completed in 336 milliseconds