Home
last modified time | relevance | path

Searched refs:Typename (Results 1 – 16 of 16) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dvk_object_types.h313 static const char* Typename() {
326 static const char* Typename() {
337 static const char* Typename() {
348 static const char* Typename() {
359 static const char* Typename() {
370 static const char* Typename() {
382 static const char* Typename() {
393 static const char* Typename() {
404 static const char* Typename() {
415 static const char* Typename() {
[all …]
/external/clang/test/CodeGenCXX/
Dmangle-ms-templates.cpp10 class Typename { }; class
53 Class<Typename> c1; in template_mangling()
57 Class<const Typename> c1_const; in template_mangling()
60 Class<volatile Typename> c1_volatile; in template_mangling()
63 Class<const volatile Typename> c1_cv; in template_mangling()
67 Class<Nested<Typename> > c2; in template_mangling()
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp192 struct Typename { struct
195 typename ::Typename TypenameOutsideTemplate(); // expected-warning {{use of 'typename' outside of a… argument
196 Typename::template Inner<int> TemplateOutsideTemplate(); // expected-warning {{use of 'template' ke…
/external/python/cffi/testing/cffi1/
Dtest_parse_c_type.py152 Typename = make_getter('TYPENAME') variable
324 assert parse("%s" % (identifier_names[i])) == ['->', Typename(i)]
325 assert parse("%s*" % (identifier_names[i])) == [Typename(i),
/external/python/pycparser/utils/internal/
Dmemprofiling.py30 elif typ == Typename: # for function parameters
/external/python/pycparser/examples/
Dcdecl.py99 elif typ == c_ast.Typename or typ == c_ast.Decl:
/external/clang/include/clang/AST/
DDeclTemplate.h1042 bool Typename : 1;
1051 bool Typename)
1052 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
1063 IdentifierInfo *Id, bool Typename,
1072 bool wasDeclaredWithTypename() const { return Typename; }
1117 void setDeclaredWithTypename(bool withTypename) { Typename = withTypename; }
/external/python/pycparser/pycparser/
D_c_ast.cfg180 Typename: [name, quals, type*]
Dc_generator.py399 elif typ == c_ast.Typename:
Dc_parser.py1298 decl = c_ast.Typename(
1367 typename = c_ast.Typename(
Dc_ast.py992 class Typename(Node): class
/external/clang/lib/AST/
DDeclTemplate.cpp476 bool Typename, bool ParameterPack) { in Create() argument
478 new (C, DC) TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename); in Create()
/external/python/pycparser/tests/
Dtest_c_parser.py44 elif typ == Typename: # for function parameters
511 self.assertIsInstance(s1.args.exprs[0], Typename)
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h212 return FormatHandle(VkHandleInfo<HANDLE_T>::Typename(), HandleToUint64(handle)); in FormatHandle()
/external/clang/lib/Sema/
DSemaTemplate.cpp562 Decl *Sema::ActOnTypeParameter(Scope *S, bool Typename, in ActOnTypeParameter() argument
581 Typename, IsParameterPack); in ActOnTypeParameter()
/external/clang/include/clang/Sema/
DSema.h5681 Decl *ActOnTypeParameter(Scope *S, bool Typename,