/external/llvm-project/clang/test/CodeGen/ |
D | ppc32-and-aix-struct-return.c | 36 } Four; // svr4 to return i32, not float typedef 72 Four ret4(void) { return (Four){0.4}; } in ret4()
|
D | aix-struct-arg.c | 20 } Four; typedef 59 void arg4(Four x) {} in arg4()
|
/external/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 25 template<template<typename> class F, typename X> using Four = Add<Two, Two, F, X>; typedef 26 template<template<typename> class F, typename X> using Sixteen = Mul<Four, Four, F, X>;
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 25 template<template<typename> class F, typename X> using Four = Add<Two, Two, F, X>; typedef 26 template<template<typename> class F, typename X> using Sixteen = Mul<Four, Four, F, X>;
|
/external/turbine/javatests/com/google/turbine/lower/testdata/ |
D | genericnoncanon10.test | 9 public class Three extends B<Float>.Four { 13 public class Four {
|
/external/rust/crates/regex-syntax/src/ |
D | utf8.rs | 108 Four([Utf8Range; 4]), enumerator 128 4 => Utf8Sequence::Four([ in from_encoded_range() 145 Four(ref r) => &r[..], in as_slice() 177 Utf8Sequence::Four(ref mut x) => x.reverse(), in reverse() 212 Four(ref r) => { in fmt() 558 let mut s = Four([ in reverse()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 28 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference() local 29 return MCBinaryExpr::createAdd(Res, Four, getContext()); in getTTypeGlobalReference()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 35 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference() local 36 return MCBinaryExpr::createAdd(Res, Four, getContext()); in getTTypeGlobalReference()
|
/external/llvm/unittests/Support/ |
D | MemoryBufferTest.cpp | 122 OwningBuffer Four(MemoryBuffer::getNewMemBuffer(123, "zeros")); in TEST_F() local 123 EXPECT_TRUE(nullptr != Four.get()); in TEST_F() 125 EXPECT_EQ(0, Four->getBufferStart()[0]); in TEST_F()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.cpp | 123 const MCExpr *Four = MCConstantExpr::create(4, Context); in getExprForPersonalitySymbol() local 124 return MCBinaryExpr::createAdd(Res, Four, Context); in getExprForPersonalitySymbol()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.cpp | 112 const MCExpr *Four = MCConstantExpr::create(4, Context); in getExprForPersonalitySymbol() local 113 return MCBinaryExpr::createAdd(Res, Four, Context); in getExprForPersonalitySymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.cpp | 118 const MCExpr *Four = MCConstantExpr::create(4, Context); in getExprForPersonalitySymbol() local 119 return MCBinaryExpr::createAdd(Res, Four, Context); in getExprForPersonalitySymbol()
|
/external/llvm-project/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 124 DIEInteger Four(4); in TEST_F() local 125 Unnamed.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 130 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 157 DIEInteger Four(4); in TEST_F() local 161 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 181 Four); in TEST_F() 626 DIEInteger Four(4); in TEST_F() local 630 IntTyDIE.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 676 DIEInteger Four(4); in TEST_F() local 680 Four); in TEST_F() [all …]
|
/external/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 108 DIEInteger Four(4); in TEST_F() local 109 Unnamed.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 114 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 141 DIEInteger Four(4); in TEST_F() local 145 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 165 Four); in TEST_F() 610 DIEInteger Four(4); in TEST_F() local 614 IntTyDIE.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 656 DIEInteger Four(4); in TEST_F() local 660 Four); in TEST_F() [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableClassToInstanceMapTest.java | 182 immutableEntry((Class) Four.class, new Impl(4)), in samples() 204 private interface Four {} interface in ImmutableClassToInstanceMapTest 208 static final class Impl implements One, Two, Three, Four, Five, Serializable {
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | ImmutableClassToInstanceMapTest.java | 182 immutableEntry((Class) Four.class, new Impl(4)), in samples() 204 private interface Four {} interface in ImmutableClassToInstanceMapTest 208 static final class Impl implements One, Two, Three, Four, Five, Serializable {
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generated_pkg_implicit.proto | 5 message Four { message
|
D | ruby_generated_pkg_explicit.proto | 7 message Four { message
|
D | ruby_generated_pkg_explicit_legacy.proto | 7 message Four { message
|
D | ruby_generated_pkg_explicit_pb.rb | 17 Four = Google::Protobuf::DescriptorPool.generated_pool.lookup("one.two.a_three.Four").msgclass constant
|
D | ruby_generated_pkg_explicit_legacy_pb.rb | 17 … Four = Google::Protobuf::DescriptorPool.generated_pool.lookup("one.two.a_three.and.Four").msgclass constant
|
D | ruby_generated_pkg_implicit_pb.rb | 17 Four = Google::Protobuf::DescriptorPool.generated_pool.lookup("one.two.a_three.Four").msgclass constant
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-enum-json.cpp | 10 Four enumerator
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 37 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference() local 38 return MCBinaryExpr::createAdd(Res, Four, getContext()); in getTTypeGlobalReference()
|
/external/perfetto/test/stress_test/configs/ |
D | xxl_packets.cfg | 1 # Four threads writing large and nested packets of 32MB each every second.
|