Home
last modified time | relevance | path

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

12345678910>>...15

/llvm-project-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/clang/test/OpenMP/
H A Dtarget_map_codegen_00.cpp54 static void modify(int &res) { in modify() function in B
73 B::modify(a); in implicit_maps_integer()
/llvm-project-15.0.7/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-15.0.7/llvm/test/DebugInfo/X86/
H A Dlive-debug-values.ll10 ; extern int modify(int n);
19 ; m = modify(n);
72 %call4 = tail call i32 @modify(i32 %call1) #1, !dbg !38
94 declare i32 @modify(i32) #1
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/Transforms/
H A DPasses.td37 pass is inter-procedural, in the sense that it can modify function
38 interfaces and call sites that pass memref types. In order to modify
51 structures, but will not modify memref types without an explicit layout
54 Currently this pass is limited to only modify
/llvm-project-15.0.7/llvm/test/Transforms/GVNHoist/
H A Dpr35222-hoist-load.ll6 ; modify the global
36 ; modify the global
/llvm-project-15.0.7/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-15.0.7/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-15.0.7/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/
H A Dwatchpoint2.in4 watchpoint modify 1 -c "(val == 1)"
/llvm-project-15.0.7/third-party/benchmark/cmake/Modules/
H A DFindLLVMAr.cmake15 DESCRIPTION "create, modify, and extract from archives"
/llvm-project-15.0.7/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,…
/llvm-project-15.0.7/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-15.0.7/bolt/test/runtime/X86/
H A Dshrinkwrapping-alignment.s2 # push-pops in a function where we are not allowed to modify the
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A DREADME9 For generic code, please modify your code to work with ElementCount and TypeSize directly.
/llvm-project-15.0.7/clang/test/CodeGen/aarch64-sve-intrinsics/
H A DREADME9 For generic code, please modify your code to work with ElementCount and TypeSize directly.
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A DMachineSink-call.ll10 ; the call may modify memory.
/llvm-project-15.0.7/llvm/cmake/platforms/
H A DClangClCMakeCompileRules.cmake7 # up, so we can just modify them instead of duplicating them entirely.
/llvm-project-15.0.7/polly/test/ForwardOpTree/
H A Dnoforward_phi.ll42 ; CHECK: ForwardOpTree executed, but did not modify anything
/llvm-project-15.0.7/llvm/test/Analysis/GlobalsModRef/
H A Dchaining-analysis.ll4 ; doesnotmodX does not modify X (because 'sin' doesn't).
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dconst-correctness.rst9 …idelines.md#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-15.0.7/llvm/test/Object/
H A Darchive-pad.test1 Test that only the darwin format needs to modify archive members to

12345678910>>...15