| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ast_function.cpp | 758 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 D | ir.h | 1403 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 D | asm-parser.cc | 737 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 D | gl4cDirectStateAccessBuffersTests.cpp | 2573 bool ErrorsTest::ErrorCheckAndLog(const glw::GLchar* function_name, const glw::GLenum expected_error, in ErrorCheckAndLog() argument
|
| H A D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 5315 bool TextureAttachmentErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function_name, in ExpectError() argument
|
| H A D | gl4cVertexAttrib64BitTest.cpp | 556 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 D | gl3cTextureSwizzleTests.cpp | 3452 const glw::GLchar* function_name = "unknown"; in prepareSourceTexture() local
|
| H A D | gl4cCopyImageTests.cpp | 1400 const GLchar* function_name = "unknown"; in prepareTexture() local
|
| H A D | gl4cDirectStateAccessTexturesTests.cpp | 8394 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 D | imgui_impl_vulkan.cpp | 997 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 D | cpp_helpers.cc | 777 std::string function_name = prefix + name; in SafeFunctionName() local
|
| /third_party/benchmark/include/benchmark/ |
| H A D | benchmark.h | 1707 std::string function_name; member
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | frames.cc | 1618 Handle<String> function_name = JSFunction::GetDebugName(function_); in CreateStackFrameInfo() local 1678 Handle<String> function_name = in CreateStackFrameInfo() local
|
| H A D | isolate.cc | 5618 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 D | log.cc | 1606 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 D | mod.rs | 2523 let mut function_name = function_item.canonical_name(ctx); in codegen_method() variables
|
| /third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
| H A D | libcpuset.c | 3836 void *cpuset_function(const char *function_name) in cpuset_function() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | pipeline.cc | 1043 std::unique_ptr<char[]> function_name = info->GetDebugName(); in CreatePipelineStatistics() local
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parser.cc | 758 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 D | preparser.h | 1139 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 D | libinput.c | 124 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 D | factory.cc | 3447 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 D | implementation-visitor.cc | 3953 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 D | readelf.c | 9096 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 D | d8.cc | 3428 Local<String> function_name; in WriteLcovData() local 3825 Local<String> function_name = String::NewFromUtf8Literal( in InspectorClient() local
|