OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RAII
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/SemaCXX/
decl-expr-ambiguity.cpp
49
struct
RAII
{
50
RAII
();
51
~
RAII
();
60
RAII
raii
(); // expected-warning {{function declaration}} expected-note {{remove parentheses to declare a variable}}
/external/clang/lib/Parse/
RAIIObjectsForParser.h
1
//===--- RAIIObjectsForParser.h -
RAII
helpers for the parser ---*- C++ -*-===//
10
// This file defines and implements the some simple
RAII
objects that are used
27
/// \brief A
RAII
object used to temporarily suppress access-like
86
/// \brief
RAII
object used to inform the actions that we're
106
/// Creates a
RAII
object whose pool is optionally parented by another.
113
/// Creates a
RAII
object and, optionally, initialize its
115
///
RAII
object (which is assumed to be the current top pool).
137
/// Resets the
RAII
object for a new declaration.
182
ParsingDeclSpec(Parser &P, ParsingDeclRAIIObject *
RAII
)
184
ParsingRAII(P,
RAII
) {}
[
all
...]
ParseExpr.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
ResourceFileWriter.cpp
34
// Class that employs
RAII
to save the current FileWriter object state
477
ContextKeeper
RAII
(this);
558
ContextKeeper
RAII
(this);
[
all
...]
Completed in 800 milliseconds