Home
last modified time | relevance | path

Searched refs:MyInt (Results 1 – 3 of 3) 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/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()