Searched refs:function (Results 1 – 11 of 11) sorted by relevance
/build/misc/overrides/ |
D | gtest.gni | 5 # Exclude support for registering main function in multi-process tests.
|
/build/config/ohos/ |
D | abi.gni | 11 # Adds instrumentation to each function. Writes a file with the order that
|
D | BUILD.gn | 112 cflags = [ "-finstrument-function-entry-bare" ]
|
/build/ohos/native_stub/ |
D | native_stub.gni | 28 # stub_description_file: stub description file, json format with stub function names 209 # stub_description_file: stub description file, json format with stub function names
|
/build/scripts/util/ |
D | md5_check.py | 56 function, # pylint: disable=invalid-name argument 121 function(*args)
|
D | build_utils.py | 671 def call_and_write_depfile_if_stale(function, argument 707 function(*args)
|
/build/config/sanitizers/ |
D | sanitizers.gni | 62 # Enable checks for indirect function calls via a function pointer.
|
D | BUILD.gn | 361 # types in function pointer type signatures. 499 "-fsanitize=function", 610 "-ftrap-function=abort",
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_CPP | 111 # description of a member or function before the detailed description 485 # documentation blocks found inside the body of a function. If set to NO these 486 # 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 between 585 # the prototype and the implementation of a member function even if there is 721 # in a documented function, or documenting parameters that don't exist or using 926 # function all documented functions referencing it will be listed. 931 # If the REFERENCES_RELATION tag is set to YES then for each documented function 932 # 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 …]
|
D | Doxyfile_C | 111 # description of a member or function before the detailed description 485 # documentation blocks found inside the body of a function. If set to NO these 486 # 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 between 585 # the prototype and the implementation of a member function even if there is 721 # in a documented function, or documenting parameters that don't exist or using 926 # function all documented functions referencing it will be listed. 931 # If the REFERENCES_RELATION tag is set to YES then for each documented function 932 # 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 …]
|
/build/config/compiler/ |
D | BUILD.gn | 898 "-Wno-unused-parameter", # Unused function parameters. 1081 "/wd4996", # Deprecated function warning.
|