Searched refs:function (Results 1 – 12 of 12) sorted by relevance
68 if str(item.function.__doc__) != "None":69 report.description = str(item.function.__doc__)
5 # Exclude support for registering main function in multi-process tests.
11 # Adds instrumentation to each function. Writes a file with the order that
123 cflags = [ "-finstrument-function-entry-bare" ]
28 # stub_description_file: stub description file, json format with stub function names209 # stub_description_file: stub description file, json format with stub function names
56 function, # pylint: disable=invalid-name argument121 function(*args)
671 def call_and_write_depfile_if_stale(function, argument707 function(*args)
69 # Enable checks for indirect function calls via a function pointer.
505 "-fsanitize=function",587 "-ftrap-function=abort",
111 # description of a member or function before the detailed description485 # documentation blocks found inside the body of a function. If set to NO these486 # blocks will be appended to the function's detailed documentation block.584 # type resolution of all parameters of a function it will reject a match between585 # the prototype and the implementation of a member function even if there is721 # in a documented function, or documenting parameters that don't exist or using926 # function all documented functions referencing it will be listed.931 # If the REFERENCES_RELATION tag is set to YES then for each documented function932 # all documented entities called/used by that function will be listed.1469 # there is already a search function so this one should typically be disabled.[all …]
888 "-Wno-unused-parameter", # Unused function parameters.