Searched defs:NOINLINE (Results 1 - 12 of 12) sorted by path

/external/chromium_org/base/
H A Dcompiler_specific.h106 // NOINLINE void DoStuff() { ... }
108 #define NOINLINE __attribute__((noinline)) macro
110 #define NOINLINE __declspec(noinline) macro
112 #define NOINLINE macro
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc288 NOINLINE = 397, enumerator in enum:yytokentype
489 #define NOINLINE 397 macro
1115 "NOINLINE", "VOLATILE", "PUBLIC_TOK", "STATIC", "EXTERN", "EXTERNAL",
H A Dglsl_parser.h179 NOINLINE = 397, enumerator in enum:yytokentype
380 #define NOINLINE 397 macro
H A Dindirect.c50 # define NOINLINE __attribute__((noinline)) macro
52 # define NOINLINE macro
67 NOINLINE CARD32
92 NOINLINE void
136 NOINLINE FASTCALL GLubyte *
151 NOINLINE FASTCALL GLubyte *
180 static FASTCALL NOINLINE void
192 static FASTCALL NOINLINE void
204 static FASTCALL NOINLINE void
216 static FASTCALL NOINLINE voi
8630 # undef NOINLINE macro
[all...]
H A Dindirect.h46 # define NOINLINE __attribute__((noinline)) macro
48 # define NOINLINE macro
54 extern _X_HIDDEN NOINLINE CARD32 __glXReadReply( Display *dpy, size_t size,
57 extern _X_HIDDEN NOINLINE void __glXReadPixelReply( Display *dpy,
62 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupSingleRequest(
65 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupVendorRequest(
720 # undef NOINLINE macro
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc82 #define NOINLINE __attribute__((noinline)) macro
157 template<class T> NOINLINE T ReturnPoisoned() { return *GetPoisoned<T>(); }
242 NOINLINE void Arg1ExpectUMR(S4 a1) { EXPECT_POISONED(a1); }
243 NOINLINE void Arg2ExpectUMR(S4 a1, S4 a2) { EXPECT_POISONED(a2); }
244 NOINLINE void Arg3ExpectUMR(S1 a1, S4 a2, S8 a3) { EXPECT_POISONED(a3); }
406 NOINLINE static int GetPoisonedZero() {
430 NOINLINE void StackTestFunc() {
456 NOINLINE void StackStressFunc() {
512 NOINLINE
2216 NOINLINE StructWithDto
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h142 # define NOINLINE __declspec(noinline) macro
156 # define NOINLINE __attribute__((noinline))
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_utils.h35 # define NOINLINE __declspec(noinline) macro
37 # define NOINLINE __attribute__((noinline)) macro
77 NOINLINE
/external/compiler-rt/test/asan/TestCases/
H A Dstack-oob-frames.cc7 #define NOINLINE __attribute__((noinline)) macro
12 NOINLINE static void Frame0(int frame, char *a, char *b, char *c) {
23 NOINLINE static void Frame1(int frame, char *a, char *b) {
27 NOINLINE static void Frame2(int frame, char *a) {
31 NOINLINE static void Frame3(int frame) {
/external/compiler-rt/test/tsan/
H A Dunaligned_race.cc8 #define NOINLINE __attribute__((noinline)) macro
24 static NOINLINE void access(volatile char *p, int sz, int rw) {
52 static NOINLINE void access3(bool main, int sz1, bool rw, volatile char *p) {
68 static NOINLINE void
88 static NOINLINE void
108 NOINLINE void Test(bool main) {
/external/libunwind/include/
H A Dcompiler.h37 # define NOINLINE __attribute__((noinline)) macro
62 # define NOINLINE macro
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp183 #define NOINLINE __attribute__ ((noinline)) macro
184 extern "C" void NOINLINE AnnotateSetVerbosity(const char *, int, int) {};

Completed in 2054 milliseconds