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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 1424 assert(CGF.getOMPCancelDestination(Kind).isValid());
1451 assert(CGF.getOMPCancelDestination(Stack.back().Kind).isValid());
3582 JumpDest getOMPCancelDestination(OpenMPDirectiveKind Kind);
CGOpenMPRuntime.cpp 1232 CGF.getOMPCancelDestination(OMPD_parallel);
2602 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind());
6319 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind());
6355 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind());
CGStmtOpenMP.cpp 6421 CodeGenFunction::getOMPCancelDestination(OpenMPDirectiveKind Kind) {

Completed in 95 milliseconds