Home
last modified time | relevance | path

Searched refs:aVal (Results 1 – 23 of 23) sorted by relevance

/external/clang/test/Rewriter/
Drewrite-typeof.mm27 __typeof__(a) aVal = a;
29 __typeof__(aVal) bVal;
37 // CHECK-LP: int aVal = a;
Drewrite-modern-typeof.mm29 __typeof__(a) aVal = a;
31 __typeof__(aVal) bVal;
45 // CHECK-LP: int aVal = a;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseStack.h64 - (void)setLastHash:(NSInteger)aVal;
DANTLRBaseStack.m126 - (void)setLastHash:(NSInteger)aVal
128 LastHash = aVal;
DANTLRBufferedTreeNodeStream.h130 - (void) setUniqueNavigationNodes:(BOOL)aVal;
DANTLRBufferedTreeNodeStream.m360 - (void) setUniqueNavigationNodes:(BOOL)aVal
362 uniqueNavigationNodes = aVal;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRBaseStack.h64 - (void)setLastHash:(NSInteger)aVal;
DANTLRBufferedTreeNodeStream.h128 - (void) setUniqueNavigationNodes:(BOOL)aVal;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRBaseStack.h64 - (void)setLastHash:(NSInteger)aVal;
DANTLRBufferedTreeNodeStream.h128 - (void) setUniqueNavigationNodes:(BOOL)aVal;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRBaseStack.h64 - (void)setLastHash:(NSInteger)aVal;
DANTLRBufferedTreeNodeStream.h128 - (void) setUniqueNavigationNodes:(BOOL)aVal;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
DSymbolTableParser.h39 - (void)setnames:(ANTLRHashMap *)aVal;
DSymbolTableParser.m153 - (void)setnames:(ANTLRHashMap *)aVal { names = aVal; }
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTableParser.h59 - (void)setnames:(ANTLRPtrBuffer *)aVal;
DSymbolTableParser.m93 - (void)setnames:(ANTLRPtrBuffer *)aVal { names = aVal; }
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCTP.h51 - (void)settree:(ANTLRCommonTree *)aVal;
DSimpleCTP.m161 - (void)settree:(ANTLRCommonTree *)aVal { tree = aVal; }
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCTP.h71 - (void)settree:(ANTLRCommonTree *)aVal;
DSimpleCTP.m137 - (void)settree:(ANTLRCommonTree *)aVal { tree = aVal; }
/external/icu4c/test/perf/collationperf/
Dcollperf.cpp344 int aVal = 0; in ICURandomCmp() local
348 aVal += aVal*37 + *ask++; in ICURandomCmp()
354 if (aVal == bVal) { in ICURandomCmp()
357 else if (aVal > bVal) { in ICURandomCmp()
/external/webkit/Source/WebCore/css/
DCSSGradientValue.cpp71 double aVal = a.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER); in compareStops() local
74 return aVal < bVal; in compareStops()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg1671 <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">