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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
10998   if (Allocator->getType()->isIntegerTy())
10999     Allocator = CGF.Builder.CreateIntToPtr(Allocator, CGM.VoidPtrTy);
10999     Allocator = CGF.Builder.CreateIntToPtr(Allocator, CGM.VoidPtrTy);
11000   else if (Allocator->getType()->isPointerTy())
11001     Allocator = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(Allocator,
11001     Allocator = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(Allocator,
11003   llvm::Value *Args[] = {ThreadID, Size, Allocator};
11009                                                               Allocator};