OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoThrow
(Results
1 - 25
of
28
) sorted by null
1
2
/external/clang/test/Analysis/
new-with-exceptions.cpp
15
struct
NoThrow
{
32
clang_analyzer_eval(new
NoThrow
); // expected-warning{{UNKNOWN}}
40
clang_analyzer_eval(new
NoThrow
[2]); // expected-warning{{TRUE}}
49
clang_analyzer_eval(new (1)
NoThrow
[2]); // expected-warning{{UNKNOWN}}
/external/clang/test/SemaCXX/
member-init.cpp
44
struct
NoThrow
{ NoThrowCtor tc = 42; };
47
static_assert(noexcept(
NoThrow
()), "incorrect exception specification");
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrList.inc
129
PARSED_ATTR(
NoThrow
)
AttrTemplateInstantiate.inc
616
case attr::
NoThrow
: {
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrList.inc
129
PARSED_ATTR(
NoThrow
)
AttrTemplateInstantiate.inc
616
case attr::
NoThrow
: {
[
all
...]
/external/v8/src/compiler/
operator.h
58
V(Associative) V(Idempotent) V(NoRead) V(NoWrite) V(
NoThrow
) V(NoDeopt)
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrList.inc
150
INHERITABLE_ATTR(
NoThrow
)
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrList.inc
150
INHERITABLE_ATTR(
NoThrow
)
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc
660
case attr::
NoThrow
: {
AttrImpl.inc
[
all
...]
AttrVisitor.inc
[
all
...]
Attrs.inc
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc
660
case attr::
NoThrow
: {
AttrImpl.inc
[
all
...]
AttrVisitor.inc
[
all
...]
Attrs.inc
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
AttrPCHWrite.inc
961
case attr::
NoThrow
: {
[
all
...]
AttrPCHRead.inc
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
AttrPCHWrite.inc
961
case attr::
NoThrow
: {
[
all
...]
AttrPCHRead.inc
[
all
...]
/external/protobuf/gtest/test/
gtest_unittest.cc
[
all
...]
/external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc
[
all
...]
/external/googletest/googletest/test/
gtest_unittest.cc
[
all
...]
/external/v8/testing/gtest/test/
gtest_unittest.cc
[
all
...]
Completed in 1927 milliseconds
1
2