Home
last modified time | relevance | path

Searched defs:function_name (Results 26 - 50 of 70) sorted by relevance

123

/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.h84 base::Vector<const char> function_name; member
H A Dasm-parser.cc737 AsmJsScanner::token_t function_name = Consume(); in ValidateFunction() local
2116 AsmJsScanner::token_t function_name = Consume(); in ValidateCall() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dcall-site-info.cc674 Handle<Object> function_name = CallSiteInfo::GetFunctionName(frame); in AppendMethodCall() local
719 Handle<Object> function_name = CallSiteInfo::GetFunctionName(frame); in SerializeJSStackFrame() local
756 Handle<Object> function_name in SerializeWasmStackFrame() local
[all...]
H A Dshared-function-info.cc295 String function_name = Name(); in DebugNameCStr() local
312 String function_name = shared->Name(); in DebugName() local
H A Djs-function.cc1162 Handle<String> function_name; in SetName() local
/third_party/node/deps/v8/src/parsing/
H A Dparse-info.h307 const AstRawString* function_name() const { return function_name_; } in function_name() function in v8::internal::ParseInfo
308 void set_function_name(const AstRawString* function_name) { in set_function_name() argument
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.cpp44 void print_error_message(LSTATUS status, const char* function_name, std::string optional_message) { in print_error_message() argument
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_uac1.c1611 UAC1_ATTRIBUTE_STRING(function_name); variable
H A Df_uac2.c2096 UAC2_ATTRIBUTE_STRING(function_name); variable
/third_party/elfutils/libdw/
H A Ddwarf_getsrclines.c97 unsigned int function_name; member
H A DlibdwP.h306 unsigned int function_name; member
/third_party/musl/src/internal/
H A Dpthread_impl.h264 static inline void __handle_using_destroyed_mutex(pthread_mutex_t *mutex, const char *function_name) in __handle_using_destroyed_mutex() argument
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc92 JsonPrintFunctionSource(std::ostream& os, int source_id, std::unique_ptr<char[]> function_name, Handle<Script> script, Isolate* isolate, Handle<SharedFunctionInfo> shared, bool with_key) JsonPrintFunctionSource() argument
/kernel/linux/linux-5.10/kernel/
H A Daudit.c386 static int audit_log_config_change(char *function_name, u32 new, u32 old, in audit_log_config_change() argument
405 static int audit_do_config_change(char *function_name, u32 *to_change, u32 new) in audit_do_config_change() argument
/kernel/linux/linux-6.6/kernel/
H A Daudit.c383 static int audit_log_config_change(char *function_name, u32 new, u32 old, in audit_log_config_change() argument
402 static int audit_do_config_change(char *function_name, u32 *to_change, u32 new) in audit_do_config_change() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dast_function.cpp758 generate_array_index(void *mem_ctx, exec_list *instructions, struct _mesa_glsl_parse_state *state, YYLTYPE loc, const ast_expression *array, ast_expression *idx, const char **function_name, exec_list *actual_parameters) generate_array_index() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessBuffersTests.cpp2573 bool ErrorsTest::ErrorCheckAndLog(const glw::GLchar* function_name, const glw::GLenum expected_error, in ErrorCheckAndLog() argument
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp5315 bool TextureAttachmentErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function_name, in ExpectError() argument
H A Dgl4cVertexAttrib64BitTest.cpp556 void ApiErrorsTest::verifyError(GLenum expected_error, const char* function_name, int line_number, bool& result) in verifyError() argument
757 std::stringstream function_name; in checkVertexAttribLd() local
786 std::stringstream function_name; checkVertexAttribLdv() local
1039 logError(const GLdouble* set_values, const GLdouble* get_values, GLuint length, const char* function_name, GLuint index, int line_number) const logError() argument
1045 message << "Values set with " << function_name << " ["; logError() local
1137 verifyResults(const GLdouble* set_values, GLuint length, GLuint index, const char* function_name, int line_number) const verifyResults() argument
[all...]
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_vulkan.cpp997 bool ImGui_ImplVulkan_LoadFunctions(PFN_vkVoidFunction(*loader_func)(const char* function_name, void* user_data), void* user_data) in ImGui_ImplVulkan_LoadFunctions() argument
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc777 std::string function_name = prefix + name; in SafeFunctionName() local
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h1707 std::string function_name; member
/third_party/node/deps/v8/src/execution/
H A Dframes.cc1618 Handle<String> function_name = JSFunction::GetDebugName(function_); in CreateStackFrameInfo() local
1678 Handle<String> function_name = in CreateStackFrameInfo() local
/third_party/node/deps/v8/src/logging/
H A Dlog.cc1606 if (!function_name.is_null()) msg << function_name; in FunctionEvent() local
1599 FunctionEvent(const char* reason, int script_id, double time_delta, int start_position, int end_position, String function_name) FunctionEvent() argument
1610 FunctionEvent(const char* reason, int script_id, double time_delta, int start_position, int end_position, const char* function_name, size_t function_name_length, bool is_one_byte) FunctionEvent() argument
[all...]
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs2523 let mut function_name = function_item.canonical_name(ctx); in codegen_method() variables

Completed in 75 milliseconds

123