| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | PassBuilderCallbacksTest.cpp | 572 .Times(0); in TEST_F() 594 .Times(3); in TEST_F() 603 .Times(0); in TEST_F() 606 .Times(0); in TEST_F() 609 .Times(0); in TEST_F() 612 .Times(0); in TEST_F() 625 .Times(5); in TEST_F() 629 .Times(1); in TEST_F() 633 .Times(1); in TEST_F() 637 .Times(1); in TEST_F() [all …]
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | UserIDResolverTest.cpp | 26 EXPECT_CALL(r, DoGetUserName(47)).Times(1).WillOnce(Return(user47.str())); in TEST() 27 EXPECT_CALL(r, DoGetUserName(42)).Times(1).WillOnce(Return(llvm::None)); in TEST() 39 EXPECT_CALL(r, DoGetGroupName(47)).Times(1).WillOnce(Return(group47.str())); in TEST() 40 EXPECT_CALL(r, DoGetGroupName(42)).Times(1).WillOnce(Return(llvm::None)); in TEST()
|
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | MemProfTest.cpp | 133 .Times(1) // Only once since we remember invalid PCs. in TEST() 140 .Times(1) // Only once since we cache the result for future lookups. in TEST() 148 .Times(1) in TEST() 301 .Times(1) // once since we don't lookup invalid PCs repeatedly. in TEST() 308 .Times(1) // once since we don't lookup invalid PCs repeatedly. in TEST() 315 .Times(1) // once since we don't lookup invalid PCs repeatedly. in TEST() 322 .Times(1) in TEST()
|
| /llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/ |
| H A D | TestingSupportTest.cpp | 95 EXPECT_CALL(Expectations, Call(IsEmpty(), _)).Times(1); in TEST() 107 EXPECT_CALL(Expectations, Call(IsEmpty(), _)).Times(1); in TEST() 121 .Times(1); in TEST() 141 .Times(1); in TEST()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | TestVisitor.h | 145 unsigned Times = 1) { 146 ExpectedMatches.push_back(ExpectedMatch(Match, Line, Column, Times)); 218 unsigned Times) in ExpectedMatch() 219 : Candidate(Name, LineNumber, ColumnNumber), TimesExpected(Times), in ExpectedMatch()
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Scalar/ |
| H A D | LoopPassManagerTest.cpp | 742 .Times(2) in TEST_F() 749 .Times(2) in TEST_F() 761 .Times(2) in TEST_F() 950 .Times(2) in TEST_F() 995 .Times(2) in TEST_F() 1037 .Times(2) in TEST_F() 1043 .Times(3) in TEST_F() 1050 .Times(2) in TEST_F() 1057 .Times(2) in TEST_F() 1185 .Times(2) in TEST_F() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
| H A D | last_write_time.pass.cpp | 159 struct Times { struct 163 Times GetTimes(path const& p) { in GetTimes() argument 180 Times GetSymlinkTimes(path const& p) { in GetSymlinkTimes() 190 Times res; in GetSymlinkTimes() 552 Times sym_times = GetSymlinkTimes(sym); in TEST_CASE()
|
| /llvm-project-15.0.7/llvm/docs/_static/ |
| H A D | llvm.css | 20 font-family: "Georgia,Palatino,Times,Roman,SanSerif"; 28 font-family: "Georgia,Palatino,Times,Roman,SanSerif"; font-weight: bold;
|
| /llvm-project-15.0.7/flang/docs/_static/ |
| H A D | llvm.css | 20 font-family: "Georgia,Palatino,Times,Roman,SanSerif"; 28 font-family: "Georgia,Palatino,Times,Roman,SanSerif"; font-weight: bold;
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/tests/ |
| H A D | rawprofile.cpp | 78 EXPECT_CALL(Layout, Reset).Times(2); in TEST()
|
| /llvm-project-15.0.7/lldb/unittests/Interpreter/ |
| H A D | TestOptionValue.cpp | 131 EXPECT_CALL(callback, Invoke()).Times(2); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 794 timespec Times[2]; 795 Times[0] = sys::toTimeSpec(AccessTime); 796 Times[1] = sys::toTimeSpec(ModificationTime); 797 if (::futimens(FD, Times)) 801 timeval Times[2]; 802 Times[0] = sys::toTimeVal( 804 Times[1] = 807 if (::futimes(FD, Times))
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-spec-builders.h | 937 TypedExpectation& Times(const Cardinality& a_cardinality) { in Times() function 943 TypedExpectation& Times(int n) { in Times() function 944 return Times(Exactly(n)); in Times()
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
| H A D | sparse_mttkrp.mlir | 41 // Computes Matricized Tensor Times Khatri-Rao Product (MTTKRP) kernel. See
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | implementation.tex | 764 \caption{Comparison of Execution Times}
|