OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_definition
(Results
1 - 11
of
11
) sorted by null
/bionic/tools/versioner/src/
DeclarationDatabase.cpp
85
bool
is_definition
= false;
local
90
is_definition
= function_decl->isThisDeclarationADefinition();
99
is_definition
= false;
103
is_definition
= true;
199
declaration_it->second.
is_definition
!=
is_definition
||
210
declaration.
is_definition
=
is_definition
;
255
if (it.second.
is_definition
) {
DeclarationDatabase.h
129
bool
is_definition
;
member in struct:Declaration
143
fprintf(out, "%s ",
is_definition
? "definition" : "declaration");
versioner.cpp
254
if (decl->
is_definition
) {
277
if (decl->
is_definition
&& !availability.empty()) {
/external/clang/bindings/python/examples/cindex/
cindex-dump.py
52
'
is_definition
' : node.
is_definition
(),
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
Function.h
71
spv_result_t RegisterBlock(uint32_t id, bool
is_definition
= true);
Function.cpp
161
spv_result_t Function::RegisterBlock(uint32_t block_id, bool
is_definition
) {
176
if (
is_definition
) { // new block definition
/external/clang/bindings/python/tests/cindex/
test_cursor.py
45
assert tu_nodes[0].
is_definition
() == True
64
assert tu_nodes[1].
is_definition
() == False
69
assert tu_nodes[2].
is_definition
() == True
/external/mesa3d/src/glsl/
ast.h
607
bool
is_definition
;
member in class:ast_function
glsl_parser_extras.cpp
686
:
is_definition
(false), signature(NULL)
ast_to_hir.cpp
[
all
...]
/external/clang/bindings/python/clang/
cindex.py
1184
def
is_definition
(self):
member in class:Cursor
[
all
...]
Completed in 200 milliseconds