OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lang_this
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
d-namespace.c
127
struct block_symbol
lang_this
;
local
129
lang_this
= lookup_language_this (language_def (language_d), block);
130
if (
lang_this
.symbol == NULL)
133
type = check_typedef (
lang_this
.symbol->type ()->target_type ());
d-namespace.c
127
struct block_symbol
lang_this
;
local
129
lang_this
= lookup_language_this (language_def (language_d), block);
130
if (
lang_this
.symbol == NULL)
133
type = check_typedef (
lang_this
.symbol->type ()->target_type ());
cp-namespace.c
216
struct block_symbol
lang_this
;
local
219
lang_this
.symbol = NULL;
222
lang_this
= lookup_language_this (langdef, block);
224
if (
lang_this
.symbol == NULL)
228
type = check_typedef (
lang_this
.symbol->type ()->target_type ());
cp-namespace.c
216
struct block_symbol
lang_this
;
local
219
lang_this
.symbol = NULL;
222
lang_this
= lookup_language_this (langdef, block);
224
if (
lang_this
.symbol == NULL)
228
type = check_typedef (
lang_this
.symbol->type ()->target_type ());
/src/external/gpl3/gdb.old/dist/gdb/
d-namespace.c
127
struct block_symbol
lang_this
;
local
129
lang_this
= lookup_language_this (language_def (language_d), block);
130
if (
lang_this
.symbol == NULL)
133
type = check_typedef (
lang_this
.symbol->type ()->target_type ());
d-namespace.c
127
struct block_symbol
lang_this
;
local
129
lang_this
= lookup_language_this (language_def (language_d), block);
130
if (
lang_this
.symbol == NULL)
133
type = check_typedef (
lang_this
.symbol->type ()->target_type ());
cp-namespace.c
216
struct block_symbol
lang_this
;
local
219
lang_this
.symbol = NULL;
222
lang_this
= lookup_language_this (langdef, block);
224
if (
lang_this
.symbol == NULL)
228
type = check_typedef (
lang_this
.symbol->type ()->target_type ());
cp-namespace.c
216
struct block_symbol
lang_this
;
local
219
lang_this
.symbol = NULL;
222
lang_this
= lookup_language_this (langdef, block);
224
if (
lang_this
.symbol == NULL)
228
type = check_typedef (
lang_this
.symbol->type ()->target_type ());
Completed in 49 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026