Searched refs:NoThrow (Results 1 – 11 of 11) sorted by relevance
15 struct NoThrow { struct32 clang_analyzer_eval(new NoThrow); // expected-warning{{UNKNOWN}} in testNew()40 clang_analyzer_eval(new NoThrow[2]); // expected-warning{{TRUE}} in testNewArray()49 clang_analyzer_eval(new (1) NoThrow[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
31 #define OPERATOR_NEW_BODY_ALIGN(Type, Align, NoThrow) \ argument33 if (!NoThrow && UNLIKELY(!Ptr)) reportOutOfMemory(size); \35 #define OPERATOR_NEW_BODY(Type, NoThrow) \ argument36 OPERATOR_NEW_BODY_ALIGN(Type, 0, NoThrow)
44 struct NoThrow { NoThrowCtor tc = 42; }; struct47 static_assert(noexcept(NoThrow()), "incorrect exception specification");
44 struct NoThrow { NoThrowCtor tc = 42; }; argument47 static_assert(noexcept(NoThrow()), "incorrect exception specification");
101 // CHECK-NEXT: NoThrow (SubjectMatchRule_hasType_functionType)
1158 def NoThrow : InheritableAttr {
6585 TEST(StreamingAssertionsTest, NoThrow) { in TEST() argument
6442 TEST(StreamingAssertionsTest, NoThrow) { in TEST() argument
1874 def NoThrow : InheritableAttr {
10093 case attr::NoThrow: in AttrCompatibleWithMultiVersion()