Home
last modified time | relevance | path

Searched defs:Iter1 (Results 1 – 19 of 19) sorted by relevance

/external/rust/crates/minimal-lexical/src/
Dparse.rs21 fn parse_number_fast<'a, Iter1, Iter2>( in parse_number_fast() argument
22 integer: Iter1, in parse_number_fast()
58 fn parse_number<'a, Iter1, Iter2>(mut integer: Iter1, mut fraction: Iter2, exponent: i32) -> Number in parse_number() argument
146 pub fn parse_float<'a, F, Iter1, Iter2>(integer: Iter1, fraction: Iter2, exponent: i32) -> F in parse_float() argument
Dslow.rs36 pub fn slow<'a, F, Iter1, Iter2>( in slow() argument
39 integer: Iter1, in slow()
265 pub fn parse_mantissa<'a, Iter1, Iter2>( in parse_mantissa() argument
266 mut integer: Iter1, in parse_mantissa()
/external/rust/crates/minimal-lexical/tests/
Dintegration_tests.rs101 pub fn case_insensitive_starts_with<'a, 'b, Iter1, Iter2>(mut x: Iter1, mut y: Iter2) -> bool in case_insensitive_starts_with() argument
/external/clang/test/OpenMP/
Ddistribute_simd_loop_messages.cpp431 class Iter1 { class
433 Iter1(float f=0.0f, double d=0.0) { } in Iter1() function in Iter1
434 Iter1(const Iter1 &) { } in Iter1() argument
Dsimd_loop_messages.cpp325 class Iter1 { class
327 Iter1(float f=0.0f, double d=0.0) { } in Iter1() function in Iter1
328 Iter1(const Iter1 &) { } in Iter1() function in Iter1
Dparallel_for_simd_loop_messages.cpp331 class Iter1 { class
333 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1() function in Iter1
334 Iter1(const Iter1 &) {} in Iter1() argument
Dtarget_parallel_for_loop_messages.cpp329 class Iter1 { class
331 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1() function in Iter1
332 Iter1(const Iter1 &) {} in Iter1() argument
Dtarget_parallel_for_simd_loop_messages.cpp329 class Iter1 { class
331 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1() function in Iter1
332 Iter1(const Iter1 &) {} in Iter1() function in Iter1
Dtaskloop_loop_messages.cpp402 class Iter1 { class
404 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1() function in Iter1
405 Iter1(const Iter1 &) {} in Iter1() argument
Dtaskloop_simd_loop_messages.cpp403 class Iter1 { class
405 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1() function in Iter1
406 Iter1(const Iter1 &) {} in Iter1() argument
Dparallel_for_loop_messages.cpp329 class Iter1 { class
331 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1() function in Iter1
332 Iter1(const Iter1 &) {} in Iter1() function in Iter1
Dfor_simd_loop_messages.cpp384 class Iter1 { class
386 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1() function in Iter1
387 Iter1(const Iter1 &) {} in Iter1() argument
Ddistribute_parallel_for_simd_loop_messages.cpp433 class Iter1 { class
435 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1() function in Iter1
436 Iter1(const Iter1 &) {} in Iter1() function in Iter1
Dfor_loop_messages.cpp401 class Iter1 { class
403 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1() function in Iter1
404 Iter1(const Iter1 &) {} in Iter1() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseBitVector.h646 ElementListIter Iter1 = Elements.begin(); in intersectWithComplement() local
701 ElementListConstIter Iter1 = RHS1.Elements.begin(); in intersectWithComplement() local
744 ElementListConstIter Iter1 = Elements.begin(); in intersects() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.elements/iterator/
Dcompare.pass.cpp58 using Iter1 = decltype(iter1); in inequalityOperatorsDoNotExistTest() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/
Dranges_set_difference.pass.cpp337 using Iter1 = std::array<Data, 3>::iterator; in test() typedef
394 using Iter1 = std::array<Data, 3>::iterator; in test() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.merge/
Dranges_merge.pass.cpp356 using Iter1 = std::array<Data, 3>::iterator; in test() typedef
418 using Iter1 = std::array<Data, 3>::iterator; in test() typedef
/external/clang/lib/Analysis/
DThreadSafety.cpp2030 FactSet::iterator Iter1 = FSet1.findLockIter(FactMan, *LDat2); in intersectAndWarn() local