Lines Matching full:hd
205 // Preferences: N:native, SS:same side, HD:host-device, WS:wrong side, --:never.
212 // | d | hd | HD | HD | (b) |
216 // | g | hd | HD | HD | (b) |
220 // | h | hd | HD | HD | (b) |
221 // | hd | d | WS | SS | (d) |
222 // | hd | g | SS | -- |(d/a)|
223 // | hd | h | SS | WS | (d) |
224 // | hd | hd | HD | HD | (b) |
279 // It's OK to call a compilation-mode matching function from an HD one. in IdentifyPreference()
287 // Calls from HD to non-mode-matching functions (i.e., to host functions in IdentifyPreference()
832 // An HD function counts as host code if we're compiling for host, and in DiagIfDeviceCode()
863 // An HD function counts as host code if we're compiling for host, and in DiagIfHostCode()
1015 // Don't allow HD and global functions to overload other functions with the in checkTargetOverload()
1018 // HD/global functions "exist" in some sense on both the host and device, so in checkTargetOverload()