Home
last modified time | relevance | path

Searched defs:modify (Results 1 – 7 of 7) sorted by relevance

/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
/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
/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
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtry-print-as-string-literal-type-check.cpp9 constexpr void modify() { in modify() function
H A Dconstant-expression-cxx14.cpp257 …constexpr int modify(int &n) { return n = 1; } // expected-note 2 {{modification of object of cons… in modify() function
/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
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp1231 matchAndRewrite(ArrayModifyOp modify, in matchAndRewrite()