Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCUDA.cpp240 void Sema::EraseUnwantedCUDAMatches(const FunctionDecl *Caller, in EraseUnwantedCUDAMatches() function in Sema
246 void Sema::EraseUnwantedCUDAMatches(const FunctionDecl *Caller, in EraseUnwantedCUDAMatches() function in Sema
254 void Sema::EraseUnwantedCUDAMatches( in EraseUnwantedCUDAMatches() function in Sema
DSemaExprCXX.cpp2269 EraseUnwantedCUDAMatches(dyn_cast<FunctionDecl>(CurContext), Matches); in FindUsualDeallocationFunction()
2303 EraseUnwantedCUDAMatches(dyn_cast<FunctionDecl>(CurContext), Matches); in FindDeallocationFunction()
DSemaOverload.cpp10419 S.EraseUnwantedCUDAMatches(dyn_cast<FunctionDecl>(S.CurContext), Matches); in EliminateSuboptimalCudaMatches()
/external/clang/include/clang/Sema/
DSema.h8764 void EraseUnwantedCUDAMatches(const FunctionDecl *Caller,
8766 void EraseUnwantedCUDAMatches(const FunctionDecl *Caller,
8768 void EraseUnwantedCUDAMatches(