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

12

/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/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/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/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<
/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/eigen/blas/testing/
H A Dcblat2.f366 $ 'THAN ', I2 )
367 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 )
370 $ I2 )
725 9998 FORMAT( ' ******* FATAL ERROR - PARAMETER NUMBER ', I2, ' WAS CH',
732 $ F4.1, ',', F4.1, '), A,', I3, ', X,', I2, ',(', F4.1, ',',
733 $ F4.1, '), Y,', I2, ') .' )
735 $ F4.1, ',', F4.1, '), A,', I3, ', X,', I2, ',(', F4.1, ',',
736 $ F4.1, '), Y,', I2, ') .' )
1070 9998 FORMAT( ' ******* FATAL ERROR - PARAMETER NUMBER ', I2, ' WAS CH',
1077 $ F4.1, '), AP, X,', I2, ',(', F
2712 INTEGER I, I1, I2 local in subroutine:CMAKE
[all...]
H A Ddblat2.f361 $ 'THAN ', I2 )
362 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 )
365 $ I2 )
715 9998 FORMAT( ' ******* FATAL ERROR - PARAMETER NUMBER ', I2, ' WAS CH',
722 $ ', A,', I3, ', X,', I2, ',', F4.1, ', Y,', I2, ') .' )
724 $ ', A,', I3, ', X,', I2, ',', F4.1, ', Y,', I2,
1056 9998 FORMAT( ' ******* FATAL ERROR - PARAMETER NUMBER ', I2, ' WAS CH',
1063 $ ', X,', I2, ',', F
2642 INTEGER I, I1, I2 local in subroutine:DMAKE
[all...]
H A Dsblat2.f361 $ 'THAN ', I2 )
362 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 )
365 $ I2 )
715 9998 FORMAT( ' ******* FATAL ERROR - PARAMETER NUMBER ', I2, ' WAS CH',
722 $ ', A,', I3, ', X,', I2, ',', F4.1, ', Y,', I2, ') .' )
724 $ ', A,', I3, ', X,', I2, ',', F4.1, ', Y,', I2,
1056 9998 FORMAT( ' ******* FATAL ERROR - PARAMETER NUMBER ', I2, ' WAS CH',
1063 $ ', X,', I2, ',', F
2642 INTEGER I, I1, I2 local in subroutine:SMAKE
[all...]
H A Dzblat2.f367 $ 'THAN ', I2 )
368 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 )
371 $ I2 )
727 9998 FORMAT( ' ******* FATAL ERROR - PARAMETER NUMBER ', I2, ' WAS CH',
734 $ F4.1, ',', F4.1, '), A,', I3, ', X,', I2, ',(', F4.1, ',',
735 $ F4.1, '), Y,', I2, ') .' )
737 $ F4.1, ',', F4.1, '), A,', I3, ', X,', I2, ',(', F4.1, ',',
738 $ F4.1, '), Y,', I2, ') .' )
1073 9998 FORMAT( ' ******* FATAL ERROR - PARAMETER NUMBER ', I2, ' WAS CH',
1080 $ F4.1, '), AP, X,', I2, ',(', F
2720 INTEGER I, I1, I2 local in subroutine:ZMAKE
[all...]
/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/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1466 uint32_t I2 = !(J2 ^ S); local
1467 uint32_t imm25 = (S << 24) | (I1 << 23) | (I2 << 22) | (imm10 << 12) | (imm11 << 1);
1484 uint32_t I2 = !(J2 ^ S); local
1485 uint32_t imm25 = (S << 24) | (I1 << 23) | (I2 << 22) | (imm10H << 12) | (imm10L << 2);
2301 uint32_t I2 = !(J2 ^ S); local
2302 uint32_t imm25 = (S << 24) | (I1 << 23) | (I2 << 22) | (imm10 << 12) | (imm11 << 1);
/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/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-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/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/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 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 620 milliseconds

12