Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_commands/condition/
H A Dmain.cpp6 static void modify(int32_t &var) { in modify() function
/llvm-project/lldb/test/API/python_api/watchpoint/condition/
H A Dmain.cpp6 static void modify(int32_t &var) { in modify() function
/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_commands/command/
H A Dmain.cpp7 static void modify(int32_t &var) { in modify() function
/llvm-project/clang/test/SemaCXX/
H A Dtry-print-as-string-literal-type-check.cpp9 constexpr void modify() { in modify() function
H A Dconstant-expression-cxx14.cpp258 constexpr int modify(int &n) { return n = 1; } // expected-note 2 {{modification of object of const-qualified type 'const int'}} in modify() function
/llvm-project/clang/test/OpenMP/
H A Dtarget_map_codegen_00.cpp48 static void modify(int &res) { in modify() function in B
/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp1280 matchAndRewrite(ArrayModifyOp modify, in matchAndRewrite()
/llvm-project/lldb/source/API/
H A DSBTarget.cpp1332 WatchAddress(lldb::addr_t addr,size_t size,bool read,bool modify,SBError & error) WatchAddress() argument