Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp5264 void dispatch_log(const char *msg) __attribute__((requires_capability(!FlightControl))) {} in dispatch_log() function
5268dispatch_log("wrong"); /* expected-warning {{cannot call function 'dispatch_log' while mutex 'Flig… in flight_control_entry()
5284 dispatch_log(msg); in logger_entry()