Home
last modified time | relevance | path

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

/llvm-project/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)) {
/llvm-project/clang/test/CodeGen/
H A Dinstrument-objc-method.m15 + (void)load __attribute__((no_instrument_function)) {
20 - (void)dealloc __attribute__((no_instrument_function)) {