Searched defs:I2 (Results 1 - 25 of 40) sorted by relevance

12

/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/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/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/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/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/clang/test/CXX/class/class.nest/
H A Dp3.cpp12 class I2;
15 class E::I2 { }; class in class:example::E
/external/llvm/unittests/ADT/
H A DIntervalMapTest.cpp48 UUMap::iterator I2; local
49 I2 = map.end();
50 EXPECT_TRUE(I2 == CI);
H A DAPIntTest.cpp643 uint64_t I2 = 0x1000011; local
644 APInt A2(64, I2);
/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/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/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/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/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/ppp/pppd/
H A Dmd4.c47 #define I2 0x98badcfe macro
110 MDp->buffer[2] = I2;
/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/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/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h514 /// range of [I1,I2] INCLUSIVE. I1 and I2 must be in the same basic block.
515 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2,
519 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2, argument
521 return canInstructionRangeModify(I1, I2, Location(Ptr, Size));
/external/llvm/lib/Analysis/
H A DAliasAnalysis.cpp526 /// instructions to consider are all of the instructions in the range of [I1,I2]
527 /// INCLUSIVE. I1 and I2 must be in the same basic block.
530 const Instruction &I2,
532 assert(I1.getParent() == I2.getParent() &&
535 BasicBlock::const_iterator E = &I2;
529 canInstructionRangeModify(const Instruction &I1, const Instruction &I2, const Location &Loc) argument
/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp369 MachineBasicBlock::iterator I2 = I; local
370 while (I2 != MBB->begin() && (--I2)->isTerminator())
371 I = I2;
/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/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/clang/test/Misc/
H A Ddiag-template-diffing.cpp70 class I2{}; class
71 void set2(I2<int, int>) {};
73 set2(I2<double, int, int>());
76 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'I2<double, [...], int>' to 'I2<int, [...], (default) void>' for 1st argument
78 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'I2<double, int, int>' to 'I2<int, int, (default) void>' for 1st argument
81 // CHECK-ELIDE-TREE: I2<
87 // CHECK-NOELIDE-TREE: I2<

Completed in 1532 milliseconds

12