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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
  262   PtrAsInt = CGF.Builder.CreatePtrToInt(PtrAsInt, CGF.IntPtrTy);
  262   PtrAsInt = CGF.Builder.CreatePtrToInt(PtrAsInt, CGF.IntPtrTy);
  263   PtrAsInt = CGF.Builder.CreateAdd(PtrAsInt,
  263   PtrAsInt = CGF.Builder.CreateAdd(PtrAsInt,
  265   PtrAsInt = CGF.Builder.CreateAnd(PtrAsInt,
  265   PtrAsInt = CGF.Builder.CreateAnd(PtrAsInt,
  267   PtrAsInt = CGF.Builder.CreateIntToPtr(PtrAsInt,
  267   PtrAsInt = CGF.Builder.CreateIntToPtr(PtrAsInt,
  270   return PtrAsInt;