OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_decl
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/coregrind/m_debuginfo/
readdwarf3.c
3239
Bool
is_decl
= False;
local
3365
Bool
is_decl
= False;
local
[
all
...]
/external/lldb/source/Expression/
IRForTarget.cpp
332
bool
is_decl
= fun->isDeclaration();
local
335
log->Printf("Examining %s function %s", (
is_decl
? "declaration" : "non-declaration"), fun->getName().str().c_str());
337
if (!
is_decl
)
[
all
...]
Completed in 327 milliseconds