Home
last modified time | relevance | path

Searched defs:Expect (Results 1 – 20 of 20) sorted by relevance

/llvm-project/llvm/unittests/tools/llvm-profgen/
H A DContextCompressionTest.cpp17 SmallVector<std::string, 16> Expect = {"a", "b", "c"}; in TEST() local
25 SmallVector<std::string, 16> Expect = {"m", "a", "b", "c", "d"}; in TEST() local
33 SmallVector<std::string, 16> Expect = {"m", "a", "b", "c", in TEST() local
/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dcommon_type.pass.cpp163 static_assert((std::is_same<std::common_type<T1, T1>::type, Expect>::value), ""); in test_bullet_three_one() typedef
169 static_assert((std::is_same<std::common_type<T1, T1>::type, Expect>::value), ""); in test_bullet_three_one() typedef
191 static_assert((std::is_same<std::common_type<T1, T2>::type, Expect>::value), ""); in test_bullet_three_three() typedef
212 typedef void Expect; test_bullet_three_three() typedef
[all...]
/llvm-project/libcxx/test/libcxx/numerics/
H A Dclamp_to_integral.pass.cpp27 IntT Expect; test() member
59 IntT Expect; test_float() member
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
H A Dsource.pass.cpp45 const fs::path::value_type* Expect = MS; in RunTestCase() local
221 void RunStringMoveTest(const fs::path::value_type* Expect) { in RunStringMoveTest()
/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A Dimplicit_deduction_guides.pass.cpp194 using Expect = std::basic_string<char, std::char_traits<char>, test_allocator<char>>; in test() typedef
297 using Expect = std::basic_string<wchar_t, constexpr_char_traits<wchar_t>>; in test() typedef
/llvm-project/third-party/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h255 inline void Expect(bool condition, const char* file, int line, in Expect() function
262 inline void Expect(bool condition, const char* file, int line) { in Expect() function
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DArgumentCommentCheck.cpp185 static bool looksLikeExpectMethod(const CXXMethodDecl *Expect) { in looksLikeExpectMethod()
191 const CXXMethodDecl *Expect) { in areMockAndExpectMethods()
/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cpp17 static void Expect(const MutexSet &mset, uptr i, u64 id, bool write, u64 epoch, in Expect() function
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/
H A Dsource.pass.cpp38 const fs::path::value_type* Expect = MS; in RunTestCaseImpl() local
/llvm-project/libcxx/test/std/language.support/cmp/cmp.partialord/
H A Dpartialord.pass.cpp109 ExpectRes Expect; in test_constexpr() member
/llvm-project/libcxx/test/std/language.support/cmp/cmp.weakord/
H A Dweakord.pass.cpp126 ExpectRes Expect; in test_constexpr() member
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp222 std::optional<uint32_t> Expect = getLDSAbsoluteAddress(*Dyn); setDynLDSAlign() local
/llvm-project/libcxx/test/std/language.support/cmp/cmp.strongord/
H A Dstrongord.pass.cpp147 ExpectRes Expect; in test_constexpr() member
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.compare.pass.cpp168 int Expect; test_compare_elements() member
/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp31 Expect, enumerator
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp82 int64_t Expect, in matchingImmOps()
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp116 static void handlePhiDef(CallInst *Expect) { in handlePhiDef()
/llvm-project/libcxx/test/support/
H A Dcount_new.h619 std::size_t Expect = m_new_count_on_init + m_req_alloc; ~RequireAllocationGuard() local
/llvm-project/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp12 #define ASSERT_EXPR_TYPE(Expr, Expect) static_assert(__is_same(decltype(Expr), Expect)); argument
H A Dsource_location.cpp184 constexpr bool test_line_fn_template(T Expect, int L = __builtin_LINE()) { in test_line_fn_template() argument