/external/rust/crates/minimal-lexical/src/ |
D | parse.rs | 21 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
|
D | slow.rs | 36 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/ |
D | integration_tests.rs | 101 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/ |
D | distribute_simd_loop_messages.cpp | 431 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
|
D | simd_loop_messages.cpp | 325 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
|
D | parallel_for_simd_loop_messages.cpp | 331 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
|
D | target_parallel_for_loop_messages.cpp | 329 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
|
D | target_parallel_for_simd_loop_messages.cpp | 329 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
|
D | taskloop_loop_messages.cpp | 402 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
|
D | taskloop_simd_loop_messages.cpp | 403 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
|
D | parallel_for_loop_messages.cpp | 329 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
|
D | for_simd_loop_messages.cpp | 384 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
|
D | distribute_parallel_for_simd_loop_messages.cpp | 433 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
|
D | for_loop_messages.cpp | 401 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/ |
D | SparseBitVector.h | 646 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/ |
D | compare.pass.cpp | 58 using Iter1 = decltype(iter1); in inequalityOperatorsDoNotExistTest() typedef
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/ |
D | ranges_set_difference.pass.cpp | 337 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/ |
D | ranges_merge.pass.cpp | 356 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/ |
D | ThreadSafety.cpp | 2030 FactSet::iterator Iter1 = FSet1.findLockIter(FactMan, *LDat2); in intersectAndWarn() local
|