Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 25 of 223) sorted by relevance

123456789

/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DStoppointHitCounter.h24 void Increment(uint32_t difference = 1) {
25 lldbassert(std::numeric_limits<uint32_t>::max() - m_hit_count >= difference);
26 m_hit_count += difference;
29 void Decrement(uint32_t difference = 1) {
30 lldbassert(m_hit_count >= difference);
31 m_hit_count -= difference;
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dlma-offset.s2 ## Test the difference between the VMA and the LMA for sections with AT().
20 ## .d has AT(). It starts a PT_LOAD segment, even if the difference between
24 ## The orphan section .text starts a PT_LOAD segment. The difference between
28 ## .data starts a PT_LOAD segment. The difference remains the same.
/llvm-project-15.0.7/clang/utils/check_cfc/
H A Dcheck_cfc.py270 difference = obj_diff.compare_object_files(self._output_file_a,
272 if difference:
274 "Code difference detected with -g\n{}".format(difference))
294 difference = obj_diff.compare_object_files(self._output_file_a,
296 if difference:
298 "Code difference detected with -S\n{}".format(difference))
H A Dobj_diff.py62 difference = "\n".join(diff)
64 difference += "\n*** Diff truncated ***"
65 return difference
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticSerializationKinds.td122 "in first definition, possible difference is here">;
126 "in second definition, possible difference is here">;
132 "%q0 has different definitions in different modules; first difference is "
153 "%q0 has different definitions in different modules; first difference is "
170 "%q0 has different definitions in different modules; first difference is "
181 "%q0 has different definitions in different modules; first difference is "
297 "%q0 has different definitions in different modules; first difference is "
320 "%q0 has different definitions in different modules; first difference is "
354 "first difference is "
377 "first difference is "
[all …]
/llvm-project-15.0.7/clang/test/Modules/
H A Dodr_hash.mm112 …itions in different modules; definition in module 'SecondModule' first difference is function body…
115 …itions in different modules; definition in module 'SecondModule' first difference is function body…
162 …itions in different modules; definition in module 'SecondModule' first difference is function body…
165 …itions in different modules; definition in module 'SecondModule' first difference is function body…
168 …itions in different modules; definition in module 'SecondModule' first difference is function body…
171 …itions in different modules; definition in module 'SecondModule' first difference is function body…
226 …bject::Invalid3' has different definitions in different modules; first difference is definition in…
323 …itions in different modules; definition in module 'SecondModule' first difference is function body…
326 …itions in different modules; definition in module 'SecondModule' first difference is function body…
H A Dodr_hash.cl63 …itions in different modules; definition in module 'SecondModule' first difference is function body…
66 …itions in different modules; definition in module 'SecondModule' first difference is function body…
/llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
H A DMachO_ARM_PIC_relocations.s10 # Check lower 16-bits of section difference relocation
14 # Check upper 16-bits of section difference relocation
/llvm-project-15.0.7/flang/test/Semantics/
H A Dtest_modfile.py46 actual_files = set(os.listdir(tmpdir)).difference(prev_files)
55 extra_files = actual_files.difference(expected_files)
/llvm-project-15.0.7/lld/test/ELF/
H A Daarch64-adrp-add.s56 ## the adrp + add pair can be relaxed to nop + adr, moreover, the address difference
65 ## the adrp + add pair cannot be relaxed to nop + adr, moreover, the address difference
74 ## the adrp + add pair can be relaxed to nop + adr, moreover, the address difference
83 ## the adrp + add pair cannot be relaxed to nop + adr, moreover, the address difference
/llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/
H A Dalloca.ll11 ; Size difference.
37 ; Alignment difference.
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-06-20-.NET-Differences.txt6 One significant difference between .NET CLR and our VM is that the CLR
13 This is an important difference because I think there are some significant
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dbinary-paddr.test2 ## The byte offset difference between two sections equals the difference between their LMAs.
5 ## difference equals the difference between their sh_addr fields.
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-locstats.rst49 a plot showing the difference (requires matplotlib)
105 Generate a plot as an image file showing the difference in the debug location
/llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DMachO_ARM64_relocations.s35 # the PC-relative page (4 KiB) difference between the adrp instruction and the
50 # relocation. adrp encodes the PC-relative page (4 KiB) difference between the
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dvcombine_zero_diff_ptrs.ll4 ; pairs whose difference in pointers is zero. This creates a vector
6 ; pointer difference and replaces the masked and unmasked loads
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Dfde-reloc.s6 # Ensure that the eh_frame records the symbolic difference with the paired
H A Dlinker-relaxation.s140 # Check that a relocation is not emitted for a symbol difference which has
142 # difference expression refers to two symbols, at least one of which is
144 # relaxation when both symbols have become defined the difference may be folded
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineValueMap.h49 static void difference(const AffineValueMap &a, const AffineValueMap &b,
/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dgnux32-dwarf-gen.s8 # assembler, looking at the difference between the x32 ABI and default x86-64
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dunused-raii.rst26 objects and there's no difference when they are deleted.
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/
H A DDexExpectWatchBase.py160 difference = abs(value_as_float - expected_as_float)
161 if difference <= self.float_range:
/llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DMachO_i386_DynNoPIC_relocations.s15 # Test section difference relocation to non-lazy ptr section.
/llvm-project-15.0.7/lld/test/MachO/
H A Darm64-reloc-pointer-to-got.s19 ## The relocated data should contain the difference between the addresses of
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dhilo-addressing.s24 # Emit zeros so that difference between $L3 and $L1 is 0x30124 bytes.

123456789