Searched defs:thing (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-static-function-inheader.h1 static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file should be declared 'static inline'}} function
H A Dno-warn-composite-pointer-type.cpp5 void Foo(int **thing, const int **thingMax) argument
7 if ((thing + 3) > thingMax)
H A Dwarn-missing-noreturn.cpp115 template <typename T> void thingy(T thing) { argument
116 thing.wibble();
H A Dmember-init.cpp84 struct thing {}; struct in namespace:PR14838
86 another() : r(thing()) {}
/external/clang/test/Analysis/
H A Dregion-store.c10 int thing = (int []){0, 1}[index]; local
11 printf("thing: %i\n", thing);
19 int thing = (int [][3]){{0,0,0}, {1,1,1}, {2,2,2}}[index][index]; local
20 printf("thing: %i\n", thing);
/external/valgrind/main/none/tests/x86/
H A Dbug126147-x86.c121 check (int thing, int number) argument
123 if (!thing)
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfrlist.h63 void add(NFRule* thing) { argument
69 fStuff[fCount++] = thing;
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-uuidof.cpp25 GUID thing = __uuidof(Curly); variable
26 // CHECK-DEFINE-GUID: @thing = global %struct._GUID zeroinitializer, align 4
27 // CHECK-DEFINE-WRONG-GUID: @thing = global %struct._GUID zeroinitializer, align 4
54 // The static initializer for thing.
55 // CHECK-DEFINE-GUID: call void @llvm.memcpy.p0i8.p0i8.i32(i8* bitcast (%struct._GUID* @thing to i8*), i8* bitcast ({ i32, i16, i16, [8 x i8] }* @_GUID_12345678_1234_1234_1234_1234567890ac to i8*), i32 16, i32 4, i1 false)
56 // CHECK-DEFINE-WRONG-GUID: call void @llvm.memcpy.p0i8.p0i8.i32(i8* bitcast (%struct._GUID* @thing to i8*), i8* bitcast ({ i32, i16, i16, [8 x i8] }* @_GUID_12345678_1234_1234_1234_1234567890ac to i8*), i32 4, i32 4, i1 false)
/external/icu/icu4c/source/i18n/
H A Dnfrlist.h63 void add(NFRule* thing) { argument
69 fStuff[fCount++] = thing;
/external/llvm/test/tools/llvm-cov/Inputs/
H A Dtest.cpp68 A thing; local
70 thing.B();
/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp26 typedef T thing; typedef in struct:X::traits
27 typedef decltype(val(make<thing>())) inner_ptr;
29 template<typename U> using rebind_thing = typename thing::template rebind<U>;
41 template<typename T> struct thing { struct in namespace:X
44 typedef traits<thing<inner>> traits_type;
46 template<typename U> using rebind = thing<U>;
48 thing(traits_type &traits) : traits(traits), val(traits.alloc()) {} function in struct:X::thing
49 ~thing() { traits.free(static_cast<inner_ptr&&>(val)); }
54 friend inner_ptr val(const thing &t) { return t.val; }
60 template<> bool &traits<thing<boo
[all...]
H A Dcurrent-instantiation.cpp242 static const int thing = 0; member in struct:RebuildDependentScopeDeclRefExpr::X
243 N<thing> data();
244 N<thing> foo();
246 template<typename T> N<X<T>::thing> X<T>::data() {}
/external/chromium_org/gin/
H A Dwrappable_unittest.cc151 v8::Handle<v8::Value> thing = v8::Number::New(isolate, 42); local
153 EXPECT_FALSE(ConvertFromV8(isolate, thing, &unwrapped));
157 thing = v8::Object::New(isolate);
158 EXPECT_FALSE(ConvertFromV8(isolate, thing, &unwrapped));
162 thing.Clear();
163 thing = ConvertToV8(isolate, new MyObjectBlink());
164 EXPECT_FALSE(ConvertFromV8(isolate, thing, &unwrapped));
168 thing.Clear();
169 thing = ConvertToV8(isolate, new MyObject2());
170 EXPECT_FALSE(ConvertFromV8(isolate, thing,
[all...]
/external/valgrind/main/memcheck/tests/
H A Dstr_tester.c49 check (int thing, int number) argument
51 if (!thing)
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp128 struct thing { struct in namespace:PR16911
132 struct inher : public thing<empty, uuid2> {};
136 const struct _GUID *x = &__uuidof(thing<uuid, inher>);
137 const struct _GUID *y = &__uuidof(thing<uuid2, uuid>); // expected-error{{cannot call operator __uuidof on a type with multiple GUIDs}}
138 thing<uuid2, uuid> thing_obj = thing<uuid2, uuid>();
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h284 int Map(HeapThing thing);
285 void Pair(HeapThing thing, int entry);
288 static uint32_t Hash(HeapThing thing) { argument
290 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(thing)),
H A Dheap-snapshot-generator.cc724 int HeapEntriesMap::Map(HeapThing thing) { argument
725 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), false);
731 void HeapEntriesMap::Pair(HeapThing thing, int entry) { argument
732 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), true);
/external/mksh/src/
H A Dfuncs.c646 int thing = 0, field = 0, base = 0, i; local
761 thing = '+';
765 thing = '-';
780 thing = wp[builtin_opt.optind][0];
868 if (thing == '-')
880 c_typeset_vardump(vp, flag, thing, pflag, istset);
883 c_typeset_vardump_recursive(e->loc, flag, thing, pflag, istset);
888 c_typeset_vardump_recursive(struct block *l, uint32_t flag, int thing, argument
894 c_typeset_vardump_recursive(l->next, flag, thing, pflag, istset);
897 c_typeset_vardump(vp, flag, thing, pfla
902 c_typeset_vardump(struct tbl *vp, uint32_t flag, int thing, bool pflag, bool istset) argument
[all...]
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.pb_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/glide/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...

Completed in 1263 milliseconds