Searched refs:Ge (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | LibcMemoryBenchmarkTest.cpp | 17 using testing::Ge; 49 EXPECT_THAT(OD(Gen), AllOf(Ge(0U), Lt(8192U))); in TEST() 62 EXPECT_THAT(OD(Gen), AllOf(Ge(0U), Lt(8192U), IsDivisibleBy(16U))); in TEST()
|
| /llvm-project-15.0.7/llvm/unittests/FuzzMutate/ |
| H A D | OperationsTest.cpp | 49 using testing::Ge; 107 AllOf(SizeIs(Ge(1u)), Each(TypesMatch(i32)))); in TEST() 128 AllOf(SizeIs(Ge(1u)), Each(TypesMatch(i32)))); in TEST() 139 AllOf(SizeIs(Ge(1u)), Each(TypesMatch(f16)))); in TEST() 150 AllOf(SizeIs(Ge(3u)), Each(Truly(isPointer)))); in TEST()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 47 case GtestCmp::Ge: in getComparisonDecl() 77 case GtestCmp::Ge: in getComparisonTypeName()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | GtestMatchers.h | 28 Ge, enumerator
|
| /llvm-project-15.0.7/libc/benchmarks/automemcpy/unittests/ |
| H A D | CodeGenTest.cpp | 17 using testing::Ge;
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | GtestMatchersTest.cpp | 274 matches(wrapGtest(Input), gtestExpect(GtestCmp::Ge, expr(), expr()))); in TEST()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ml/ |
| H A D | named_operators.asm | 157 xor eax, 5 Ge 6
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-matchers.h | 719 inline internal::GeMatcher<Rhs> Ge(Rhs x) { in Ge() function
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 3946 inline internal::Ge2Matcher Ge() { return internal::Ge2Matcher(); }
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 6828 def _SLASH_Ge : CLFlag<"Ge">;
|