Searched refs:returns_twice (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/Sema/
H A Dattr-returns-twice.c3 int a __attribute__((returns_twice)); // expected-warning {{'returns_twice' attribute only applies to functions}}
5 __attribute__((returns_twice)) void t0(void) {
8 void t1() __attribute__((returns_twice));
10 void t2() __attribute__((returns_twice(2))); // expected-error {{'returns_twice' attribute takes no arguments}}
12 typedef void (*t3)(void) __attribute__((returns_twice)); // expected-warning {{'returns_twice' attribute only applies to functions}}
H A Duninit-variables.c471 extern int setjmp(jmp_buf env); // implicitly returns_twice
475 int returns_twice() { function
/external/valgrind/include/
H A Dpub_tool_libcsetjmp.h79 __attribute__((returns_twice))
88 __attribute__((returns_twice))
97 __attribute__((returns_twice))
106 __attribute__((returns_twice))
116 __attribute__((returns_twice))
/external/clang/test/CodeGen/
H A Dfunction-attributes.c85 __attribute__ ((returns_twice)) void f17(void);
86 __attribute__ ((returns_twice)) void f18(void) {
115 // CHECK: attributes [[RT]] = { nounwind optsize returns_twice{{.*}} }
118 // CHECK: attributes [[RT_CALL]] = { optsize returns_twice }
/external/clang/test/Parser/
H A Dattributes.c58 void __attribute__((returns_twice)) returns_twice_test();
/external/llvm/utils/vim/syntax/
H A Dllvm.vim53 syn keyword llvmKeyword readonly release returns_twice sanitize_thread
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp638 KEYWORD(returns_twice);

Completed in 264 milliseconds