Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp5309 bool CheckHost = false, CheckDevice = false; in CheckCallingConvAttr() local
5313 CheckDevice = true; in CheckCallingConvAttr()
5320 CheckDevice = true; in CheckCallingConvAttr()
5329 if (A == TargetInfo::CCCR_OK && CheckDevice && DeviceTI) in CheckCallingConvAttr()