Searched refs:MCUInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.cpp24 struct LLVM_LIBRARY_VISIBILITY MCUInfo { struct in namespace:clang::targets
30 static MCUInfo AVRMcus[] = {
286 llvm::find_if(AVRMcus, [&](const MCUInfo &Info) {
294 for (const MCUInfo &Info : AVRMcus)
306 AVRMcus, [&](const MCUInfo &Info) { return Info.Name == this->CPU; });

Completed in 178 milliseconds