OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_definition
(Results
1 - 11
of
11
) sorted by null
/bionic/tools/versioner/src/
DeclarationDatabase.cpp
107
bool
is_definition
= false;
local
111
is_definition
= function_decl->isThisDeclarationADefinition();
119
is_definition
= false;
123
is_definition
= true;
222
declaration_it->second.
is_definition
!=
is_definition
||
233
declaration.
is_definition
=
is_definition
;
310
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
294
if (decl->
is_definition
) {
318
if (decl->
is_definition
&& !availability.empty()) {
/external/clang/bindings/python/examples/cindex/
cindex-dump.py
52
'
is_definition
' : node.
is_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
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
function.cpp
116
spv_result_t Function::RegisterBlock(uint32_t block_id, bool
is_definition
) {
125
if (
is_definition
) { // new block definition
function.h
67
spv_result_t RegisterBlock(uint32_t id, bool
is_definition
= true);
/external/mesa3d/src/compiler/glsl/
ast.h
964
bool
is_definition
;
member in class:ast_function
[
all
...]
ast_to_hir.cpp
[
all
...]
glsl_parser_extras.cpp
[
all
...]
/external/clang/bindings/python/clang/
cindex.py
1184
def
is_definition
(self):
member in class:Cursor
[
all
...]
Completed in 2312 milliseconds