Home
last modified time | relevance | path

Searched refs:Simple (Results 1 – 25 of 498) sorted by relevance

12345678910>>...20

/external/clang/test/Sema/
Dbuiltins-arm64-exclusive.c3 struct Simple { struct
17 sum += __builtin_arm_ldrex((struct Simple **)addr)->a; in test_ldrex() argument
23 …sum += __builtin_arm_ldrex((struct Simple *)addr).a; // expected-error {{address argument to atomi… in test_ldrex()
32 struct Simple var = {0}; in test_strex()
40 res |= __builtin_arm_strex(&var, (struct Simple **)addr); in test_strex()
47 …res |= __builtin_arm_strex(var, (struct Simple *)addr); // expected-error {{address argument to at… in test_strex()
48 …res |= __builtin_arm_strex(var, (struct Simple **)addr); // expected-error {{passing 'struct Simpl… in test_strex()
49 …res |= __builtin_arm_strex(&var, (struct Simple **)addr).a; // expected-error {{is not a structure… in test_strex()
66 sum += __builtin_arm_ldaex((struct Simple **)addr)->a; in test_ldaex()
72 …sum += __builtin_arm_ldaex((struct Simple *)addr).a; // expected-error {{address argument to atomi… in test_ldaex()
[all …]
Dbuiltins-arm-exclusive.c3 struct Simple { struct
16 sum += __builtin_arm_ldrex((struct Simple **)addr)->a; in test_ldrex() argument
22 …sum += __builtin_arm_ldrex((struct Simple *)addr).a; // expected-error {{address argument to atomi… in test_ldrex()
33 struct Simple var = {0}; in test_strex()
40 res |= __builtin_arm_strex(&var, (struct Simple **)addr); in test_strex()
47 …res |= __builtin_arm_strex(var, (struct Simple *)addr); // expected-error {{address argument to at… in test_strex()
48 …res |= __builtin_arm_strex(var, (struct Simple **)addr); // expected-error {{passing 'struct Simpl… in test_strex()
49 …res |= __builtin_arm_strex(&var, (struct Simple **)addr).a; // expected-error {{is not a structure… in test_strex()
67 sum += __builtin_arm_ldaex((struct Simple **)addr)->a; in test_ldaex()
73 …sum += __builtin_arm_ldaex((struct Simple *)addr).a; // expected-error {{address argument to atomi… in test_ldaex()
[all …]
/external/compiler-rt/test/msan/
Duse-after-dtor.cc18 struct Simple { struct
20 Simple() { in Simple() argument
23 ~Simple() { in ~Simple() argument
30 assert(sizeof(Simple) <= sizeof(buf)); in main()
32 Simple *s = new(&buf) Simple(); in main()
33 s->~Simple(); in main()
Ddtor-member.cc21 struct Simple { struct
23 Simple() { in Simple() argument
26 ~Simple() { } in ~Simple() argument
31 assert(sizeof(Simple) <= sizeof(buf)); in main()
37 Simple *s = new(&buf) Simple(); in main()
38 s->~Simple(); in main()
Ddtor-bit-fields.cc35 struct Simple { struct
37 ~Simple() {} in ~Simple() argument
61 Simple *s = new Simple(); in main()
62 s->~Simple(); in main()
/external/clang/test/CodeGen/
Dbuiltins-arm-exclusive.c5 struct Simple { struct
89 sum += __builtin_arm_ldrex((struct Simple **)addr)->a; in test_ldrex()
182 sum += __builtin_arm_ldaex((struct Simple **)addr)->a; in test_ldaex()
199 struct Simple var = {0}; in test_strex()
255 res |= __builtin_arm_strex(&var, (struct Simple **)addr); in test_strex()
273 struct Simple var = {0}; in test_stlex()
329 res |= __builtin_arm_stlex(&var, (struct Simple **)addr); in test_stlex()
/external/clang/test/CodeGenCXX/
Dsanitize-dtor-tail-call.cpp5 struct Simple { struct
7 Simple() { in Simple() argument
10 ~Simple() { in ~Simple() argument
15 Simple s;
Dsanitize-dtor-callback.cpp7 struct Simple { struct
9 ~Simple() {} in ~Simple() argument
11 Simple s;
41 Simple s;
Dsanitize-no-dtor-callback.cpp5 struct Simple { struct
6 ~Simple() {} in ~Simple() argument
8 Simple s;
Dsanitize-dtor-bit-field.cpp32 struct Simple { struct
34 ~Simple() {} in ~Simple() argument
36 Simple s;
/external/clang/test/Profile/
Dcxx-class.cpp16 class Simple { class
22 explicit Simple(int Member) : Member(Member) { in Simple() function in Simple
35 ~Simple() { in ~Simple()
66 Simple S(I); in simple_wrapper()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDOTGraphTraitsPass.h21 template <class Analysis, bool Simple>
35 ViewGraph(Graph, Name, Simple, Title); in runOnFunction()
46 template <class Analysis, bool Simple>
70 WriteGraph(File, Graph, Simple, Title); in runOnFunction()
/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java48 InjectionPoint injectionPoint = InjectionPoint.forConstructorOf(Simple.class); in testSimpleCase()
51 ProxyFactory<Simple> factory = new ProxyFactory<Simple>(injectionPoint, aspects); in testSimpleCase()
53 ConstructionProxy<Simple> constructionProxy = factory.create(); in testSimpleCase()
55 Simple simple = constructionProxy.newInstance(); in testSimpleCase()
61 static class Simple { class in ProxyFactoryTest
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs131 kSwitchForms[sw++] = new SwitchForm("?", SwitchType.Simple, false); in Main2()
132 kSwitchForms[sw++] = new SwitchForm("H", SwitchType.Simple, false); in Main2()
140 kSwitchForms[sw++] = new SwitchForm("EOS", SwitchType.Simple, false); in Main2()
141 kSwitchForms[sw++] = new SwitchForm("SI", SwitchType.Simple, false); in Main2()
142 kSwitchForms[sw++] = new SwitchForm("SO", SwitchType.Simple, false); in Main2()
/external/google-breakpad/src/processor/
Dcfi_frame_info_unittest.cc84 class Simple: public CFIFixture, public Test { }; class
87 TEST_F(Simple, NoCFA) { in TEST_F() argument
97 TEST_F(Simple, NoRA) { in TEST_F() argument
106 TEST_F(Simple, SetCFAAndRARule) { in TEST_F() argument
121 TEST_F(Simple, SetManyRules) { in TEST_F() argument
148 TEST_F(Simple, RulesOverride) { in TEST_F() argument
Dsynth_minidump_unittest.cc58 TEST(Section, Simple) { in TEST() argument
163 TEST(Thread, Simple) { in TEST() argument
194 TEST(Exception, Simple) { in TEST() argument
237 TEST(String, Simple) { in TEST() argument
/external/llvm/test/CodeGen/ARM/
Dthumb1-varalloc.ll46 ; Simple variable ending up *at* sp.
60 ; Simple variable ending up at aligned offset from sp.
81 ; Simple variable ending up at aligned offset from sp.
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DCyclomaticComplexityTest.java63 public static class Simple implements Target { class in CyclomaticComplexityTest
73 instrument(Simple.class); in testSimple1()
80 instrument(Simple.class); in testSimple2()
/external/llvm/test/Transforms/BBVectorize/
Dmetadata.ll4 ; Simple 3-pair chain with loads and stores (with fpmath)
24 ; Simple 3-pair chain with loads and stores (ints with range)
Dsimple-ldstr.ll5 ; Simple 3-pair chain with loads and stores
33 ; Simple chain with extending loads and stores
67 ; Simple chain with loads and truncating stores
112 ; Simple 3-pair chain with loads and stores (unreachable)
143 ; Simple 3-pair chain with loads and stores
/external/sonic/debian/
Dcontrol14 Description: Simple utility to speed up or slow down speech
24 Description: Simple library to speed up or slow down speech
/external/bison/tests/
Dcalc.at1 # Simple calculator. -*- Autotest -*-
585 # Simple LALR Calculator. #
588 AT_BANNER([[Simple LALR(1) Calculator.]])
625 # Simple GLR Calculator. #
628 AT_BANNER([[Simple GLR Calculator.]])
664 # Simple LALR1 C++ Calculator. #
667 AT_BANNER([[Simple LALR(1) C++ Calculator.]])
693 # Simple GLR C++ Calculator. #
696 AT_BANNER([[Simple GLR C++ Calculator.]])
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-09-25.data1 | # Simple block scalar
Dspec-09-29.data1 > # Simple folded scalar
/external/testng/src/test/java/test/objectfactory/
DSimple.java10 public class Simple class

12345678910>>...20