Searched defs:Simple (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/Profile/
H A Dcxx-class.cpp16 class Simple { class
22 explicit Simple(int Member) : Member(Member) { function in class:Simple
35 ~Simple() {
66 Simple S(I);
/external/clang/test/Sema/
H A Dbuiltins-arm-exclusive.c3 struct Simple { struct
16 sum += __builtin_arm_ldrex((struct Simple **)addr)->a;
22 sum += __builtin_arm_ldrex((struct Simple *)addr).a; // expected-error {{address argument to atomic builtin must be a pointer to}}
33 struct Simple var = {0};
40 res |= __builtin_arm_strex(&var, (struct Simple **)addr);
47 res |= __builtin_arm_strex(var, (struct Simple *)addr); // expected-error {{address argument to atomic builtin must be a pointer to}}
48 res |= __builtin_arm_strex(var, (struct Simple **)addr); // expected-error {{passing 'struct Simple' to parameter of incompatible type 'struct Simple *'}}
49 res |= __builtin_arm_strex(&var, (struct Simple **)add
[all...]
H A Dbuiltins-arm64-exclusive.c3 struct Simple { struct
17 sum += __builtin_arm_ldrex((struct Simple **)addr)->a;
23 sum += __builtin_arm_ldrex((struct Simple *)addr).a; // expected-error {{address argument to atomic builtin must be a pointer to}}
32 struct Simple var = {0};
40 res |= __builtin_arm_strex(&var, (struct Simple **)addr);
47 res |= __builtin_arm_strex(var, (struct Simple *)addr); // expected-error {{address argument to atomic builtin must be a pointer to}}
48 res |= __builtin_arm_strex(var, (struct Simple **)addr); // expected-error {{passing 'struct Simple' to parameter of incompatible type 'struct Simple *'}}
49 res |= __builtin_arm_strex(&var, (struct Simple **)add
[all...]
/external/chromium_org/ui/base/l10n/
H A Dtime_format.cc29 base::string16 TimeFormat::Simple(TimeFormat::Format format, function in class:ui::TimeFormat
/external/clang/test/CodeGen/
H A Dbuiltins-arm-exclusive.c31 struct Simple { struct
110 sum += __builtin_arm_ldrex((struct Simple **)addr)->a;
112 // CHECK: inttoptr i32 [[INTRES]] to %struct.Simple*
115 // CHECK-ARM64: inttoptr i64 [[INTRES]] to %struct.Simple*
194 sum += __builtin_arm_ldaex((struct Simple **)addr)->a;
196 // CHECK: inttoptr i32 [[INTRES]] to %struct.Simple*
199 // CHECK-ARM64: inttoptr i64 [[INTRES]] to %struct.Simple*
207 struct Simple var = {0};
243 res |= __builtin_arm_strex(&var, (struct Simple **)addr);
257 struct Simple va
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSetTest.cpp504 struct Simple { struct in namespace:__anon10700
505 Simple(int value) : m_value(value) { }; function in struct:__anon10700::Simple
520 Simple m_simple;
534 static unsigned hash(const Simple& key) { return key.m_value; }
535 static bool equal(const Complicated& a, const Simple& b) { return a.m_simple.m_value == b.m_value; }
545 typename Set::iterator it = set.template find<ComplexityTranslator>(Simple(42));
549 it = set.template find<ComplexityTranslator>(Simple(103));
555 typename Set::const_iterator constIterator = constSet.template find<ComplexityTranslator>(Simple(42));
559 constIterator = constSet.template find<ComplexityTranslator>(Simple(103));
/external/lzma/CS/7zip/Common/
H A DCommandLineParser.cs10 Simple, enumerator in enum:SevenZip.CommandLineParser.SwitchType
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_glyf.h68 SK_OT_SHORT numberOfContours; //== -1 Composite, > 0 Simple
74 struct Simple { struct in struct:SkOTTableGlyphData
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java19 CtClass simpleClass = pool.get(ArrayAccessReplaceTest.class.getName() + "$Simple");
279 public static class Simple implements SimpleInterface { class in class:ArrayAccessReplaceTest
292 public Simple() { method in class:ArrayAccessReplaceTest.Simple
/external/lldb/test/functionalities/data-formatter/data-formatter-advanced/
H A Dmain.cpp44 struct Simple struct
49 Simple(int X, float Y, char Z) : function in struct:Simple
74 Simple* s;
76 s(new Simple(X,Y,Z)) {}
169 Simple a_simple_object(3,0.14,'E');
/external/skia/src/sfnt/
H A DSkOTTable_glyf.h68 SK_OT_SHORT numberOfContours; //== -1 Composite, > 0 Simple
74 struct Simple { struct in struct:SkOTTableGlyphData
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c69 unsigned int Simple; member in struct:regalloc_state
191 if (*file == RC_FILE_TEMPORARY && s->Simple)
742 s.Simple = 1;
/external/clang/lib/CodeGen/
H A DCGValue.h110 Simple, // This is a normal l-value, use getAddress(). enumerator in enum:clang::CodeGen::LValue::__anon17052
192 bool isSimple() const { return LVType == Simple; }
301 R.LVType = Simple;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c69 unsigned int Simple; member in struct:regalloc_state
191 if (*file == RC_FILE_TEMPORARY && s->Simple)
742 s.Simple = 1;
/external/chromium_org/ipc/
H A Dipc_sync_channel_unittest.cc295 void Simple(bool pump_during_send) { function in namespace:IPC::__anon7971
303 TEST_F(IPCSyncChannelTest, Simple) {
304 Simple(false);
305 Simple(true);
/external/clang/lib/Sema/
H A DSemaStmt.cpp1254 // the evaluated decls into a vector. Simple is set to true if none
1259 bool Simple; member in class:__anon17293::DeclExtractor
1268 Simple(true) {}
1270 bool isSimple() { return Simple; }
1274 Simple = false;
1279 Simple = false;
1294 Simple = false;
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2963 StringRef Simple; local
2965 if (parseIdentifier(Simple) || Simple != "simple")
2968 getStreamer().EmitCFIStartProc(!Simple.empty());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2237 MVT Simple = VT.getSimpleVT(); local
2238 unsigned SimpleSize = Simple.getSizeInBits();
2273 MVT Simple = VT.getSimpleVT(); local
2274 unsigned SimpleSize = Simple.getSizeInBits();
2355 MVT Simple = VT.getSimpleVT(); local
2356 unsigned SimpleSize = Simple.getSizeInBits();
2385 MVT Simple = VT.getSimpleVT(); local
2386 unsigned SimpleSize = Simple.getSizeInBits();

Completed in 585 milliseconds