Home
last modified time | relevance | path

Searched refs:modify (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/llvm-project/clang/test/SemaCXX/
H A Dtry-print-as-string-literal-type-check.cpp9 constexpr void modify() { in modify() function
14 t.modify(); in f()
/llvm-project/bolt/test/X86/
H A Ddwarf5-df-types-modify-dwo-name.test91 ; BOLT-PATH-SAME: dwarf5-df-types-modify-dwo-name.test.tmp/DWOOut
95 ; BOLT-PATH-SAME: dwarf5-df-types-modify-dwo-name.test.tmp/DWOOut
99 ; BOLT-PATH-SAME: dwarf5-df-types-modify-dwo-name.test.tmp/DWOOut
103 ; BOLT-PATH-SAME: dwarf5-df-types-modify-dwo-name.test.tmp/DWOOut
107 ; BOLT-PATH-SAME: dwarf5-df-types-modify-dwo-name.test.tmp/DWOOut
111 ; BOLT-PATH-SAME: dwarf5-df-types-modify-dwo-name.test.tmp/DWOOut
121 ; BOLT-PATH-NEXT: dwarf5-df-types-modify-dwo-name.test.tmp/DWOOut"
140 ; BOLT-PATH-NEXT: dwarf5-df-types-modify-dwo-name.test.tmp/DWOOut"
H A Ddwarf5-df-types-modify-dwo-name-mixed.test90 ; BOLT-PATH-SAME: dwarf5-df-types-modify-dwo-name-mixed.test.tmp/DWOOut
94 ; BOLT-PATH-SAME: dwarf5-df-types-modify-dwo-name-mixed.test.tmp/DWOOut
98 ; BOLT-PATH-SAME: dwarf5-df-types-modify-dwo-name-mixed.test.tmp/DWOOut
102 ; BOLT-PATH-SAME: dwarf5-df-types-modify-dwo-name-mixed.test.tmp/DWOOut
117 ; BOLT-PATH-NEXT: dwarf5-df-types-modify-dwo-name-mixed.test.tmp/DWOOut"
/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_commands/condition/
H A Dmain.cpp6 static void modify(int32_t &var) { in modify() function
17 modify(global); in main()
/llvm-project/lldb/test/API/python_api/watchpoint/condition/
H A Dmain.cpp6 static void modify(int32_t &var) { in modify() function
17 modify(global); in main()
/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_commands/command/
H A Dmain.cpp7 static void modify(int32_t &var) { in modify() function
16 modify(global); in main()
/llvm-project/clang/test/OpenMP/
H A Dtarget_map_codegen_00.cpp48 static void modify(int &res) { in modify() function in B
67 B::modify(a); in implicit_maps_integer()
/llvm-project/llvm/docs/
H A DExtendingLLVM.rst230 Also, you need to implement (or modify) any analyses or passes that you want to
255 add enum ``LLVMTypeKind`` and modify
268 modify ``void ModuleBitcodeWriter::writeTypeTable()`` to serialize your type
272 modify ``Error BitcodeReader::parseTypeTableBody()`` to read your data type
296 add enum ``LLVMTypeKind`` and modify
301 modify ``lltok::Kind LLLexer::LexIdentifier()`` to add ability to
306 modify ``void ModuleBitcodeWriter::writeTypeTable()`` to serialize your type
310 modify ``Error BitcodeReader::parseTypeTableBody()`` to read your data type
318 modify ``void TypePrinting::print(Type *Ty, raw_ostream &OS)``
/llvm-project/llvm/test/DebugInfo/X86/
H A Dlive-debug-values.ll10 ; extern int modify(int n);
19 ; m = modify(n);
75 %call4 = tail call i32 @modify(i32 %call1) #1, !dbg !38
97 declare i32 @modify(i32) #1
/llvm-project/llvm/test/Transforms/GVNHoist/
H A Dpr35222-hoist-load.ll6 ; modify the global
36 ; modify the global
/llvm-project/mlir/include/mlir/Dialect/MemRef/Transforms/
H A DPasses.td53 pass is inter-procedural, in the sense that it can modify function
54 interfaces and call sites that pass memref types. In order to modify
66 structures, but will not modify memref types without an explicit layout
69 Currently this pass is limited to only modify
194 The pass expands memref operations that modify the metadata of a memref
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/cert/
H A Ddcl58-cpp.rst59 `DCL58-CPP. Do not modify the standard namespaces
60 <https://www.securecoding.cert.org/confluence/display/cplusplus/DCL58-CPP.+Do+not+modify+the+standa…
/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
H A Darchive-unknown-members.test1 ## Show that llvm-objcopy and llvm-strip emit errors when attempting to modify
2 ## archives containing unrecognized files, and do not modify anything. We use
/llvm-project/llvm/test/Transforms/SROA/
H A Ddbg-single-piece.ll3 ; RUN: opt -passes='sroa<modify-cfg>' %s -S | FileCheck %s --check-prefixes=CHECK,CHECK-MODIFY-CFG
7 ; RUN: opt -passes='sroa<modify-cfg>' %s -S --try-experimental-debuginfo-iterators | FileCheck %s -…
/llvm-project/llvm/test/DebugInfo/MIR/X86/
H A Dlive-debug-values.mir9 # extern int modify(int n);
18 # m = modify(n);
72 %call4 = tail call i32 @modify(i32 %call1) #4, !dbg !38
91 declare i32 @modify(i32) #1
231 CALL64pcrel32 @modify, csr_64, implicit $rsp, implicit $edi, implicit-def $rsp, implicit-def $eax, debug-location !38
/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/
H A Dwatchpoint2.in4 watchpoint modify 1 -c "(val == 1)"
/llvm-project/third-party/benchmark/cmake/Modules/
H A DFindLLVMAr.cmake15 DESCRIPTION "create, modify, and extract from archives"
/llvm-project/clang/test/ARCMT/
H A Dwith-arc-mode-modify.m.result3 // RUN: %clang_cc1 -arcmt-action=modify -fsyntax-only -fobjc-arc -x objective-c %t
H A Dwith-arc-mode-modify.m3 // RUN: %clang_cc1 -arcmt-action=modify -fsyntax-only -fobjc-arc -x objective-c %t
/llvm-project/lldb/test/Shell/Watchpoint/Inputs/
H A Dwatchpoint.in4 watchpoint modify -c "val == 1"
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dconst-correctness.rst9 `ES.25 <https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#es25-declare-an-object-const-or-constexpr-unless-you-want-to-modify-its-value-later-on>`_
71 // Declare a pointer to that variable, that does not modify either, but misses 'const'.
192 int result = 100 * (*ptr_value); // Does not modify the pointer itself.
/llvm-project/bolt/test/runtime/X86/
H A Dshrinkwrapping-alignment.s2 # push-pops in a function where we are not allowed to modify the
/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/
H A DREADME
/llvm-project/llvm/test/CodeGen/AArch64/
H A DREADME9 For generic code, please modify your code to work with ElementCount and TypeSize directly.
/llvm-project/llvm/docs/GlobalISel/
H A DInstructionSelect.rst53 ``-gen-globalisel`` tablegen command from ``ninja -v`` and modify it.
94 * Don't modify MIR in the predicate

12345678910>>...19