OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:locf
(Results
1 - 7
of
7
) 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
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()));
log.h
83
ColorWarnLog(
LOCF
(loc), StringPrintf(__VA_ARGS__).c_str()); \
88
ColorWarnLog(
LOCF
(loc), StringPrintf(__VA_ARGS__).c_str()); \
92
ColorErrorLog(
LOCF
(loc), StringPrintf(__VA_ARGS__).c_str()); \
loc.h
33
#define
LOCF
(x) (x).filename, (x).lineno
func.cc
677
StringPrintf("echo -e \"%s:%d: %s\" 2>&1",
LOCF
(ev->loc()), EchoEscape(a).c_str()));
688
LOCF
(ev->loc()), EchoEscape(a).c_str()));
dep.cc
168
output.c_str(),
LOCF
(primary_rule->cmd_loc()));
Completed in 1229 milliseconds