Home
last modified time | relevance | path

Searched refs:ITC (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default.cpp191 struct ITC { struct
192 ITC() try {} catch(...) {} in ITC() argument
193 ~ITC() try {} catch(...) {} in ~ITC() argument
H A Duse-equals-default-copy.cpp436 struct ITC { struct
437 ITC(const ITC &Other) in ITC() argument
441 ITC &operator=(const ITC &Other) try { in operator =() argument
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp1573 const SCEV *ITC = SE.getConstantMaxTripCountFromArray(L); in TEST_F() local
1574 EXPECT_FALSE(isa<SCEVCouldNotCompute>(ITC)); in TEST_F()
1575 EXPECT_TRUE(isa<SCEVConstant>(ITC)); in TEST_F()
1614 const SCEV *ITC = SE.getConstantMaxTripCountFromArray(L); in TEST_F() local
1615 EXPECT_FALSE(isa<SCEVCouldNotCompute>(ITC)); in TEST_F()
1616 EXPECT_TRUE(isa<SCEVConstant>(ITC)); in TEST_F()
1655 const SCEV *ITC = SE.getConstantMaxTripCountFromArray(L); in TEST_F() local
1656 EXPECT_TRUE(isa<SCEVCouldNotCompute>(ITC)); in TEST_F()
1700 const SCEV *ITC = SE.getConstantMaxTripCountFromArray(L); in TEST_F() local
1701 EXPECT_TRUE(isa<SCEVCouldNotCompute>(ITC)); in TEST_F()
[all …]