| /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);
|
| 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); }
|
| 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 | 477 /* No type for translation_unit. */ 504 | translation_unit 2360 translation_unit: label 2362 | translation_unit external_declaration
|
| cgram.y | 477 /* No type for translation_unit. */ 504 | translation_unit 2360 translation_unit: label 2362 | 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)))
|
| 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)))
|