OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NOINLINE
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_lib.h
48
#define
NOINLINE
__declspec(
noinline
)
53
#define
NOINLINE
__attribute__((
noinline
))
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_test_utils.h
35
# define
NOINLINE
__declspec(
noinline
)
37
# define
NOINLINE
__attribute__((
noinline
))
77
NOINLINE
/src/lib/libpthread/
pthread_rwlock.c
55
#define
NOINLINE
__attribute ((
noinline
))
57
#define
NOINLINE
/* nothing */
131
NOINLINE
static void
138
NOINLINE
static int
pthread_mutex.c
93
#define
NOINLINE
__attribute ((
noinline
))
95
#define
NOINLINE
/* nothing */
242
NOINLINE
static void
253
NOINLINE
static void *
274
NOINLINE
static int
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h
205
extern "C" SANITIZER_INTERFACE_ATTRIBUTE SANITIZER_WEAK_ATTRIBUTE
NOINLINE
207
extern "C++" SANITIZER_INTERFACE_ATTRIBUTE SANITIZER_WEAK_ATTRIBUTE
NOINLINE
216
# define
NOINLINE
__declspec(
noinline
)
230
# define
NOINLINE
__attribute__((
noinline
))
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
142
#define
NOINLINE
__attribute__((
noinline
))
224
template<class T>
NOINLINE
T ReturnPoisoned() { return *GetPoisoned<T>(); }
309
NOINLINE
void Arg1ExpectUMR(S4 a1) { EXPECT_POISONED(a1); }
310
NOINLINE
void Arg2ExpectUMR(S4 a1, S4 a2) { EXPECT_POISONED(a2); }
311
NOINLINE
void Arg3ExpectUMR(S1 a1, S4 a2, S8 a3) { EXPECT_POISONED(a3); }
472
NOINLINE
static int GetPoisonedZero() {
496
NOINLINE
void StackTestFunc() {
522
NOINLINE
void StackStressFunc() {
575
NOINLINE
[
all
...]
Completed in 52 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025