Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:NORETURN
(Results
1 - 20
of
20
) sorted by relevance
/third_party/ninja/src/
H
A
D
util.h
30
#define
NORETURN
__declspec(noreturn)
macro
32
#define
NORETURN
__attribute__((noreturn))
macro
36
NORETURN
void Fatal(const char* msg, ...);
128
NORETURN
void Win32Fatal(const char* function, const char* hint = NULL);
H
A
D
ninja.cc
1539
NORETURN
void real_main(int argc, char** argv) {
in real_main()
/third_party/libunwind/libunwind/include/
H
A
D
compiler.h
37
# define
NORETURN
__attribute__((noreturn))
macro
60
# define
NORETURN
macro
/third_party/mesa3d/src/util/
H
A
D
macros.h
207
#ifndef
NORETURN
209
# define
NORETURN
__declspec(noreturn)
macro
211
# define
NORETURN
__attribute__((__noreturn__))
macro
213
# define
NORETURN
macro
/third_party/elfutils/tests/
H
A
D
backtrace-child.c
110
#define
NORETURN
__attribute__ ((noreturn))
macro
158
static NOINLINE_NOCLONE
NORETURN
void
/third_party/libunwind/libunwind/src/ppc32/
H
A
D
Gresume.c
36
static
NORETURN
inline long
/third_party/libunwind/libunwind/src/x86_64/
H
A
D
unwind_i.h
89
extern
NORETURN
void x86_64_sigreturn (unw_cursor_t *cursor);
H
A
D
Gos-linux.c
137
HIDDEN
NORETURN
void
H
A
D
Gos-solaris.c
127
HIDDEN
NORETURN
void
H
A
D
Gos-freebsd.c
188
HIDDEN
NORETURN
void
/third_party/libunwind/libunwind/src/ppc64/
H
A
D
Gresume.c
36
static
NORETURN
inline long
/third_party/popt/src/
H
A
D
system.h
67
#define
NORETURN
__attribute__((__noreturn__))
macro
H
A
D
popthelp.c
32
NORETURN
/third_party/libunwind/libunwind/src/hppa/
H
A
D
Gresume.c
36
static
NORETURN
inline long
/third_party/mesa3d/src/intel/tools/
H
A
D
aub_write.h
42
static inline void PRINTFLIKE(2, 3)
NORETURN
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_context.h
230
NORETURN
void ir3_context_error(struct ir3_context *ctx, const char *format,
H
A
D
ir3_context.c
394
NORETURN
void
/third_party/libunwind/libunwind/src/ia64/
H
A
D
unwind_i.h
509
extern
NORETURN
void ia64_install_cursor (struct cursor *c,
/third_party/mesa3d/src/compiler/spirv/
H
A
D
vtn_private.h
88
NORETURN
void
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H
A
D
va_pack.c
38
NORETURN
static void PRINTFLIKE(2, 3)
Completed in 14 milliseconds