Searched refs:TooLarge (Results 1 – 6 of 6) sorted by relevance
78 constexpr size_t TooLarge = -1; in test_new_expr() local79 …auto *x = new int[std::is_constant_evaluated() ? 1 : TooLarge]; // expected-error {{array is … in test_new_expr()80 auto *x2 = new int[std::is_constant_evaluated() ? TooLarge : 1]; // OK in test_new_expr()81 …auto *y = new int[1][std::is_constant_evaluated() ? TooLarge : 1]{}; // expected-error {{array is … in test_new_expr()
365 const TemplateVectorType<int, 0x1000000000>::type TooLarge = {}; in Init() local
16 ; -print-import-failures should print a TooLarge reason.24 ; FAILURES: (foo): Reason = TooLarge, Threshold = 0, Size = 1, MaxHotness = unknown, Attempts = 1
50 TooLarge, enumerator
216 Reason = FunctionImporter::ImportFailureReason::TooLarge; in selectCallee()331 case FunctionImporter::ImportFailureReason::TooLarge: in getFailureName()
3692 bool TooLarge = false; in mapCodeSections() local3705 TooLarge = true; in mapCodeSections()3731 if (TooLarge) { in mapCodeSections()