| /llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.id/ |
| H A D | p3.cpp | 42 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 D | compound-requirement.cpp | 86 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 D | literal-thumb2.s | 20 @@ 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 D | literal-vldr-thumb2.s | 23 @@ 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 D | temp_arg_nontype_cxx20.cpp | 152 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 D | vec_extload.ll | 33 ; 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 D | unnecessary-value-param-arc.m | 12 // Same for explicitly non-ARC-managed Objective-C objects. 15 // Same for Objective-c classes.
|
| H A D | unnecessary-value-param-arc.mm | 12 // 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 D | MemoryBufferRefTest.cpp | 36 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 D | select-binop.mir | 31 # 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 D | llvm-mt.cpp | 150 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 D | p10-2a.cpp | 80 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 D | duplicate-function-imports.s | 10 # 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 D | obj-globalhash.test | 21 ; 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 D | save_objects.ll | 9 ; Same with cache 16 ; Same with hot cache
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVCallingConv.td | 39 // 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 D | divrem.ll | 18 ; 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 D | common2.ll | 14 ; 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 D | deref-spills-with-size.mir | 33 # * 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 D | compiled_action.gni | 14 # [list of files] Same meaning as for action(). 25 # Same meaning as for action().
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 620 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 D | MachineSSAUpdater.cpp | 99 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 D | input-section-flags.s | 34 ## 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 D | no-difference.test | 3 ; Same file passed twice -> no changes reported.
|
| /llvm-project-15.0.7/mlir/cmake/modules/ |
| H A D | AddMLIRPython.cmake | 109 # 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().
|