Home
last modified time | relevance | path

Searched defs:attempt (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dwindows-itanium-exceptions.cpp9 void attempt() { in attempt() function
/llvm-project/openmp/runtime/test/tasking/
H A Dissue-69368.c7 volatile int attempt = 0; in main() local
/llvm-project/flang/lib/Parser/
H A Dbasic-parsers.h123 template <typename A> inline constexpr auto attempt(const A &parser) { in attempt() function