Home
last modified time | relevance | path

Searched refs:MyInt (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/Index/
Dindex-refs.cpp4 typedef int MyInt; typedef
11 NS::MyInt NS::gx = EnumVal;
14 NS::MyInt x; in foo()
51 typedef int MyInt; typedef
Dindex-suppress-refs.m5 TYPEDEF(MyInt);
7 MyInt gx;
28 // CHECK-NEXT: [indexDeclaration]: kind: typedef | name: MyInt
/external/v8/tools/gyp/test/mac/archs/
Dheader.h1 typedef int MyInt; typedef
Dfile.mm1 MyInt f() { return 0; }
/external/v8/tools/gyp/test/mac/prefixheader/
Dheader.h1 typedef int MyInt; typedef
Dfile.cc1 MyInt f() { return 0; } in f()
Dfile.c1 MyInt f() { return 0; } in f()
Dfile.m1 MyInt f() { return 0; }
Dfile.mm1 MyInt f() { return 0; }
/external/clang/test/Sema/
Duninit-variables.c199 typedef int MyInt; typedef
200 MyInt test26() { in test26()
201 MyInt x; // expected-note{{initialize the variable 'x' to silence this warning}} in test26()