Home
last modified time | relevance | path

Searched refs:Ge (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryBenchmarkTest.cpp17 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 DOperationsTest.cpp49 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 DGtestMatchers.cpp47 case GtestCmp::Ge: in getComparisonDecl()
77 case GtestCmp::Ge: in getComparisonTypeName()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DGtestMatchers.h28 Ge, enumerator
/llvm-project-15.0.7/libc/benchmarks/automemcpy/unittests/
H A DCodeGenTest.cpp17 using testing::Ge;
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DGtestMatchersTest.cpp274 matches(wrapGtest(Input), gtestExpect(GtestCmp::Ge, expr(), expr()))); in TEST()
/llvm-project-15.0.7/llvm/test/tools/llvm-ml/
H A Dnamed_operators.asm157 xor eax, 5 Ge 6
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-matchers.h719 inline internal::GeMatcher<Rhs> Ge(Rhs x) { in Ge() function
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h3946 inline internal::Ge2Matcher Ge() { return internal::Ge2Matcher(); }
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td6828 def _SLASH_Ge : CLFlag<"Ge">;