Searched refs:I2 (Results 1 - 25 of 63) sorted by relevance

123

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp3.cpp5 typedef int I2; typedef
6 typedef I2 I; // expected-note {{previous definition is here}}
/external/clang/test/ARCMT/whitelisted/
H A Dheader2.h2 @interface I2 : NSObject
/external/clang/test/CXX/class/class.nest/
H A Dp3.cpp12 class I2;
15 class E::I2 { }; class in class:example::E
/external/clang/test/Index/
H A Dcomplete-categories.m5 @interface I2 @end
6 @interface I3 : I2 @end
12 @interface I2 (Cat2) @end
13 @interface I2 (Cat3) @end
14 @interface I2 (Cat2) @end
H A Dcomplete-properties.m14 @interface I2 : I1
19 @implementation I2
24 @interface I3 : I2
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/
H A Dp6-0x.cpp8 typedef int I1, I2; typedef
14 q->I1::~I2();
H A Dp6.cpp8 typedef int I1, I2; typedef
14 q->I1::~I2();
/external/libcxx/test/iterators/stream.iterators/istreambuf.iterator/
H A Dtypes.pass.cpp42 typedef std::istreambuf_iterator<wchar_t> I2; typedef
43 static_assert((std::is_convertible<I2,
46 static_assert((std::is_same<I2::char_type, wchar_t>::value), "");
47 static_assert((std::is_same<I2::traits_type, std::char_traits<wchar_t> >::value), "");
48 static_assert((std::is_same<I2::int_type, I2::traits_type::int_type>::value), "");
49 static_assert((std::is_same<I2::streambuf_type, std::wstreambuf>::value), "");
50 static_assert((std::is_same<I2::istream_type, std::wistream>::value), "");
/external/libcxx/test/iterators/stream.iterators/istream.iterator/
H A Dtypes.pass.cpp35 typedef std::istream_iterator<unsigned, wchar_t> I2; typedef
36 static_assert((std::is_convertible<I2,
39 static_assert((std::is_same<I2::char_type, wchar_t>::value), "");
40 static_assert((std::is_same<I2::traits_type, std::char_traits<wchar_t> >::value), "");
41 static_assert((std::is_same<I2::istream_type, std::wistream>::value), "");
/external/libcxx/test/iterators/stream.iterators/ostream.iterator/
H A Dtypes.pass.cpp34 typedef std::ostream_iterator<unsigned, wchar_t> I2; typedef
35 static_assert((std::is_convertible<I2,
37 static_assert((std::is_same<I2::char_type, wchar_t>::value), "");
38 static_assert((std::is_same<I2::traits_type, std::char_traits<wchar_t> >::value), "");
39 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), "");
/external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/
H A Dtypes.pass.cpp37 typedef std::ostreambuf_iterator<wchar_t> I2; typedef
38 static_assert((std::is_convertible<I2,
40 static_assert((std::is_same<I2::char_type, wchar_t>::value), "");
41 static_assert((std::is_same<I2::traits_type, std::char_traits<wchar_t> >::value), "");
42 static_assert((std::is_same<I2::streambuf_type, std::wstreambuf>::value), "");
43 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), "");
/external/llvm/lib/IR/
H A DInstruction.cpp267 static bool haveSameSpecialState(const Instruction *I1, const Instruction *I2, argument
269 assert(I1->getOpcode() == I2->getOpcode() &&
273 return LI->isVolatile() == cast<LoadInst>(I2)->isVolatile() &&
274 (LI->getAlignment() == cast<LoadInst>(I2)->getAlignment() ||
276 LI->getOrdering() == cast<LoadInst>(I2)->getOrdering() &&
277 LI->getSynchScope() == cast<LoadInst>(I2)->getSynchScope();
279 return SI->isVolatile() == cast<StoreInst>(I2)->isVolatile() &&
280 (SI->getAlignment() == cast<StoreInst>(I2)->getAlignment() ||
282 SI->getOrdering() == cast<StoreInst>(I2)->getOrdering() &&
283 SI->getSynchScope() == cast<StoreInst>(I2)
[all...]
/external/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp193 for (SetVector<Value *>::iterator I2 = Pointers.begin(); I2 != I1; ++I2) {
195 Type *I2ElTy =cast<PointerType>((*I2)->getType())->getElementType();
198 switch (AA.alias(*I1, I1Size, *I2, I2Size)) {
200 PrintResults("NoAlias", PrintNoAlias, *I1, *I2, F.getParent());
203 PrintResults("MayAlias", PrintMayAlias, *I1, *I2, F.getParent());
206 PrintResults("PartialAlias", PrintPartialAlias, *I1, *I2,
210 PrintResults("MustAlias", PrintMustAlias, *I1, *I2, F.getParent());
220 for (SetVector<Value *>::iterator I2
[all...]
/external/clang/test/SemaCXX/
H A Dms-interface.cpp25 __interface I2 {
44 __interface I4 : I1, I2 {
/external/lldb/test/functionalities/data-formatter/data-formatter-script/
H A Dmain.cpp31 i_am_cooler(int I1, int I2, float F1, float F2, char C1, char C2) : argument
33 second_cool(I2,F2,C2),
/external/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp86 void combine(MachineInstr *I1, MachineInstr *I2,
89 bool isSafeToMoveTogether(MachineInstr *I1, MachineInstr *I2,
231 /// isSafeToMoveTogether - Returns true if it is safe to move I1 next to I2 such
234 MachineInstr *I2,
239 bool IsImmUseReg = I2->getOperand(1).isImm() || I2->getOperand(1).isGlobal();
240 unsigned I2UseReg = IsImmUseReg ? 0 : I2->getOperand(1).getReg();
242 // It is not safe to move I1 and I2 into one combine if I2 has a true
249 // First try to move I2 toward
233 isSafeToMoveTogether(MachineInstr *I1, MachineInstr *I2, unsigned I1DestReg, unsigned I2DestReg, bool &DoInsertAtI1) argument
450 MachineInstr *I2 = findPairable(I1, DoInsertAtI1); local
467 MachineBasicBlock::iterator I2 = std::next(MachineBasicBlock::iterator(I1)); local
512 combine(MachineInstr *I1, MachineInstr *I2, MachineBasicBlock::iterator &MI, bool DoInsertAtI1) argument
[all...]
/external/llvm/include/llvm/ADT/
H A DAPSInt.h262 static bool isSameValue(const APSInt &I1, const APSInt &I2) { argument
263 if (I1.getBitWidth() == I2.getBitWidth() && I1.isSigned() == I2.isSigned())
264 return I1 == I2;
267 if (I1.getBitWidth() > I2.getBitWidth())
268 return isSameValue(I1, I2.extend(I1.getBitWidth()));
269 else if (I2.getBitWidth() > I1.getBitWidth())
270 return isSameValue(I1.extend(I2.getBitWidth()), I2);
278 return APSInt(I1, true) == I2;
[all...]
/external/clang/test/Sema/
H A Dcompound-literal.c32 struct Incomplete* I2 = (struct foo[x]){1, 2, 3}; // expected-error {{variable-sized object may not be initialized}} local
H A Dwarn-duplicate-enum.c57 I2, enumerator in enum:__anon19183
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp121 while (const IfStmt *I2 = dyn_cast_or_null<IfStmt>(Else)) {
122 const Expr *Cond2 = I2->getCond();
131 Else = I2->getElse();
315 Expr::const_child_iterator I2 = Expr2->child_begin(); local
316 while (I1 != Expr1->child_end() && I2 != Expr2->child_end()) {
317 if (!*I1 || !*I2 || !isIdenticalStmt(Ctx, *I1, *I2, IgnoreSideEffects))
320 ++I2;
326 if (I2 != Expr2->child_end())
419 CompoundStmt::const_body_iterator I2 local
[all...]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_stddefs.h88 OI_UINT32 I2; /**< least significant 32 bits */ member in struct:__anon1119
97 OI_UINT32 I2; /**< least significant 32 bits as an unsigned integer */ member in struct:__anon1120
106 OI_UINT32 I2; /**< second-most significant 32 bits */ member in struct:__anon1121
117 OI_UINT32 I2; /**< second-most significant 32 bits as an unsigned integer */ member in struct:__anon1122
/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp59 i_am_cooler(int I1, int I2, float F1, float F2, char C1, char C2) : argument
61 second_cool(I2,F2,C2),
/external/lldb/test/functionalities/data-formatter/data-formatter-advanced/
H A Dmain.cpp31 i_am_cooler(int I1, int I2, float F1, float F2, char C1, char C2) : argument
33 second_cool(I2,F2,C2),
/external/qemu/disas/
H A Dmips.c1122 #define I2 INSN_ISA2
1280 {"bc1fl", "p", 0x45020000, 0xffff0000, CBL|RD_CC|FP_S, 0, I2|T3 },
1284 {"bc1tl", "p", 0x45030000, 0xffff0000, CBL|RD_CC|FP_S, 0, I2|T3 },
1289 {"beqzl", "s,p", 0x50000000, 0xfc1f0000, CBL|RD_s, 0, I2|T3 },
1292 {"beql", "s,t,p", 0x50000000, 0xfc000000, CBL|RD_s|RD_t, 0, I2|T3 },
1293 {"beql", "s,I,p", 0, (int) M_BEQL_I, INSN_MACRO, 0, I2|T3 },
1296 {"bgel", "s,t,p", 0, (int) M_BGEL, INSN_MACRO, 0, I2|T3 },
1297 {"bgel", "s,I,p", 0, (int) M_BGEL_I, INSN_MACRO, 0, I2|T3 },
1300 {"bgeul", "s,t,p", 0, (int) M_BGEUL, INSN_MACRO, 0, I2|T3 },
1301 {"bgeul", "s,I,p", 0, (int) M_BGEUL_I, INSN_MACRO, 0, I2|T
1121 #define I2 macro
[all...]
/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp316 MachineBasicBlock::iterator &I2) {
318 I2 = MBB2->end();
321 while (I1 != MBB1->begin() && I2 != MBB2->begin()) {
322 --I1; --I2;
326 while (I2->isDebugValue()) {
327 if (I2==MBB2->begin())
328 // I1==DBG at begin; I2==DBG at begin
330 --I2;
332 ++I2;
333 // I1==DBG at begin; I2
313 ComputeCommonTailLength(MachineBasicBlock *MBB1, MachineBasicBlock *MBB2, MachineBasicBlock::iterator &I1, MachineBasicBlock::iterator &I2) argument
530 ProfitableToMerge(MachineBasicBlock *MBB1, MachineBasicBlock *MBB2, unsigned minCommonTailLength, unsigned &CommonTailLen, MachineBasicBlock::iterator &I1, MachineBasicBlock::iterator &I2, MachineBasicBlock *SuccBB, MachineBasicBlock *PredBB) argument
[all...]

Completed in 4129 milliseconds

123