Home
last modified time | relevance | path

Searched defs:is_definition (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-variable-handler.cc38 bool is_definition = brigVar->modifier & BRIG_VARIABLE_DEFINITION; in build_variable() local
125 bool is_definition = brigVar->modifier & BRIG_VARIABLE_DEFINITION; in operator ()() local
H A Dbrig-function-handler.cc57 const bool is_definition in operator ()() local
H A Dbrig-util.cc375 bool is_definition = brigVar->modifier & BRIG_VARIABLE_DEFINITION; in gccbrig_might_be_host_defined_var_p() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-aux-info.c528 gen_aux_info_record (tree fndecl, int is_definition, int is_implicit, in gen_aux_info_record()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-aux-info.cc529 gen_aux_info_record (tree fndecl, int is_definition, int is_implicit, in gen_aux_info_record()
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/
H A Dgen-idecode.c1446 int is_definition) in print_idecode_run_function_header()
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1437 def is_definition(self): member in Cursor