Home
last modified time | relevance | path

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

123

/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
H A Dir.h1403 inline const char *ir_function_signature::function_name() const in function_name() function in ir_function_signature
/third_party/node/deps/v8/src/asmjs/
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/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...]
H A Dgl3cTextureSwizzleTests.cpp3452 const glw::GLchar* function_name = "unknown"; in prepareSourceTexture() local
H A Dgl4cCopyImageTests.cpp1400 const GLchar* function_name = "unknown"; in prepareTexture() local
H A Dgl4cDirectStateAccessTexturesTests.cpp8394 CheckErrorAndLog(deqp::Context& context, glw::GLuint expected_error, const glw::GLchar* function_name, const glw::GLchar* log) CheckErrorAndLog() argument
/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
H A Disolate.cc5618 Address Isolate::load_from_stack_count_address(const char* function_name) { in ThrowInternal() argument
5631 Address Isolate::store_to_stack_count_address(const char* function_name) { in ThrowInternal() argument
/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
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c3836 void *cpuset_function(const char *function_name) in cpuset_function() argument
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc1043 std::unique_ptr<char[]> function_name = info->GetDebugName(); in CreatePipelineStatistics() local
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc758 const AstRawString* function_name = nullptr; in ParseWrapped() local
930 std::unique_ptr<char[]> function_name = result->GetDebugName(); in ParseFunction() local
2170 void Parser::DeclareFunctionNameVar(const AstRawString* function_name, in DeclareFunctionNameVar() argument
2614 ParseFunctionLiteral( const AstRawString* function_name, Scanner::Location function_name_location, FunctionNameValidity function_name_validity, FunctionKind kind, int function_token_pos, FunctionSyntaxKind function_syntax_kind, LanguageMode language_mode, ZonePtrList<const AstRawString>* arguments_for_wrapped_function) ParseFunctionLiteral() argument
2827 SkipFunction(const AstRawString* function_name, FunctionKind kind, FunctionSyntaxKind function_syntax_kind, DeclarationScope* function_scope, int* num_parameters, int* function_length, ProducedPreparseData** produced_preparse_data) SkipFunction() argument
3030 ParseFunction( ScopedPtrList<Statement>* body, const AstRawString* function_name, int pos, FunctionKind kind, FunctionSyntaxKind function_syntax_kind, DeclarationScope* function_scope, int* num_parameters, int* function_length, bool* has_duplicate_parameters, int* expected_property_count, int* suspend_count, ZonePtrList<const AstRawString>* arguments_for_wrapped_function) ParseFunction() argument
[all...]
H A Dpreparser.h1139 V8_INLINE void DeclareFunctionNameVar(const AstRawString* function_name, in DeclareFunctionNameVar() argument
1149 DeclareFunctionNameVar( const PreParserIdentifier& function_name, FunctionSyntaxKind function_syntax_kind, DeclarationScope* function_scope) DeclareFunctionNameVar() argument
/third_party/libinput/src/
H A Dlibinput.c124 check_event_type(struct libinput *libinput, const char *function_name, unsigned int type_in, ...) check_event_type() argument
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc3447 NewStackFrameInfo( Handle<HeapObject> shared_or_script, int bytecode_offset_or_source_position, Handle<String> function_name, bool is_constructor) NewStackFrameInfo() argument
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc3953 std::string function_name = CamelifyString(f.name_and_type.name) + "Offset"; variable
4764 std::string function_name = "New" + type->name(); in GenerateClassDefinitions() local
/third_party/elfutils/src/
H A Dreadelf.c9096 unsigned int function_name; in print_debug_line_section() local
9120 unsigned int function_name; in print_debug_line_section() local
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.cc3428 Local<String> function_name; in WriteLcovData() local
3825 Local<String> function_name = String::NewFromUtf8Literal( in InspectorClient() local

Completed in 144 milliseconds

123