Home
last modified time | relevance | path

Searched defs:FUNCTION (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/hidl/lint/
H A DLintRegistry.h47 #define REGISTER_LINT(FUNCTION) static LintPass LINT(FUNCTION) argument
/aosp12/bionic/tests/headers/posix/
H A Dheader_checks.h29 #define FUNCTION(f_, t_) { t_ = f_; } macro