reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 8578     QualType PointerArrayType = Ctx.getConstantArrayType(
 8579         Ctx.VoidPtrTy, PointerNumAP, nullptr, ArrayType::Normal,
 8591         Ctx.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1);
 8593       QualType SizeArrayType = Ctx.getConstantArrayType(
 8638       Address BPAddr(BP, Ctx.getTypeAlignInChars(Ctx.VoidPtrTy));
 8638       Address BPAddr(BP, Ctx.getTypeAlignInChars(Ctx.VoidPtrTy));
 8651       Address PAddr(P, Ctx.getTypeAlignInChars(Ctx.VoidPtrTy));
 8651       Address PAddr(P, Ctx.getTypeAlignInChars(Ctx.VoidPtrTy));
 8660         Address SAddr(S, Ctx.getTypeAlignInChars(Int64Ty));