Searched defs:SharedsTy (Results  1 – 2 of 2) sorted by relevance
| /external/clang/lib/CodeGen/ | 
| D | CGOpenMPRuntime.cpp | 3503                              QualType SharedsTy, QualType SharedsPtrTy,  in emitPrivatesInit() 3605                     const RecordDecl *KmpTaskTQTyRD, QualType SharedsTy,  in emitTaskDupFunction() 3684                               llvm::Value *TaskFunction, QualType SharedsTy,  in emitTaskInit() 3869                                    QualType SharedsTy, Address Shareds,  in emitTaskCall() 4059                                        QualType SharedsTy, Address Shareds,  in emitTaskLoopCall()
  | 
| D | CGStmtOpenMP.cpp | 2561   auto SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl());  in EmitOMPTaskDirective()  local 3480   auto SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl());  in EmitOMPTaskLoopBasedDirective()  local
  |