/llvm-project/llvm/unittests/tools/llvm-profgen/ |
H A D | ContextCompressionTest.cpp | 17 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 D | common_type.pass.cpp | 163 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 D | clamp_to_integral.pass.cpp | 27 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 D | source.pass.cpp | 45 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 D | implicit_deduction_guides.pass.cpp | 194 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 D | gmock-internal-utils.h | 255 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 D | ArgumentCommentCheck.cpp | 185 static bool looksLikeExpectMethod(const CXXMethodDecl *Expect) { in looksLikeExpectMethod() 191 const CXXMethodDecl *Expect) { in areMockAndExpectMethods()
|
/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_mutexset_test.cpp | 17 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 D | source.pass.cpp | 38 const fs::path::value_type* Expect = MS; in RunTestCaseImpl() local
|
/llvm-project/libcxx/test/std/language.support/cmp/cmp.partialord/ |
H A D | partialord.pass.cpp | 109 ExpectRes Expect; in test_constexpr() member
|
/llvm-project/libcxx/test/std/language.support/cmp/cmp.weakord/ |
H A D | weakord.pass.cpp | 126 ExpectRes Expect; in test_constexpr() member
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineFunction.cpp | 222 std::optional<uint32_t> Expect = getLDSAbsoluteAddress(*Dyn); setDynLDSAlign() local
|
/llvm-project/libcxx/test/std/language.support/cmp/cmp.strongord/ |
H A D | strongord.pass.cpp | 147 ExpectRes Expect; in test_constexpr() member
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
H A D | path.compare.pass.cpp | 168 int Expect; test_compare_elements() member
|
/llvm-project/clang/lib/ASTMatchers/ |
H A D | GtestMatchers.cpp | 31 Expect, enumerator
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMacroFusion.cpp | 82 int64_t Expect, in matchingImmOps()
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 116 static void handlePhiDef(CallInst *Expect) { in handlePhiDef()
|
/llvm-project/libcxx/test/support/ |
H A D | count_new.h | 619 std::size_t Expect = m_new_count_on_init + m_req_alloc; ~RequireAllocationGuard() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | compare-cxx2a.cpp | 12 #define ASSERT_EXPR_TYPE(Expr, Expect) static_assert(__is_same(decltype(Expr), Expect)); argument
|
H A D | source_location.cpp | 184 constexpr bool test_line_fn_template(T Expect, int L = __builtin_LINE()) { in test_line_fn_template() argument
|