Searched refs:KmpUInt64Ty (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 4346 QualType KmpUInt64Ty = in ActOnOpenMPRegionStart() local 4367 std::make_pair(".lb.", KmpUInt64Ty), in ActOnOpenMPRegionStart() 4368 std::make_pair(".ub.", KmpUInt64Ty), in ActOnOpenMPRegionStart() 4391 QualType KmpUInt64Ty = in ActOnOpenMPRegionStart() local 4420 std::make_pair(".lb.", KmpUInt64Ty), in ActOnOpenMPRegionStart() 4421 std::make_pair(".ub.", KmpUInt64Ty), in ActOnOpenMPRegionStart()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 3138 QualType KmpUInt64Ty = in createKmpTaskTRecordDecl() local 3142 addFieldToRecordDecl(C, RD, KmpUInt64Ty); in createKmpTaskTRecordDecl() 3143 addFieldToRecordDecl(C, RD, KmpUInt64Ty); in createKmpTaskTRecordDecl()
|