Searched defs:INT1 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Sema/
H A Dattr-deprecated-message.c4 typedef int INT1 __attribute__((deprecated("Please avoid INT1"))); // expected-note 3 {{'INT1' has been explicitly marked deprecated here}} typedef
6 typedef INT1 INT2 __attribute__ ((__deprecated__("Please avoid INT2")));
8 typedef INT1 INT1a; // expected-warning {{'INT1' is deprecated: Please avoid INT1}}
10 typedef INT1 INT1b __attribute__ ((deprecated("Please avoid INT1b")));
12 INT1 should_be_unavailable; // expected-warning {{'INT1' i
[all...]
/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker.h72 INT1, enumerator in enum:ui::VelocityTracker::Strategy

Completed in 1126 milliseconds