Searched refs:INT1 (Results 1 – 8 of 8) sorted by relevance
4 typedef int INT1 __attribute__((deprecated("Please avoid INT1"))); // expected-note 3 {{'INT1' decl… typedef6 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' is deprecated: Please avoid INT1}}15 INT1 f1(void) __attribute__ ((deprecated("Please avoid f1"))); // expected-note {{'f1' declared her…16 INT1 f2(void); // expected-warning {{'INT1' is deprecated: Please avoid INT1}}
58 EIMSK |= (1 << INT1); in attachInterrupt()103 EIMSK |= (1 << INT1); in attachInterrupt()106 GICR |= (1 << INT1); in attachInterrupt()109 GIMSK |= (1 << INT1); in attachInterrupt()130 EIMSK &= ~(1 << INT1); in detachInterrupt()164 #if defined(EIMSK) && defined(INT1) in detachInterrupt()165 EIMSK &= ~(1 << INT1); in detachInterrupt()166 #elif defined(GICR) && defined(INT1) in detachInterrupt()167 GICR &= ~(1 << INT1); // atmega32 in detachInterrupt()168 #elif defined(GIMSK) && defined(INT1) in detachInterrupt()[all …]
19 @interface INT1 interface24 …INT1 b[3]; // expected-error {{array of interface 'INT1' is invalid (probably should be a…25 INT1 *c = &b[0];
223 ANTLRCommonToken *INT1 = nil;237 INT1=(ANTLRCommonToken *)[self match:input TokenType:INT Follow:FOLLOW_INT_in_rule26]; 238 [stream_INT addElement:INT1];
215 id<ANTLRToken> INT1 = nil;229 INT1=(id<ANTLRToken>)[self match:input TokenType:INT Follow:FOLLOW_INT_in_rule26]; 230 [stream_INT addElement:INT1];
139 # b4_ints_in(INT1, INT2, LOW, HIGH)141 # Return 1 iff both INT1 and INT2 are in [LOW, HIGH], 0 otherwise.
1154 * Didn't set ID1= and INT1= for this alt:
2724 * Didn't set ID1= and INT1= for this alt: