Searched defs:KmpInt32Ty (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 4208 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); ActOnOpenMPRegionStart() local 4227 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); ActOnOpenMPRegionStart() local 4274 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); ActOnOpenMPRegionStart() local 4340 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); ActOnOpenMPRegionStart() local 4373 QualType KmpInt32Ty = ActOnOpenMPRegionStart() local 4417 QualType KmpInt32Ty = ActOnOpenMPRegionStart() local 4467 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); ActOnOpenMPRegionStart() local 4484 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); ActOnOpenMPRegionStart() local 4545 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); ActOnOpenMPRegionStart() local 4574 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); ActOnOpenMPRegionStart() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 2223 QualType KmpInt32Ty = emitSingleRegion() local 2830 emitKmpRoutineEntryT(QualType KmpInt32Ty) emitKmpRoutineEntryT() argument 2906 createKmpTaskTRecordDecl(CodeGenModule & CGM,OpenMPDirectiveKind Kind,QualType KmpInt32Ty,QualType KmpRoutineEntryPointerQTy) createKmpTaskTRecordDecl() argument 2980 emitProxyTaskFunction(CodeGenModule & CGM,SourceLocation Loc,OpenMPDirectiveKind Kind,QualType KmpInt32Ty,QualType KmpTaskTWithPrivatesPtrQTy,QualType KmpTaskTWithPrivatesQTy,QualType KmpTaskTQTy,QualType SharedsPtrTy,llvm::Function * TaskFunction,llvm::Value * TaskPrivatesMap) emitProxyTaskFunction() argument 3084 emitDestructorsFunction(CodeGenModule & CGM,SourceLocation Loc,QualType KmpInt32Ty,QualType KmpTaskTWithPrivatesPtrQTy,QualType KmpTaskTWithPrivatesQTy) emitDestructorsFunction() argument 3647 QualType KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); emitTaskInit() local [all...] |
H A D | CGStmtOpenMP.cpp | 3983 QualType KmpInt32Ty = EmitSections() local
|