Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCUDA.cpp172 void Sema::EraseUnwantedCUDAMatches(const FunctionDecl *Caller, in EraseUnwantedCUDAMatches() function in Sema
178 void Sema::EraseUnwantedCUDAMatches(const FunctionDecl *Caller, in EraseUnwantedCUDAMatches() function in Sema
186 void Sema::EraseUnwantedCUDAMatches( in EraseUnwantedCUDAMatches() function in Sema
DSemaExprCXX.cpp2494 EraseUnwantedCUDAMatches(dyn_cast<FunctionDecl>(CurContext), Matches); in FindUsualDeallocationFunction()
2528 EraseUnwantedCUDAMatches(dyn_cast<FunctionDecl>(CurContext), Matches); in FindDeallocationFunction()
DSemaOverload.cpp10583 S.EraseUnwantedCUDAMatches(dyn_cast<FunctionDecl>(S.CurContext), Matches); in EliminateSuboptimalCudaMatches()
/external/clang/include/clang/Sema/
DSema.h9140 void EraseUnwantedCUDAMatches(const FunctionDecl *Caller,
9142 void EraseUnwantedCUDAMatches(const FunctionDecl *Caller,
9144 void EraseUnwantedCUDAMatches(