Searched refs:aVal (Results 1 – 23 of 23) sorted by relevance
27 __typeof__(a) aVal = a;29 __typeof__(aVal) bVal;37 // CHECK-LP: int aVal = a;
29 __typeof__(a) aVal = a;31 __typeof__(aVal) bVal;45 // CHECK-LP: int aVal = a;
64 - (void)setLastHash:(NSInteger)aVal;
126 - (void)setLastHash:(NSInteger)aVal128 LastHash = aVal;
130 - (void) setUniqueNavigationNodes:(BOOL)aVal;
360 - (void) setUniqueNavigationNodes:(BOOL)aVal362 uniqueNavigationNodes = aVal;
128 - (void) setUniqueNavigationNodes:(BOOL)aVal;
39 - (void)setnames:(ANTLRHashMap *)aVal;
153 - (void)setnames:(ANTLRHashMap *)aVal { names = aVal; }
59 - (void)setnames:(ANTLRPtrBuffer *)aVal;
93 - (void)setnames:(ANTLRPtrBuffer *)aVal { names = aVal; }
51 - (void)settree:(ANTLRCommonTree *)aVal;
161 - (void)settree:(ANTLRCommonTree *)aVal { tree = aVal; }
71 - (void)settree:(ANTLRCommonTree *)aVal;
137 - (void)settree:(ANTLRCommonTree *)aVal { tree = aVal; }
344 int aVal = 0; in ICURandomCmp() local348 aVal += aVal*37 + *ask++; in ICURandomCmp()354 if (aVal == bVal) { in ICURandomCmp()357 else if (aVal > bVal) { in ICURandomCmp()
71 double aVal = a.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER); in compareStops() local74 return aVal < bVal; in compareStops()
1671 <scope.attributes:{a|- (<a.type>)get<a.name>;<\n>- (void)set<a.name>:(<a.type>)aVal;<\n>}; separato…1679 - (void)set<a.name>:(<a.type>)aVal { <a.name> = aVal; \}<\n>}; separator="\n">