Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DLua.cpp86 std::string func_str = llvm::formatv(fmt_str, body).str(); in RegisterBreakpointCallback() local
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1884 bool CoreChecks::ValidateIdleDescriptorSet(VkDescriptorSet set, const char *func_str) { in ValidateIdleDescriptorSet()