OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noreturn
(Results
626 - 650
of
830
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/clang/test/ARCMT/
objcmt-arc-cf-annotations.m.result
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.ml
88
|
Noreturn
749
| Attribute.
Noreturn
-> Int32.shift_left 1l 2
785
checkattr Attribute.
Noreturn
;
[
all
...]
/external/llvm/lib/IR/
Attributes.cpp
237
if (hasAttribute(Attribute::
NoReturn
))
238
return "
noreturn
";
411
case Attribute::
NoReturn
: return 1 << 2;
[
all
...]
/external/clang/include/clang/Analysis/
CFG.h
476
///
NoReturn
- This bit is set when the basic block contains a function call
477
/// or implicit destructor that is attributed as '
noreturn
'. In that case,
[
all
...]
/external/llvm/test/CodeGen/X86/
misched-aa-colored.ll
142
; Function Attrs:
noreturn
nounwind
186
attributes #0 = {
noreturn
nounwind }
/external/valgrind/auxprogs/
valgrind-di-server.c
127
__attribute__ ((
noreturn
))
138
__attribute__ ((
noreturn
))
[
all
...]
/external/valgrind/coregrind/m_debuginfo/
lzodefs.h
[
all
...]
readdwarf3.c
174
void (*barf)( const HChar* ) __attribute__((
noreturn
));
195
__attribute__((
noreturn
)) void (*barf)(const HChar*),
425
void (*barf)( const HChar* ) __attribute__((
noreturn
));
[
all
...]
/external/clang/docs/
LanguageExtensions.rst
[
all
...]
/external/clang/include/clang/Sema/
Overload.h
65
ICK_NoReturn_Adjustment, ///< Removal of
noreturn
from a type (Clang)
/external/clang/lib/AST/
DeclCXX.cpp
[
all
...]
/external/clang/test/Analysis/
misc-ps-region-store.cpp
293
extern "C" void __attribute__((
noreturn
)) PR9645_exit(int i);
retain-release.mm
67
void abort(void) __attribute__((
noreturn
));
/external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp
535
// CHECK: attributes [[NR_NUW]] = {
noreturn
nounwind }
exceptions.cpp
549
// CHECK: attributes [[NI_NR_NUW]] = { noinline
noreturn
nounwind }
/external/clang/test/SemaCXX/
warn-consumed-analysis.cpp
732
void fail() __attribute__((
noreturn
));
/external/compiler-rt/lib/asan/
asan_rtl.cc
264
// __asan_report_* functions are
noreturn
, so we need a switch to prevent
/external/elfutils/libdw/
libdwP.h
436
extern void __libdw_oom (void) __attribute ((
noreturn
, visibility ("hidden")));
/external/iproute2/ip/
ipl2tp.c
464
static void usage(void) __attribute__((
noreturn
));
iptunnel.c
31
static void usage(void) __attribute__((
noreturn
));
/external/iproute2/misc/
ifstat.c
643
static void usage(void) __attribute__((
noreturn
));
/external/iptables/iptables/
iptables-xml.c
35
__attribute__ ((
noreturn
));
/external/iputils/
arping.c
56
static void usage(void) __attribute__((
noreturn
));
clockdiff.c
27
void usage(void) __attribute__((
noreturn
));
/external/libpng/
pngconf.h
403
# define PNG_NORETURN __declspec(
noreturn
)
Completed in 1399 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>