OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunSafely
(Results
1 - 6
of
6
) sorted by null
/external/clang/tools/libclang/
CIndexer.h
79
bool
RunSafely
(llvm::CrashRecoveryContext &CRC,
Indexing.cpp
990
if (!
RunSafely
(CRC, clang_indexSourceFile_Impl, &ITUI))
[
all
...]
CIndexCodeCompletion.cpp
834
if (!
RunSafely
(CRC, clang_codeCompleteAt_Impl, &CCAI)) {
[
all
...]
CIndex.cpp
[
all
...]
/external/llvm/include/llvm/Support/
CrashRecoveryContext.h
37
/// if (!CRC.
RunSafely
(actual_work, 0)) {
76
///
RunSafely
has returned false. Clients can use getBacktrace() to retrieve
78
bool
RunSafely
(void (*Fn)(void*), void *UserData);
84
/// See
RunSafely
() and llvm_execute_on_thread().
89
/// return failure from
RunSafely
(). This function does not return.
96
///
RunSafely
() has returned false.
/external/llvm/lib/Support/
CrashRecoveryContext.cpp
58
// Jump back to the
RunSafely
we were called under.
303
bool CrashRecoveryContext::
RunSafely
(void (*Fn)(void*), void *UserData) {
346
Info->Result = Info->CRC->
RunSafely
(Info->UserFn, Info->UserData);
Completed in 239 milliseconds