OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_statement
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_cursor_kind.py
33
self.assertTrue(CursorKind.UNEXPOSED_STMT.
is_statement
())
47
'
is_statement
', 'is_invalid', 'is_attribute')
test_cursor.py
489
if cursor.kind.is_expression() and not cursor.kind.
is_statement
():
/src/external/bsd/kyua-cli/dist/utils/text/
templates.cpp
288
is_statement
(const std::string& line)
function in class:__anon7014::templates_parser
306
PRE(
is_statement
(line));
322
if (!
is_statement
(line)) {
396
if (!
is_statement
(line))
/src/external/gpl3/gcc/dist/gcc/
gimplify.cc
17715
bool
is_statement
;
17726
is_statement
= gimple_test_f == is_gimple_stmt;
17727
if (
is_statement
)
18741
if (
is_statement
)
18822
if (fallback == fb_none ||
is_statement
)
17712
bool
is_statement
;
local
/src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc
14928
bool
is_statement
;
14939
is_statement
= gimple_test_f == is_gimple_stmt;
14940
if (
is_statement
)
15935
if (
is_statement
)
16016
if (fallback == fb_none ||
is_statement
)
14925
bool
is_statement
;
local
/src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py
683
def
is_statement
(self):
member in class:CursorKind
Completed in 234 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026