Home
last modified time | relevance | path

Searched refs:TooLarge (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dbuiltin-is-constant-evaluated.cpp78 constexpr size_t TooLarge = -1; in test_new_expr() local
79 …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()
H A Dvector.cpp365 const TemplateVectorType<int, 0x1000000000>::type TooLarge = {}; in Init() local
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dfuncimport2.ll16 ; -print-import-failures should print a TooLarge reason.
24 ; FAILURES: (foo): Reason = TooLarge, Threshold = 0, Size = 1, MaxHotness = unknown, Attempts = 1
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h50 TooLarge, enumerator
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp216 Reason = FunctionImporter::ImportFailureReason::TooLarge; in selectCallee()
331 case FunctionImporter::ImportFailureReason::TooLarge: in getFailureName()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3692 bool TooLarge = false; in mapCodeSections() local
3705 TooLarge = true; in mapCodeSections()
3731 if (TooLarge) { in mapCodeSections()