OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CrashRecoveryContext
(Results
1 - 10
of
10
) sorted by null
/external/llvm/include/llvm/Support/
CrashRecoveryContext.h
1
//===---
CrashRecoveryContext
.h - Crash Recovery ----------------*- C++ -*-===//
29
///
CrashRecoveryContext
::Enable(), and then executing unsafe operations via a
30
///
CrashRecoveryContext
object. For example:
35
///
CrashRecoveryContext
CRC;
45
class
CrashRecoveryContext
{
50
CrashRecoveryContext
() : Impl(0), head(0) {}
51
~
CrashRecoveryContext
();
64
static
CrashRecoveryContext
*GetCurrent();
102
CrashRecoveryContext
*context;
103
CrashRecoveryContextCleanup(
CrashRecoveryContext
*context
[
all
...]
/external/llvm/lib/Support/
CrashRecoveryContext.cpp
1
//===---
CrashRecoveryContext
.cpp - Crash Recovery ------------------------===//
10
#include "llvm/Support/
CrashRecoveryContext
.h"
27
CrashRecoveryContext
*CRC;
34
CrashRecoveryContextImpl(
CrashRecoveryContext
*CRC) : CRC(CRC),
73
CrashRecoveryContext
::~
CrashRecoveryContext
() {
90
bool
CrashRecoveryContext
::isRecoveringFromCrash() {
94
CrashRecoveryContext
*
CrashRecoveryContext
::GetCurrent() {
105
void
CrashRecoveryContext
::registerCleanup(CrashRecoveryContextCleanup *cleanup
[
all
...]
Android.mk
15
CrashRecoveryContext
.cpp \
/external/clang/tools/libclang/
CIndexer.h
24
class
CrashRecoveryContext
;
79
bool RunSafely(llvm::
CrashRecoveryContext
&CRC,
Indexing.cpp
30
#include "llvm/Support/
CrashRecoveryContext
.h"
988
llvm::
CrashRecoveryContext
CRC;
[
all
...]
CIndex.cpp
41
#include "llvm/Support/
CrashRecoveryContext
.h"
[
all
...]
CIndexCodeCompletion.cpp
33
#include "llvm/Support/
CrashRecoveryContext
.h"
832
llvm::
CrashRecoveryContext
CRC;
[
all
...]
/external/clang/lib/Lex/
Pragma.cpp
23
#include "llvm/Support/
CrashRecoveryContext
.h"
882
llvm::
CrashRecoveryContext
*CRC =llvm::
CrashRecoveryContext
::GetCurrent();
[
all
...]
/external/clang/lib/Basic/
Diagnostic.cpp
21
#include "llvm/Support/
CrashRecoveryContext
.h"
[
all
...]
/external/clang/lib/Frontend/
CompilerInstance.cpp
36
#include "llvm/Support/
CrashRecoveryContext
.h"
[
all
...]
Completed in 259 milliseconds