| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/clang/test/OpenMP/ |
| H A D | target_map_codegen_00.cpp | 54 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 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-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | live-debug-values.ll | 10 ; 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 D | Passes.td | 37 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 D | pr35222-hoist-load.ll | 6 ; modify the global 36 ; modify the global
|
| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/ |
| H A D | watchpoint2.in | 4 watchpoint modify 1 -c "(val == 1)"
|
| /llvm-project-15.0.7/third-party/benchmark/cmake/Modules/ |
| H A D | FindLLVMAr.cmake | 15 DESCRIPTION "create, modify, and extract from archives"
|
| /llvm-project-15.0.7/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,…
|
| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/clang/test/CodeGen/aarch64-sve-intrinsics/ |
| H A D | README | 9 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 D | MachineSink-call.ll | 10 ; the call may modify memory.
|
| /llvm-project-15.0.7/llvm/cmake/platforms/ |
| H A D | ClangClCMakeCompileRules.cmake | 7 # up, so we can just modify them instead of duplicating them entirely.
|
| /llvm-project-15.0.7/polly/test/ForwardOpTree/ |
| H A D | noforward_phi.ll | 42 ; CHECK: ForwardOpTree executed, but did not modify anything
|
| /llvm-project-15.0.7/llvm/test/Analysis/GlobalsModRef/ |
| H A D | chaining-analysis.ll | 4 ; doesnotmodX does not modify X (because 'sin' doesn't).
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/ |
| H A D | const-correctness.rst | 9 …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 D | archive-pad.test | 1 Test that only the darwin format needs to modify archive members to
|