HomeSort by relevance Sort by last modified time
    Searched defs:NOINLINE (Results 1 - 13 of 13) sorted by null

  /external/honggfuzz/examples/badcode/targets/
badcode2.c 8 #define NOINLINE __attribute__ ((noinline))
10 EXPORT NOINLINE void crash()
17 EXPORT NOINLINE void func1()
23 EXPORT NOINLINE void func2()
29 EXPORT NOINLINE void driver()
  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
int_lib.h 52 #define NOINLINE __declspec(noinline)
57 #define NOINLINE __attribute__((noinline))
  /external/compiler-rt/lib/builtins/
int_lib.h 43 #define NOINLINE __declspec(noinline)
48 #define NOINLINE __attribute__((noinline))
  /external/compiler-rt/test/asan/TestCases/
stack-oob-frames.cc 7 #define NOINLINE __attribute__((noinline))
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/
unaligned_race.cc 5 #define NOINLINE __attribute__((noinline))
21 static NOINLINE void access(volatile char *p, int sz, int rw) {
49 static NOINLINE void access3(bool main, int sz1, bool rw, volatile char *p) {
65 static NOINLINE void
85 static NOINLINE void
105 NOINLINE void Test(bool main) {
  /external/libunwind/include/
compiler.h 37 # define NOINLINE __attribute__((noinline))
62 # define NOINLINE
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 35 # define NOINLINE __declspec(noinline)
37 # define NOINLINE __attribute__((noinline))
77 NOINLINE
  /external/libchrome/base/
compiler_specific.h 99 // NOINLINE void DoStuff() { ... }
101 #define NOINLINE __attribute__((noinline))
103 #define NOINLINE __declspec(noinline)
105 #define NOINLINE
  /external/pdfium/third_party/base/
compiler_specific.h 94 // NOINLINE void DoStuff() { ... }
96 #define NOINLINE __attribute__((noinline))
98 #define NOINLINE __declspec(noinline)
100 #define NOINLINE
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 125 extern "C" SANITIZER_INTERFACE_ATTRIBUTE SANITIZER_WEAK_ATTRIBUTE NOINLINE
127 extern "C++" SANITIZER_INTERFACE_ATTRIBUTE SANITIZER_WEAK_ATTRIBUTE NOINLINE
136 # define NOINLINE __declspec(noinline)
149 # define NOINLINE __attribute__((noinline))
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 132 #define NOINLINE __attribute__((noinline))
208 template<class T> NOINLINE T ReturnPoisoned() { return *GetPoisoned<T>(); }
293 NOINLINE void Arg1ExpectUMR(S4 a1) { EXPECT_POISONED(a1); }
294 NOINLINE void Arg2ExpectUMR(S4 a1, S4 a2) { EXPECT_POISONED(a2); }
295 NOINLINE void Arg3ExpectUMR(S1 a1, S4 a2, S8 a3) { EXPECT_POISONED(a3); }
456 NOINLINE static int GetPoisonedZero() {
480 NOINLINE void StackTestFunc() {
506 NOINLINE void StackStressFunc() {
559 NOINLINE
    [all...]
  /external/dlmalloc/
malloc.c     [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp 187 #define NOINLINE __attribute__ ((noinline))
188 extern "C" void NOINLINE AnnotateSetVerbosity(const char *, int, int) {};
    [all...]

Completed in 429 milliseconds