OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:T_ERROR
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc
3751
enum type_return { T_OK=0, T_WARN,
T_ERROR
};
3763
ret =
T_ERROR
;
3878
if (ret !=
T_ERROR
&& as)
3901
if (rok ==
T_ERROR
)
4006
if (rok ==
T_ERROR
)
/src/external/gpl3/gcc/dist/libgfortran/io/
async.h
119
#define
T_ERROR
(func, ...) do { \
342
#define
T_ERROR
(func, ...) func(__VA_ARGS__)
363
#define INTERN_LOCK(mutex)
T_ERROR
(__gthread_mutex_lock, mutex);
365
#define INTERN_UNLOCK(mutex)
T_ERROR
(__gthread_mutex_unlock, mutex);
367
#define INTERN_RDLOCK(rwlock)
T_ERROR
(__gthread_rwlock_rdlock, rwlock)
368
#define INTERN_WRLOCK(rwlock)
T_ERROR
(__gthread_rwlock_wrlock, rwlock)
369
#define INTERN_RWUNLOCK(rwlock)
T_ERROR
(__gthread_rwlock_unlock, rwlock)
379
T_ERROR
(__gthread_cond_broadcast, &(advcond)->signal); \
/src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc
3573
enum type_return { T_OK=0, T_WARN,
T_ERROR
};
3585
ret =
T_ERROR
;
3700
if (ret !=
T_ERROR
&& as)
3723
if (rok ==
T_ERROR
)
3828
if (rok ==
T_ERROR
)
/src/external/gpl3/gcc.old/dist/libgfortran/io/
async.h
119
#define
T_ERROR
(func, ...) do { \
220
#define
T_ERROR
(func, ...) func(__VA_ARGS__)
226
#define INTERN_LOCK(mutex)
T_ERROR
(__gthread_mutex_lock, mutex);
228
#define INTERN_UNLOCK(mutex)
T_ERROR
(__gthread_mutex_unlock, mutex);
238
T_ERROR
(__gthread_cond_broadcast, &(advcond)->signal); \
Completed in 46 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026