Home
last modified time | relevance | path

Searched refs:differs (Results 1 – 25 of 104) sorted by relevance

12345

/llvm-project-15.0.7/libc/src/string/memory_utils/
H A Dbcmp_implementations.h21 template <typename Element> bool differs(const char *lhs, const char *rhs) { in differs() function
26 bool differs(const char *lhs, const char *rhs, size_t size) { in differs() function
41 return differs<_1>(lhs, rhs); in inline_bcmp()
43 return differs<_2>(lhs, rhs); in inline_bcmp()
45 return differs<_3>(lhs, rhs); in inline_bcmp()
47 return differs<HeadTail<_4>>(lhs, rhs, count); in inline_bcmp()
49 return differs<HeadTail<_8>>(lhs, rhs, count); in inline_bcmp()
51 return differs<HeadTail<_16>>(lhs, rhs, count); in inline_bcmp()
53 return differs<HeadTail<_32>>(lhs, rhs, count); in inline_bcmp()
55 return differs<HeadTail<_64>>(lhs, rhs, count); in inline_bcmp()
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/
H A Dcount-mismatch.proftext2 # name and a matching hash if the number of counters differs
16 # counters differs.
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrFormatsC.td48 // The immediate value encoding differs for each instruction, so each subclass
64 // The immediate value encoding differs for each instruction, so each subclass
90 // The immediate value encoding differs for each instruction, so each subclass
105 // The immediate value encoding differs for each instruction, so each subclass
/llvm-project-15.0.7/lld/test/MachO/
H A Dicf.s138 ## No fold: the absolute symbol value differs
154 ## No fold: referent dylib symbol differs
159 ## No fold: referent dylib addend differs
/llvm-project-15.0.7/llvm/docs/AMDGPU/
H A Dgfx906_type_deviation.rst13 *Type* of this operand differs from *type* :ref:`implied by the opcode<amdgpu_syn_instruction_mnemo…
H A Dgfx908_type_deviation.rst13 *Type* of this operand differs from *type* :ref:`implied by the opcode<amdgpu_syn_instruction_mnemo…
H A Dgfx10_type_deviation.rst13 *Type* of this operand differs from *type* :ref:`implied by the opcode<amdgpu_syn_instruction_mnemo…
H A Dgfx1030_type_deviation.rst13 *Type* of this operand differs from *type* :ref:`implied by the opcode<amdgpu_syn_instruction_mnemo…
H A Dgfx8_type_deviation.rst13 *Type* of this operand differs from *type* :ref:`implied by the opcode<amdgpu_syn_instruction_mnemo…
H A Dgfx9_type_deviation.rst13 *Type* of this operand differs from *type* :ref:`implied by the opcode<amdgpu_syn_instruction_mnemo…
H A Dgfx7_type_deviation.rst13 *Type* of this operand differs from *type* :ref:`implied by the opcode<amdgpu_syn_instruction_mnemo…
H A Dgfx940_type_deviation.rst13 *Type* of this operand differs from *type* :ref:`implied by the opcode<amdgpu_syn_instruction_mnemo…
H A Dgfx90a_type_deviation.rst13 *Type* of this operand differs from *type* :ref:`implied by the opcode<amdgpu_syn_instruction_mnemo…
H A Dgfx1011_type_deviation.rst13 *Type* of this operand differs from *type* :ref:`implied by the opcode<amdgpu_syn_instruction_mnemo…
/llvm-project-15.0.7/lld/test/ELF/
H A Dicf12.s7 # differs in addend only.
/llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/
H A DREADME.TXT4 The directory structure for the unique_ptr class templates differs from the
/llvm-project-15.0.7/clang/test/APINotes/
H A Dyaml-roundtrip.test4 Avoid Windows as the diff output differs due to line-endings and different diff
/llvm-project-15.0.7/libcxx/test/configs/
H A Dapple-libc++-shared.cfg.in3 # This configuration differs from a normal LLVM shared library configuration in
/llvm-project-15.0.7/lldb/docs/resources/
H A Dcontributing.rst18 authoring and uploading a patch. LLDB differs from the LLVM Developer
26 - **Coding Style**: LLDB's code style differs from LLVM's coding style.
/llvm-project-15.0.7/clang/test/PCH/
H A Dno-validate-pch.cl20 // CHECK-VAL: error: definition of macro 'X' differs between the precompiled header ('4') and the c…
/llvm-project-15.0.7/clang/test/Modules/
H A Dmodule-feature.m12 // DIFFERS: error: module features differs
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Davoid-loop-align.ll3 ; CodeGen should align the top of the loop, which differs from the loop
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dlayout-sections-by-original-offsets.test60 ## Note: the order of section headers differs from their layout.
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DLeonFeatures.td27 // CASA Support differs between LEON3-FT GR712RC and LEON3-FT UT699
/llvm-project-15.0.7/clang/tools/clang-fuzzer/
H A Dcxx_loop_proto.proto12 /// This subset differs from the one defined in cxx_proto.proto by eliminating

12345