Searched defs:KmpInt32Ty (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 1581 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitSingleRegion() local 1972 void CGOpenMPRuntime::emitKmpRoutineEntryT(QualType KmpInt32Ty) { in emitKmpRoutineEntryT() 2036 createKmpTaskTRecordDecl(CodeGenModule &CGM, QualType KmpInt32Ty, in createKmpTaskTRecordDecl() 2084 QualType KmpInt32Ty, QualType KmpTaskTWithPrivatesPtrQTy, in emitProxyTaskFunction() 2152 QualType KmpInt32Ty, in emitDestructorsFunction() 2316 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitTaskCall() local
|
D | CGStmtOpenMP.cpp | 1639 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in EmitSections() local
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 1369 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1446 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1459 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1472 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1485 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local 1535 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() local
|