Searched refs:func_str (Results 1 – 4 of 4) sorted by relevance
86 std::string func_str = llvm::formatv(fmt_str, body).str(); in RegisterBreakpointCallback() local87 if (luaL_dostring(m_lua_state, func_str.c_str()) != LUA_OK) { in RegisterBreakpointCallback()
1114 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);
920 bool ValidateIdleDescriptorSet(VkDescriptorSet set, const char* func_str);
1884 bool CoreChecks::ValidateIdleDescriptorSet(VkDescriptorSet set, const char *func_str) { in ValidateIdleDescriptorSet() argument1891 …"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()