/llvm-project/clang/test/SemaCXX/ |
H A D | try-print-as-string-literal-type-check.cpp | 9 constexpr void modify() { in modify() function 14 t.modify(); in f()
|
/llvm-project/bolt/test/X86/ |
H A D | dwarf5-df-types-modify-dwo-name.test | 91 ; 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 D | dwarf5-df-types-modify-dwo-name-mixed.test | 90 ; 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 D | main.cpp | 6 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 D | main.cpp | 6 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 D | main.cpp | 7 static void modify(int32_t &var) { in modify() function 16 modify(global); in main()
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_map_codegen_00.cpp | 48 static void modify(int &res) { in modify() function in B 67 B::modify(a); in implicit_maps_integer()
|
/llvm-project/llvm/docs/ |
H A D | ExtendingLLVM.rst | 230 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 D | live-debug-values.ll | 10 ; 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 D | pr35222-hoist-load.ll | 6 ; modify the global 36 ; modify the global
|
/llvm-project/mlir/include/mlir/Dialect/MemRef/Transforms/ |
H A D | Passes.td | 53 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 D | dcl58-cpp.rst | 59 `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 D | archive-unknown-members.test | 1 ## 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 D | dbg-single-piece.ll | 3 ; 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 D | live-debug-values.mir | 9 # 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 D | watchpoint2.in | 4 watchpoint modify 1 -c "(val == 1)"
|
/llvm-project/third-party/benchmark/cmake/Modules/ |
H A D | FindLLVMAr.cmake | 15 DESCRIPTION "create, modify, and extract from archives"
|
/llvm-project/clang/test/ARCMT/ |
H A D | with-arc-mode-modify.m.result | 3 // RUN: %clang_cc1 -arcmt-action=modify -fsyntax-only -fobjc-arc -x objective-c %t
|
H A D | with-arc-mode-modify.m | 3 // RUN: %clang_cc1 -arcmt-action=modify -fsyntax-only -fobjc-arc -x objective-c %t
|
/llvm-project/lldb/test/Shell/Watchpoint/Inputs/ |
H A D | watchpoint.in | 4 watchpoint modify -c "val == 1"
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/misc/ |
H A D | const-correctness.rst | 9 `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 D | shrinkwrapping-alignment.s | 2 # push-pops in a function where we are not allowed to modify the
|
/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/ |
H A D | README |
|
/llvm-project/llvm/test/CodeGen/AArch64/ |
H A D | README | 9 For generic code, please modify your code to work with ElementCount and TypeSize directly.
|
/llvm-project/llvm/docs/GlobalISel/ |
H A D | InstructionSelect.rst | 53 ``-gen-globalisel`` tablegen command from ``ninja -v`` and modify it. 94 * Don't modify MIR in the predicate
|