Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaObjC/
H A Dattr-noinstrument.m6 + (void)F __attribute__((no_instrument_function)); // no warning
7 - (void)f __attribute__((objc_direct, no_instrument_function));
12 + (void)F __attribute__((no_instrument_function)) {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dinstrument-objc-method.m21 + (void)load __attribute__((no_instrument_function)) {
28 - (void)dealloc __attribute__((no_instrument_function)) {