Home
last modified time | relevance | path

Searched refs:Four (Results 1 – 25 of 182) sorted by relevance

12345678

/external/llvm-project/clang/test/CodeGen/
Dppc32-and-aix-struct-return.c36 } Four; // svr4 to return i32, not float typedef
72 Four ret4(void) { return (Four){0.4}; } in ret4()
Daix-struct-arg.c20 } Four; typedef
59 void arg4(Four x) {} in arg4()
/external/clang/test/SemaTemplate/
Dalias-church-numerals.cpp25 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/
Dalias-church-numerals.cpp25 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/
Dgenericnoncanon10.test9 public class Three extends B<Float>.Four {
13 public class Four {
/external/rust/crates/regex-syntax/src/
Dutf8.rs108 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/
DX86TargetObjectFile.cpp28 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/
DX86TargetObjectFile.cpp35 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference() local
36 return MCBinaryExpr::createAdd(Res, Four, getContext()); in getTTypeGlobalReference()
/external/llvm/unittests/Support/
DMemoryBufferTest.cpp122 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/
DX86MCAsmInfo.cpp123 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/
DX86MCAsmInfo.cpp112 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/
DX86MCAsmInfo.cpp118 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/
DDIEHashTest.cpp124 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/
DDIEHashTest.cpp108 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/
DImmutableClassToInstanceMapTest.java182 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/
DImmutableClassToInstanceMapTest.java182 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/
Druby_generated_pkg_implicit.proto5 message Four { message
Druby_generated_pkg_explicit.proto7 message Four { message
Druby_generated_pkg_explicit_legacy.proto7 message Four { message
Druby_generated_pkg_explicit_pb.rb17 Four = Google::Protobuf::DescriptorPool.generated_pool.lookup("one.two.a_three.Four").msgclass constant
Druby_generated_pkg_explicit_legacy_pb.rb17Four = Google::Protobuf::DescriptorPool.generated_pool.lookup("one.two.a_three.and.Four").msgclass constant
Druby_generated_pkg_implicit_pb.rb17 Four = Google::Protobuf::DescriptorPool.generated_pool.lookup("one.two.a_three.Four").msgclass constant
/external/llvm-project/clang/test/AST/
Dast-dump-enum-json.cpp10 Four enumerator
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp37 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/
Dxxl_packets.cfg1 # Four threads writing large and nested packets of 32MB each every second.

12345678