HomeSort by relevance Sort by last modified time
    Searched refs:IdentifyCUDAPreference (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaCUDA.cpp 92 Sema::IdentifyCUDAPreference(const FunctionDecl *Caller,
156 return IdentifyCUDAPreference(Caller,Callee) == CFP_Never;
225 P = S.IdentifyCUDAPreference(Caller, FetchDecl(Match));
232 if (S.IdentifyCUDAPreference(Caller, FetchDecl(Matches[I])) < BestCFP) {
SemaOverload.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 548 milliseconds