Home
last modified time | relevance | path

Searched defs:ReplaceValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h93 bool ReplaceValue(size_t idx, const lldb::OptionValueSP &value_sp) { in ReplaceValue() function
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6611 auto ReplaceValue = [](Value *Input, Value *InputCopy, Function *Func) { in createOutlinedFunction() local