Searched refs:NoThrow (Results 1 – 6 of 6) 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; }; argument47 static_assert(noexcept(NoThrow()), "incorrect exception specification");
115 // CHECK-NEXT: NoThrow (SubjectMatchRule_hasType_functionType)
2075 def NoThrow : InheritableAttr {
10691 case attr::NoThrow: in AttrCompatibleWithMultiVersion()