Home
last modified time | relevance | path

Searched refs:func_str (Results 1 – 4 of 4) 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
87 if (luaL_dostring(m_lua_state, func_str.c_str()) != LUA_OK) { in RegisterBreakpointCallback()
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout1114 TokenString *func_str;
9738 begin_macro(fn->func_str, 1);
9758 tok_str_free(fn->func_str);
9885 skip_or_save_block(&fn->func_str);
/external/vulkan-validation-layers/layers/
Dcore_validation.h920 bool ValidateIdleDescriptorSet(VkDescriptorSet set, const char* func_str);
Dcore_validation.cpp1884 bool CoreChecks::ValidateIdleDescriptorSet(VkDescriptorSet set, const char *func_str) { in ValidateIdleDescriptorSet() argument
1891 …"Cannot call %s() on %s that has not been allocated.", func_str, report_data->FormatHandle(set).c_… in ValidateIdleDescriptorSet()
1897 "Cannot call %s() on %s that is in use by a command buffer.", func_str, in ValidateIdleDescriptorSet()