Home
last modified time | relevance | path

Searched refs:Same (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.id/
H A Dp3.cpp42 concept Same = is_same_v<T, U>;
44 static_assert(Same<int, int>);
45 static_assert(Same<int, decltype(1)>);
46 static_assert(!Same<int, unsigned int>);
47 static_assert(!Same<A, B>);
48 static_assert(Same<A, A>);
50 static_assert(Same<bool, decltype(C1<int>)>);
51 static_assert(Same<bool, decltype(C2<int>)>);
52 static_assert(Same<bool, decltype(C3<int*>)>);
53 static_assert(Same<bool, decltype(C4<A>)>);
[all …]
/llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.req/
H A Dcompound-requirement.cpp86 concept Same = is_same_v<T, U>;
98 template<typename T> requires requires (T t) { { t } -> Same<T&>; }
106 template<typename T> requires requires (T t) { { t } -> Same<typename T::type&>; }
117 template<typename T> requires requires (T t) { { t.foo() } -> Same<typename T::type>; } // expected…
134 { a } -> Same<int>;
135 { b } -> Same<int&>;
136 { 0 } -> Same<int>;
137 { static_cast<int&&>(a) } -> Same<int&&>;
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ARM/
H A Dliteral-thumb2.s20 @@ Same instruction, but the address is not 4-byte aligned
30 @@ Same instruction, but the address is not 4-byte aligned
50 @@ Same instructions, but the addresses are not 4-byte aligned
72 @@ Same instructions, but the addresses are not 4-byte aligned
95 @@ Same instructions, but the addresses are not 4-byte aligned
H A Dliteral-vldr-thumb2.s23 @@ Same instructions, but the addresses are not 4-byte aligned
45 @@ Same instructions, but the addresses are not 4-byte aligned
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx20.cpp152 template<auto V, auto W> constexpr bool Same = false; variable
153 template<auto V> constexpr bool Same<V, V> = true;
154 static_assert(Same<A{}, A{0, 0}>);
155 static_assert(Same<A{1}, A{1, 0}>);
156 static_assert(!Same<A{1}, A{1, 1}>);
164 template <A V> requires Same<V, A{V.arr[0], V.arr[0]}>
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dvec_extload.ll33 ; Same as v16si8_sext_in_reg, expands to load/store halfwords (lhz/sth).
44 ; Same as v8si16_sext_in_reg, but instead of creating the mask
56 ; Same as v16si8_sext_in_reg, expands to load halfword (lha) and
68 ; Same as v8si16_sext_in_reg.
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-value-param-arc.m12 // Same for explicitly non-ARC-managed Objective-C objects.
15 // Same for Objective-c classes.
H A Dunnecessary-value-param-arc.mm12 // Same for explicitly non-ARC-managed Objective-C objects.
15 // Same for Objective-c classes.
/llvm-project-15.0.7/llvm/unittests/Support/
H A DMemoryBufferRefTest.cpp36 MemoryBufferRef Same(MB->getBuffer(), MB->getBufferIdentifier()); in TEST() local
41 EXPECT_EQ(Same, Ref); in TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dselect-binop.mir31 # Same as add_s32_gpr, for 64-bit operations.
285 # Same as add_s32_gpr, for G_SUB operations.
311 # Same as add_s64_gpr, for G_SUB operations.
337 # Same as add_s32_gpr, for G_OR operations.
363 # Same as add_s64_gpr, for G_OR operations.
417 # Same as add_s32_gpr, for G_AND operations.
443 # Same as add_s64_gpr, for G_AND operations.
469 # Same as add_s32_gpr, for G_SHL operations.
521 # Same as add_s64_gpr, for G_SHL operations.
678 # Same as mul_s32_gpr for the s64 type.
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-mt/
H A Dllvm-mt.cpp150 bool Same = false; in main() local
153 Same = std::equal(OutputBuffer->getBufferStart(), in main()
157 if (!Same) { in main()
/llvm-project-15.0.7/clang/test/CXX/temp/temp.param/
H A Dp10-2a.cpp80 concept Same = is_same_v<T, U>; // expected-note {{because 'is_same_v<long, int>' evaluated to fals…
82 template<Same<int> T> // expected-note {{because 'Same<long, int>' evaluated to false}}
/llvm-project-15.0.7/lld/test/wasm/
H A Dduplicate-function-imports.s10 # Same import module/name/type as `f1`, should be de-duped.
16 # Same import module/name, but different type. Should not be de-duped.
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dobj-globalhash.test21 ; int**. Same as char**, both the local and global hashes should be the same.
28 ; same TypeIndex in both streams. Same global hash, since they represent the
36 ; both occur at different TypeIndices in their respective input streams. Same
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dsave_objects.ll9 ; Same with cache
16 ; Same with hot cache
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVCallingConv.td39 // Same as CSR_Interrupt, but including all 32-bit FP registers.
53 // Same as CSR_Interrupt, but including all 64-bit FP registers.
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Ddivrem.ll18 ; ACC64 - Same as ACC32 but only for 64-bit targets
20 ; GPR64 - Same as GPR32 but only for 64-bit targets
21 ; ACC32-TRAP - Same as TRAP and ACC32 combined
22 ; ACC64-TRAP - Same as TRAP and ACC64 combined
23 ; GPR32-TRAP - Same as TRAP and GPR32 combined
24 ; GPR64-TRAP - Same as TRAP and GPR64 combined
/llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/
H A Dcommon2.ll14 ; Same as before, but reversing the order of the inputs
30 ; Same as before, but reversing the order of the inputs
47 ; Same as before, but reversing the order of the inputs
/llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/
H A Dderef-spills-with-size.mir33 # * Same value (32 bits)
40 # * Same value (32 bits)
49 # * Same value (32 bits)
56 # * Same value (32 bits)
61 # The outlier from the pattern is (Stack value, Fragment, Same value size): we
247 ;; Scalar (32), Same value size (32), no stack value,
280 ;; Fragment (32), Same value size (32), no stack value,
315 ;; Scalar (32), Same value size (32), no stack value,
348 ;; Fragment (32), Same value size (32), no stack value,
/llvm-project-15.0.7/llvm/utils/gn/build/
H A Dcompiled_action.gni14 # [list of files] Same meaning as for action().
25 # Same meaning as for action().
/llvm-project-15.0.7/clang/lib/AST/
H A DASTDiagnostic.cpp620 bool Same = false; member
760 void SetSame(bool Same) { in SetSame() argument
761 FlatTree[CurrentNode].Same = Same; in SetSame()
913 return FlatTree[ReadNode].Same; in NodeIsSame()
1668 if (Same) { in PrintTypeNames()
1716 bool ToDefault, bool Same) { in PrintExpr() argument
1719 if (Same) { in PrintExpr()
1762 if (Same) { in PrintTemplateTemplate()
1787 bool FromDefault, bool ToDefault, bool Same) { in PrintAPSInt() argument
1791 if (Same) { in PrintAPSInt()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp99 bool Same = true; in LookForIdenticalPHI() local
104 Same = false; in LookForIdenticalPHI()
108 if (Same) in LookForIdenticalPHI()
/llvm-project-15.0.7/lld/test/ELF/
H A Dinput-section-flags.s34 ## Same test but using OVERLAY.
49 ## Same test but using hex representations of the flags.
/llvm-project-15.0.7/llvm/test/tools/llvm-remark-size-diff/
H A Dno-difference.test3 ; Same file passed twice -> no changes reported.
/llvm-project-15.0.7/mlir/cmake/modules/
H A DAddMLIRPython.cmake109 # ADD_TO_PARENT: Same as for declare_mlir_python_sources.
266 # ROOT_DIR: Same as for declare_mlir_python_sources().
267 # ADD_TO_PARENT: Same as for declare_mlir_python_sources(). Unique names
271 # SOURCES: Same as declare_mlir_python_sources().
272 # SOURCES_GLOB: Same as declare_mlir_python_sources().
319 # ROOT_DIR: Same as for declare_mlir_python_sources().
320 # ADD_TO_PARENT: Same as for declare_mlir_python_sources(). Unique names
325 # SOURCES: Same as declare_mlir_python_sources().
326 # SOURCES_GLOB: Same as declare_mlir_python_sources().

12345678910>>...18