Lines Matching defs:PSource
458 /// char const *psource; /**< String describing the source location.
728 CGM.Int8PtrTy /* psource */, nullptr);
900 // Initialize default location for psource field of ident_t structure of
958 // char **psource = &.kmpc_loc_<flags>.addr.psource;
959 Address PSource = createIdentFieldGEP(CGF, LocValue, IdentField_PSource);
976 // *psource = ";<File>;<Function>;<Line>;<Column>;;";
977 CGF.Builder.CreateStore(OMPDebugLoc, PSource);