HomeSort by: relevance | last modified time | path
    Searched refs:IsAllowedCUDACall (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 6430 if (!Caller->isImplicit() && !IsAllowedCUDACall(Caller, Function)) {
6935 if (!IsAllowedCUDACall(Caller, Method)) {
12047 if (!Caller->isImplicit() && !S.IsAllowedCUDACall(Caller, FunDecl))
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 12113 bool IsAllowedCUDACall(const FunctionDecl *Caller,

Completed in 59 milliseconds