OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:translation_unit
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/analyzer/
analyzer-language.h
33
class
translation_unit
class in namespace:ana
45
(logger *, const
translation_unit
&);
51
void on_finish_translation_unit (const
translation_unit
&tu);
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_grammar.y
145
%type <l_node>
translation_unit
227
| DT_CTX_DPROG
translation_unit
{ $$ = dt_node_program($2); }
234
translation_unit
:
label
236
|
translation_unit
external_declaration { $$ = LINK($1, $2); }
/src/usr.bin/xlint/lint1/
cgram.y
486
/* No type for
translation_unit
. */
513
|
translation_unit
2390
translation_unit
:
label
2392
|
translation_unit
external_declaration
/src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py
1315
CursorKind.
TRANSLATION_UNIT
= CursorKind(300)
1773
def
translation_unit
(self):
member in class:Cursor
1902
if hasattr(arg, '
translation_unit
'):
1903
tu = arg.
translation_unit
2257
def
translation_unit
(self):
member in class:Type
2269
if hasattr(arg, '
translation_unit
'):
2270
tu = arg.
translation_unit
3096
def from_name(
translation_unit
, file_name):
3098
return File(conf.lib.clang_getFile(
translation_unit
, fspath(file_name)))
Completed in 22 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026