OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noret
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/PCH/Inputs/
chain-decls1.h
11
void
noret
();
chain-decls2.h
12
void
noret
() __attribute__((noreturn));
/external/clang/test/PCH/
chain-decls.c
28
noret
();
/external/clang/test/SemaCXX/
instantiate-blocks.cpp
16
template <typename T, typename T1> void
noret
(T t, T1 r)
function
30
noret
((float)0.0, double(0.0)); // expected-note {{in instantiation of function template specialization '
noret
<float, double>' requested here}}
Completed in 603 milliseconds