Searched refs:PID (Results 51 - 60 of 60) sorted by relevance

123

/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddefs.h1287 #define MERGEPID(PID, TID) ptid_build (PID, TID, 0)
/freebsd-10.0-release/contrib/bmake/mk/
H A Dgendirdeps.mk312 echo '.endif' ) | sed 's,_\([{(]\),$$\1,g' > $@.new${.MAKE.PID}
313 @${InstallNew}; InstallNew -s $@.new${.MAKE.PID}
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h1425 const ObjCPropertyImplDecl *PID);
1437 const ObjCPropertyImplDecl *PID);
1464 const ObjCPropertyImplDecl *PID);
1466 const ObjCPropertyImplDecl *PID);
H A DCodeGenModule.cpp2693 ObjCPropertyImplDecl *PID = *i; local
2696 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
2697 ObjCPropertyDecl *PD = PID->getPropertyDecl();
2706 const_cast<ObjCImplementationDecl *>(D), PID); local
2710 const_cast<ObjCImplementationDecl *>(D), PID); local
H A DCGObjCMac.cpp3088 ObjCPropertyImplDecl *PID = *i; local
3090 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
3091 ObjCPropertyDecl *PD = PID->getPropertyDecl();
5685 ObjCPropertyImplDecl *PID = *i; local
5687 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){
5688 ObjCPropertyDecl *PD = PID->getPropertyDecl();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4875 ObjCPropertyImplDecl *PID = *i; local
4876 if (PID->getPropertyDecl() == PD) {
4877 if (PID->getPropertyImplementation()==ObjCPropertyImplDecl::Dynamic) {
4880 SynthesizePID = PID;
4889 ObjCPropertyImplDecl *PID = *i; local
4890 if (PID->getPropertyDecl() == PD) {
4891 if (PID->getPropertyImplementation()==ObjCPropertyImplDecl::Dynamic) {
4894 SynthesizePID = PID;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp274 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
768 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, argument
773 SourceLocation startLoc = PID->getLocStart();
782 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
786 ObjCPropertyDecl *PD = PID->getPropertyDecl();
787 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
H A DRewriteModernObjC.cpp314 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
917 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, argument
924 if (PID->getLocStart().isValid()) {
925 SourceLocation startLoc = PID->getLocStart();
936 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
940 ObjCPropertyDecl *PD = PID->getPropertyDecl();
941 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
/freebsd-10.0-release/crypto/openssh/
H A Dconfigure18821 echo " PID file: $G"
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c17298 PID pid;
17315 PID pid;
17326 PID pid;
17337 PID pid;
25979 /* If some thread using this PID has a lock via a different unixFile*
25989 /* If a SHARED lock is requested, and some thread using this PID already
27209 /* If some thread using this PID has a lock via a different unixFile*
27219 /* If a SHARED lock is requested, and some thread using this PID already
[all...]

Completed in 476 milliseconds

123