Home
last modified time | relevance | path

Searched refs:function (Results 1 – 11 of 11) sorted by relevance

/build/misc/overrides/
Dgtest.gni5 # Exclude support for registering main function in multi-process tests.
/build/config/ohos/
Dabi.gni11 # Adds instrumentation to each function. Writes a file with the order that
DBUILD.gn112 cflags = [ "-finstrument-function-entry-bare" ]
/build/ohos/native_stub/
Dnative_stub.gni28 # 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/
Dmd5_check.py56 function, # pylint: disable=invalid-name argument
121 function(*args)
Dbuild_utils.py671 def call_and_write_depfile_if_stale(function, argument
707 function(*args)
/build/config/sanitizers/
Dsanitizers.gni62 # Enable checks for indirect function calls via a function pointer.
DBUILD.gn361 # types in function pointer type signatures.
499 "-fsanitize=function",
610 "-ftrap-function=abort",
/build/lite/ndk/doc/config/
DDoxyfile_CPP111 # 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 …]
DDoxyfile_C111 # 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/
DBUILD.gn898 "-Wno-unused-parameter", # Unused function parameters.
1081 "/wd4996", # Deprecated function warning.