Home
last modified time | relevance | path

Searched refs:type7 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Sema/
Ddllimport-dllexport.c16 typedef int __attribute__((dllimport)) type7; // expected-warning{{'dllimport' attribute only appli… typedef
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCParser.java312 SimpleCParser.type_return type7 = null; in variable() local
326 type7=type(); in variable()
330 stream_type.add(type7.getTree()); in variable()
DSimpleCParser.m1291 SimpleCParser_type_return * type7 = nil ;
1311 type7 = [self type];
1316 [stream_type addElement:[type7 getTree]];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCParser.java312 SimpleCParser.type_return type7 = null; in variable() local
326 type7=type(); in variable()
330 stream_type.add(type7.getTree()); in variable()
DSimpleCParser.m1142 SimpleCParser_type_return * type7 = nil;
1161 type7 = [self type];
1165 [stream_type addElement:[type7 getTree]]; /* element() */