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

/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...]
/external/valgrind/main/none/tests/x86/
H A Dbug126147-x86.c121 check (int thing, int number) argument
123 if (!thing)
/external/icu4c/i18n/
H A Dnfrlist.h63 void add(NFRule* thing) { argument
69 fStuff[fCount++] = thing;
/external/clang/test/SemaCXX/
H A Dwarn-missing-noreturn.cpp115 template <typename T> void thingy(T thing) { argument
116 thing.wibble();
/external/valgrind/main/memcheck/tests/
H A Dstr_tester.c49 check (int thing, int number) argument
51 if (!thing)
/external/mksh/src/
H A Dfuncs.c876 int thing = 0, field, base, optc; local
978 thing = '+';
982 thing = '-';
997 thing = wp[builtin_opt.optind][0];
1069 if (thing == '-')
1113 if (thing == 0 && flag == 0) {
1174 if (thing == '-' && (vp->flag&ISSET)) {
2704 operand ::= <any thing>
2737 * our parser does the right thing for the omitted steps.
/external/v8/src/
H A Dprofile-generator.h810 HeapEntry* Map(HeapThing thing);
811 void Pair(HeapThing thing, HeapEntriesAllocator* allocator, HeapEntry* entry);
836 static uint32_t Hash(HeapThing thing) { argument
838 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(thing)));
H A Dprofile-generator.cc1532 HeapEntry* HeapEntriesMap::Map(HeapThing thing) { argument
1533 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), false);
1544 HeapThing thing, HeapEntriesAllocator* allocator, HeapEntry* entry) {
1545 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), true);
1543 Pair( HeapThing thing, HeapEntriesAllocator* allocator, HeapEntry* entry) argument

Completed in 267 milliseconds