| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| AttrVisitor.h | 23 template <template <typename> class Ptr, typename ImplClass, 27 #define PTR(CLASS) typename Ptr<CLASS>::type 29 return static_cast<ImplClass *>(this)->Visit##NAME(static_cast<PTR(NAME)>(A)) 31 RetTy Visit(PTR(Attr) A) { 45 RetTy Visit##NAME##Attr(PTR(NAME##Attr) A) { DISPATCH(Attr); } 48 RetTy VisitAttr(PTR(Attr)) { return RetTy(); } 50 #undef PTR
|
| DeclVisitor.h | 30 template<template <typename> class Ptr, typename ImplClass, typename RetTy=void> 33 #define PTR(CLASS) typename Ptr<CLASS>::type 35 return static_cast<ImplClass*>(this)->Visit##NAME(static_cast<PTR(CLASS)>(D)) 37 RetTy Visit(PTR(Decl) D) { 50 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); } 53 RetTy VisitDecl(PTR(Decl) D) { return RetTy(); } 55 #undef PTR
|
| EvaluatedExprVisitor.h | 29 template<template <typename> class Ptr, typename ImplClass> 30 class EvaluatedExprVisitorBase : public StmtVisitorBase<Ptr, ImplClass, void> { 38 #define PTR(CLASS) typename Ptr<CLASS>::type 44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } 45 void VisitOffsetOfExpr(PTR(OffsetOfExpr) E) { } 46 void VisitUnaryExprOrTypeTraitExpr(PTR(UnaryExprOrTypeTraitExpr) E) { } 47 void VisitExpressionTraitExpr(PTR(ExpressionTraitExpr) E) { } 48 void VisitBlockExpr(PTR(BlockExpr) E) { } 49 void VisitCXXUuidofExpr(PTR(CXXUuidofExpr) E) { [all...] |
| CommentVisitor.h | 18 template <template <typename> class Ptr, typename ImplClass, 22 #define PTR(CLASS) typename Ptr<CLASS>::type 25 static_cast<PTR(CLASS)>(C), std::forward<ParamTys>(P)...) 27 RetTy visit(PTR(Comment) C, ParamTys... P) { 46 RetTy visit##CLASS(PTR(CLASS) C, ParamTys... P) { DISPATCH(PARENT, PARENT); } 51 RetTy visitComment(PTR(Comment) C, ParamTys... P) { return RetTy(); } 53 #undef PTR
|
| StmtVisitor.h | 34 template<template <typename> class Ptr, typename ImplClass, typename RetTy=void, 38 #define PTR(CLASS) typename Ptr<CLASS>::type 41 static_cast<PTR(CLASS)>(S), std::forward<ParamTys>(P)...) 43 RetTy Visit(PTR(Stmt) S, ParamTys... P) { 47 if (PTR(BinaryOperator) BinOp = dyn_cast<BinaryOperator>(S)) { 85 } else if (PTR(UnaryOperator) UnOp = dyn_cast<UnaryOperator>(S)) { 117 RetTy Visit ## CLASS(PTR(CLASS) S, ParamTys... P) { DISPATCH(PARENT, PARENT); } 123 RetTy VisitBin ## NAME(PTR(BinaryOperator) S, ParamTys... P) { \ 145 RetTy VisitBin ## NAME(PTR(CompoundAssignOperator) S, ParamTys... P) { [all...] |
| OpenMPClause.h | 8301 template<class ImplClass, template <typename> class Ptr, typename RetTy> 8304 #define PTR(CLASS) Ptr<CLASS> 8306 return static_cast<ImplClass*>(this)->Visit##CLASS(static_cast<PTR(CLASS)>(S)) 8310 RetTy Visit##Class(PTR(Class) S) { DISPATCH(Class); } 8313 RetTy Visit(PTR(OMPClause) S) { 8319 return Visit##Class(static_cast<PTR(Class)>(S)); 8327 RetTy VisitOMPClause(PTR(OMPClause) Node) { return RetTy(); } 8328 #undef PTR
|
| Expr.h | 84 struct P Ptr; 101 this->Ptr.MPT = MPT; 102 this->Ptr.RHS = RHS; 907 /// (including ptr->int casts of the same size) until reaching a fixed point. 4009 // distinct in a few cases (specifically, int+=ptr and ptr-=ptr). 6169 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; 6188 return cast<Expr>(SubExprs[PTR]);
|
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| putenv.c | 31 typedef void *PTR; 34 typedef char *PTR; 41 PTR malloc(); 89 (void) memcpy((PTR) new_environ, (PTR) environ, size * sizeof(char *)); 93 free((PTR) last_environ);
|
| /src/external/lgpl3/gmp/dist/ |
| bootstrap.c | 36 #define PTR(x) ((x)->_mp_d)
|
| gmp-impl.h | 333 ptr = TMP_ALLOC (bytes); 550 #define PTR(x) ((x)->_mp_d) 722 #define __GMP_REALLOCATE_FUNC_MAYBE(ptr, oldsize, newsize) \ 725 (ptr) = (*__gmp_reallocate_func) (ptr, oldsize, newsize); \ 728 #define __GMP_REALLOCATE_FUNC_MAYBE_TYPE(ptr, oldsize, newsize, type) \ 731 (ptr) = (type *) (*__gmp_reallocate_func) \ 732 (ptr, (oldsize) * sizeof (type), (newsize) * sizeof (type)); \ 1966 /* Strip least significant zero limbs from {ptr,size} by incrementing ptr [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/ |
| scm-value.c | 38 typedef struct s *PTR; 79 PTR x = &s;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/ |
| scm-value.c | 38 typedef struct s *PTR; 79 PTR x = &s;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-value.c | 40 typedef struct s *PTR; 90 PTR x = &s;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-value.c | 48 typedef struct s *PTR; 99 PTR x = &s;
|
| /src/external/gpl3/gcc.old/dist/include/ |
| ansidecl.h | 25 PTR `void *' `char *' 73 #define PTR void * 94 #define PTR char *
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| random.c | 71 # define PTR void * 76 # define PTR char * 259 PTR 260 initstate (unsigned int seed, PTR arg_state, unsigned long n) 262 PTR ostate = (PTR) &state[-1]; 326 PTR 327 setstate (PTR arg_state) 332 PTR ostate = (PTR) &state[-1] [all...] |
| /src/usr.bin/xlint/common/ |
| lint.h | 92 PTR, /* pointer */
|
| /src/external/lgpl3/mpfr/dist/src/ |
| mpfr-gmp.h | 188 #define PTR(x) ((x)->_mp_d) 278 void *ptr; member in struct:tmp_marker
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| manifest.h | 94 #define PTR 0x20 121 #define ISPTR(x) (((x)&TMASK)==PTR) 126 #define INCREF(x) ((((x)&~BTMASK)<<TSHIFT)|PTR|((x)&BTMASK))
|
| /src/external/gpl2/diffutils/dist/lib/ |
| strftime.c | 136 #ifndef PTR 138 # define PTR void * 140 # define PTR char * 294 MEMCPY ((PTR) p, (const PTR) (s), _n))
|
| /src/sys/dev/pcmcia/ |
| if_xireg.h | 89 #define PTR 0xd /* R - Packets Transmitted register */
|