Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp1336 bool IsDevice = OFK != Action::OFK_None && OFK != Action::OFK_Host; in TranslateXarchArgs() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10258 static bool isAssumedToBeNotEmitted(const ValueDecl *VD, bool IsDevice) { in isAssumedToBeNotEmitted()