Home
last modified time | relevance | path

Searched defs:PushValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/runtime/
H A Dtemporary-stack.cpp190 void RTNAME(PushValue)(void *opaquePtr, const Descriptor &value) { in RTNAME() argument
/llvm-project/lldb/source/Core/
H A DValue.cpp682 void ValueList::PushValue(const Value &value) { m_values.push_back(value); } PushValue() function in ValueList
/llvm-project/flang/unittests/Runtime/
H A DTemporaryStack.cpp72 RTNAME(PushValue)(storage, inputDesc); in TEST() local