/system/tpm/trunks/generator/ |
generator_test.py | 44 typedef2 = generator.Typedef('TYPE1', 'TYPE2') 49 typedef2.Output(out_file2, defined_types, typemap) 60 typedef2 = generator.Typedef('INT', 'INT2') 63 typedef2.OutputSerialize(out_file, serialized_types, typemap)
|
/external/clang/test/Sema/ |
dllexport.c | 8 typedef __declspec(dllexport) int typedef2; // expected-warning{{'dllexport' attribute only applies to variables and functions}} typedef
|
dllimport.c | 8 typedef __declspec(dllimport) int typedef2; // expected-warning{{'dllimport' attribute only applies to variables and functions}} typedef
|
/external/tpm2/generator/ |
structure_generator_test.py | 26 typedef2 = structure_generator.Typedef('INT', 'INT2') 29 typedef2.OutputMarshalImpl(out_file, marshalled_types, typemap)
|
/external/clang/test/SemaCXX/ |
dllexport.cpp | 20 typedef __declspec(dllexport) int typedef2; // expected-warning{{'dllexport' attribute only applies to variables, functions and classes}} typedef [all...] |
dllimport.cpp | 19 typedef __declspec(dllimport) int typedef2; // expected-warning{{'dllimport' attribute only applies to variables, functions and classes}} typedef [all...] |