Searched refs:thing (Results 1 - 25 of 57) sorted by relevance

123

/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-static-function-inheader.cpp10 thing();
H A Dwarn-missing-noreturn.cpp115 template <typename T> void thingy(T thing) { argument
116 thing.wibble();
H A Dmember-init.cpp87 struct thing {}; struct in namespace:PR14838
89 another() : r(thing()) {}
/external/valgrind/memcheck/tests/
H A Dsignal2.stdout.exp2 doing bad 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/clang/test/CXX/class/class.friend/
H A Dp1.cpp70 friend int Unknown::thing(); // expected-error {{use of undeclared identifier}}
71 friend int friendfunc(), Unknown::thing(); // expected-error {{use of undeclared identifier}}
72 friend int friendfunc(), Unknown::thing() : 4; // expected-error {{use of undeclared identifier}}
/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/llvm/test/tools/llvm-cov/Inputs/
H A Dtest.cpp68 A thing; local
70 thing.B();
/external/llvm/test/MC/PowerPC/
H A Dppc-machine.s5 # For now, the only thing we check is that the .machine directive
/external/toybox/tests/
H A Drmdir.test30 touch temp/thing
34 "rmdir -p temp/thing 2>/dev/null || [ -f temp/thing ] && echo yes" \
/external/clang/test/SemaObjC/
H A Dforeach.m44 for (id thing in collection) { } /* expected-warning {{unused variable 'thing'}} */
/external/icu/icu4c/source/i18n/
H A Dnfrlist.h63 void add(NFRule* thing) { argument
69 fStuff[fCount++] = thing;
/external/valgrind/none/tests/x86/
H A Dbug126147-x86.c121 check (int thing, int number) argument
123 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/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text113 Same thing but with paragraphs:
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text113 Same thing but with paragraphs:
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt113 Same thing but with paragraphs:
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbasic.rb55 parser.reported_errors.should have( 1 ).thing
136 parser.reported_errors.should have( 1 ).thing
146 parser.reported_errors.should have( 1 ).thing
272 parser.reported_errors.should have( 1 ).thing
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-uuidof.cpp26 GUID thing = __uuidof(Curly); variable
27 // CHECK-DEFINE-GUID: @thing = global %struct._GUID zeroinitializer, align 4
28 // CHECK-DEFINE-WRONG-GUID: @thing = global %struct._GUID zeroinitializer, align 4
55 // The static initializer for thing.
56 // 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)
57 // 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/lldb/test/unittest2/test/
H A Dtest_case.py201 # thing.
542 whole thing is.
563 thing = object()
564 self.assertIs(thing, thing)
565 self.assertRaises(self.failureException, self.assertIs, thing, object())
568 thing = object()
569 self.assertIsNot(thing, object())
570 self.assertRaises(self.failureException, self.assertIsNot, thing, thing)
[all...]
/external/fonttools/Lib/fontTools/
H A DafmLib.py141 charnum, width, l, b, r, t = (int(thing) for thing in things)
157 l, b, r, t = [int(thing) for thing in rest.split()]
/external/fonttools/Tools/fontTools/
H A DafmLib.py141 charnum, width, l, b, r, t = (int(thing) for thing in things)
157 l, b, r, t = [int(thing) for thing in rest.split()]

Completed in 2159 milliseconds

123