/external/clang/lib/AST/ |
StmtProfile.cpp | 71 ID.AddInteger(S->getStmtClass()); 76 ID.AddInteger(0); 166 ID.AddInteger(S->getNumOutputs()); 171 ID.AddInteger(S->getNumInputs()); 176 ID.AddInteger(S->getNumClobbers()); 304 ID.AddInteger(S->getIdentType()); 314 ID.AddInteger(S->getKind()); 315 ID.AddInteger(S->getValue()); 331 ID.AddInteger(S->getKind()); 344 ID.AddInteger(S->getOpcode()) [all...] |
TemplateBase.cpp | 237 ID.AddInteger(Kind); 257 ID.AddInteger(TTP->getDepth()); 258 ID.AddInteger(TTP->getPosition()); 278 ID.AddInteger(Args.NumArgs);
|
DeclarationName.cpp | 42 ID.AddInteger(ExtraKindOrNumArgs); 399 ID.AddInteger(EKind);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/ |
ANTLRIntArrayTest.m | 17 [intArray addInteger:1]; 39 [intArray addInteger:1];
|
IntArrayTest.m | 17 [intArray addInteger:1]; 39 [intArray addInteger:1];
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SymbolManager.h | 137 profile.AddInteger((unsigned) RegionValueKind); 183 profile.AddInteger((unsigned) ConjuredKind); 187 profile.AddInteger(Count); 220 profile.AddInteger((unsigned) DerivedKind); 252 profile.AddInteger((unsigned) ExtentKind); 293 profile.AddInteger((unsigned) MetadataKind); 297 profile.AddInteger(Count); 331 ID.AddInteger((unsigned) CastSymbolKind); 388 ID.AddInteger((unsigned) SymIntKind); 390 ID.AddInteger(op) [all...] |
DynamicTypeInfo.h | 42 ID.AddInteger((unsigned)CanBeASubClass);
|
/external/clang/lib/CodeGen/ |
CGCall.h | 282 ID.AddInteger(getASTCallingConvention()); 286 ID.AddInteger(RegParm); 287 ID.AddInteger(Required.getOpaqueData()); 297 ID.AddInteger(info.getCC()); 301 ID.AddInteger(info.getRegParm()); 302 ID.AddInteger(required.getOpaqueData());
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRIntArray.h | 49 - (void) addInteger:(NSInteger) v;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRIntArray.h | 49 - (void) addInteger:(NSInteger) v;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRIntArray.h | 49 - (void) addInteger:(NSInteger) v;
|
/external/llvm/lib/Support/ |
APSInt.cpp | 21 ID.AddInteger((unsigned) (IsUnsigned ? 1 : 0));
|
FoldingSet.cpp | 60 void FoldingSetNodeID::AddInteger(signed I) { 63 void FoldingSetNodeID::AddInteger(unsigned I) { 66 void FoldingSetNodeID::AddInteger(long I) { 67 AddInteger((unsigned long)I); 69 void FoldingSetNodeID::AddInteger(unsigned long I) { 71 AddInteger(unsigned(I)); 73 AddInteger((unsigned long long)I); 78 void FoldingSetNodeID::AddInteger(long long I) { 79 AddInteger((unsigned long long)I); 81 void FoldingSetNodeID::AddInteger(unsigned long long I) [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRIntArray.m | 98 [copy addInteger:intBuffer[anIndex]]; 116 - (void)addInteger:(NSInteger) value 135 [self addInteger:aValue];
|
ANTLRIntArray.h | 54 - (void) addInteger:(NSInteger) value;
|
/external/chromium_org/content/browser/geolocation/ |
network_location_request.cc | 212 int age = kint32min; // Invalid so AddInteger() will ignore. 234 void AddInteger(const std::string& property_name, int value, 266 AddInteger("signalStrength", (*iter)->radio_signal_strength, wifi_dict); 267 AddInteger("age", age_milliseconds, wifi_dict); 268 AddInteger("channel", (*iter)->channel, wifi_dict); 269 AddInteger("signalToNoiseRatio", (*iter)->signal_to_noise, wifi_dict);
|
/external/llvm/lib/Target/SystemZ/ |
SystemZConstantPoolValue.cpp | 57 ID.AddInteger(Modifier);
|
/external/clang/lib/StaticAnalyzer/Core/ |
MemRegion.cpp | 249 ID.AddInteger((unsigned)getKind()); 253 ID.AddInteger((unsigned)getKind()); 258 ID.AddInteger((unsigned)getKind()); 265 ID.AddInteger((unsigned) StringRegionKind); 273 ID.AddInteger((unsigned) ObjCStringRegionKind); 281 ID.AddInteger((unsigned) AllocaRegionKind); 283 ID.AddInteger(cnt); 298 ID.AddInteger((unsigned) CompoundLiteralRegionKind); 306 ID.AddInteger((unsigned) CXXThisRegionKind); 323 ID.AddInteger((unsigned) k) [all...] |
BlockCounter.cpp | 43 ID.AddInteger(BlockID);
|
PathDiagnostic.cpp | [all...] |
/external/llvm/include/llvm/ADT/ |
FoldingSet.h | 56 /// ID.AddInteger(Value); 83 /// ID.AddInteger(Value); 308 void AddInteger(signed I); 309 void AddInteger(unsigned I); 310 void AddInteger(long I); 311 void AddInteger(unsigned long I); 312 void AddInteger(long long I); 313 void AddInteger(unsigned long long I); 314 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); }
|
ImmutableIntervalMap.h | 80 ID.AddInteger(V.first.getStart()); 81 ID.AddInteger(V.first.getEnd());
|
/external/llvm/lib/IR/ |
AttributeImpl.h | 77 ID.AddInteger(Kind); 78 if (Val) ID.AddInteger(Val); 254 ID.AddInteger(Nodes[i].first);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | 326 ID.AddInteger(OpC); 341 ID.AddInteger(Ops->getResNo()); 351 ID.AddInteger(Ops->getResNo()); 386 ID.AddInteger(GA->getOffset()); 387 ID.AddInteger(GA->getTargetFlags()); 388 ID.AddInteger(GA->getAddressSpace()); 395 ID.AddInteger(cast<RegisterSDNode>(N)->getReg()); 405 ID.AddInteger(cast<FrameIndexSDNode>(N)->getIndex()); 409 ID.AddInteger(cast<JumpTableSDNode>(N)->getIndex()); 410 ID.AddInteger(cast<JumpTableSDNode>(N)->getTargetFlags()) [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DIE.cpp | 37 ID.AddInteger(Attribute); 38 ID.AddInteger(Form); 48 ID.AddInteger(Tag); 49 ID.AddInteger(ChildrenFlag);
|