Searched defs:Ints (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
H A Dp2.cpp3 namespace Ints { namespace
4 int zero = 0; // expected-note {{candidate found by name lookup is 'Ints::zero'}}
16 using namespace Ints;
21 int i = Ints::zero;
22 Ints::f(i);
58 int i = Ints::zero;
/external/clang/lib/AST/
H A DMicrosoftCXXABI.cpp129 unsigned Ints = 0; local
138 case MSIM_Unspecified: ++Ints; // VBTableOffset
139 case MSIM_Virtual: ++Ints; // VirtualBaseAdjustmentOffset
141 case MSIM_Multiple: ++Ints; // NonVirtualBaseAdjustment
150 case MSIM_Unspecified: ++Ints; // VBTableOffset
151 case MSIM_Virtual: ++Ints; // VirtualBaseAdjustmentOffset
155 case MSIM_Single: ++Ints; // Field offset
158 return std::make_pair(Ptrs, Ints);
166 unsigned Ptrs, Ints; local
167 llvm::tie(Ptrs, Ints)
[all...]
/external/clang/test/Sema/
H A Dswitch.c310 } Ints; typedef in typeref:enum:__anon17257
312 void rdar110822110(Ints i)
317 case 2: // expected-warning {{case value not in enumerated type 'Ints'}}
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
H A DInts.java42 public final class Ints { class
43 private Ints() {} method in class:Ints
353 int result = Ints.compare(left[i], right[i]);
445 && Ints.indexOf(array, (Integer) target, start, end) != -1;
451 int i = Ints.indexOf(array, (Integer) target, start, end);
462 int i = Ints.lastIndexOf(array, (Integer) target, start, end);
509 result = 31 * result + Ints.hashCode(array[i]);
/external/guava/guava/src/com/google/common/primitives/
H A DInts.java47 public final class Ints { class
48 private Ints() {} method in class:Ints
317 * bytes, in big-endian order; equivalent to {@code Ints.fromByteArray(new
409 int result = Ints.compare(left[i], right[i]);
501 && Ints.indexOf(array, (Integer) target, start, end) != -1;
507 int i = Ints.indexOf(array, (Integer) target, start, end);
518 int i = Ints.lastIndexOf(array, (Integer) target, start, end);
565 result = 31 * result + Ints.hashCode(array[i]);
/external/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp39 void EmitEnumInfo(const std::vector<CodeGenIntrinsic> &Ints,
42 void EmitFnNameRecognizer(const std::vector<CodeGenIntrinsic> &Ints,
44 void EmitIntrinsicToNameTable(const std::vector<CodeGenIntrinsic> &Ints,
46 void EmitIntrinsicToOverloadTable(const std::vector<CodeGenIntrinsic> &Ints,
48 void EmitVerifier(const std::vector<CodeGenIntrinsic> &Ints,
50 void EmitGenerator(const std::vector<CodeGenIntrinsic> &Ints,
52 void EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints,
54 void EmitModRefBehavior(const std::vector<CodeGenIntrinsic> &Ints,
56 void EmitIntrinsicToGCCBuiltinMap(const std::vector<CodeGenIntrinsic> &Ints,
69 std::vector<CodeGenIntrinsic> Ints local
121 EmitEnumInfo(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
145 const std::vector<CodeGenIntrinsic> &Ints; member in struct:IntrinsicNameSorter
149 EmitFnNameRecognizer(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
202 EmitIntrinsicToNameTable(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
213 EmitIntrinsicToOverloadTable(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
404 EmitGenerator(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
530 EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
[all...]
/external/llvm/lib/TableGen/
H A DRecord.cpp1875 std::vector<int64_t> Ints; local
1878 Ints.push_back(II->getValue());
1884 return Ints;
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 933 milliseconds