Searched defs:PTR (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/AST/
H A DCommentVisitor.h25 #define PTR(CLASS) typename Ptr<CLASS>::type macro
27 return static_cast<ImplClass*>(this)->visit ## NAME(static_cast<PTR(CLASS)>(C))
29 RetTy visit(PTR(Comment) C) {
48 RetTy visit ## CLASS(PTR(CLASS) C) { DISPATCH(PARENT, PARENT); }
53 RetTy visitComment(PTR(Comment) C) { return RetTy(); }
55 #undef PTR macro
H A DDeclVisitor.h34 #define PTR(CLASS) typename Ptr<CLASS>::type macro
36 return static_cast<ImplClass*>(this)->Visit##NAME(static_cast<PTR(CLASS)>(D))
38 RetTy Visit(PTR(Decl) D) {
51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
54 RetTy VisitDecl(PTR(Decl) D) { return RetTy(); }
56 #undef PTR macro
H A DStmtVisitor.h35 #define PTR(CLASS) typename Ptr<CLASS>::type macro
37 return static_cast<ImplClass*>(this)->Visit ## NAME(static_cast<PTR(CLASS)>(S))
39 RetTy Visit(PTR(Stmt) S) {
44 if (PTR(BinaryOperator) BinOp = dyn_cast<BinaryOperator>(S)) {
81 } else if (PTR(UnaryOperator) UnOp = dyn_cast<UnaryOperator>(S)) {
112 RetTy Visit ## CLASS(PTR(CLASS) S) { DISPATCH(PARENT, PARENT); }
118 RetTy VisitBin ## NAME(PTR(BinaryOperator) S) { \
138 RetTy VisitBin ## NAME(PTR(CompoundAssignOperator) S) { \
150 RetTy VisitUnary ## NAME(PTR(UnaryOperator) S) { \
164 RetTy VisitStmt(PTR(Stm
166 #undef PTR macro
193 #define PTR macro
212 #undef PTR macro
[all...]
H A DExpr.h4756 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator in enum:clang::StringLiteral::DesignatedInitExpr::PseudoObjectExpr::AtomicExpr::__anon17510
4776 return cast<Expr>(SubExprs[PTR]);
/external/clang/test/CodeGen/
H A Ddebug-info.c11 typedef struct OPAQUE *PTR; typedef in typeref:struct:OPAQUE
12 PTR p;
/external/llvm/tools/bugpoint/
H A DBugDriver.h79 void setPassesToRun(const std::vector<std::string> &PTR) { argument
80 PassesToRun = PTR;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/win32/
H A Dscaleopt.c102 movq mm0, QWORD PTR [esi]; local
128 movd DWORD PTR [edi-4], mm1 local
195 movd DWORD PTR [edi], mm0 local
196 movd DWORD PTR [edi+edx], mm1 local
200 movd DWORD PTR [edi+edx*2], mm3 local
209 movd DWORD PTR [eax+edx], mm5 local
250 movq mm0, QWORD PTR [esi]; local
279 movd DWORD PTR [edi-3], mm1 local
283 movq mm0, QWORD PTR [esi]; local
312 mov WORD PTR[ed local
313 mov BYTE PTR[edi+2], dl local
364 movd DWORD PTR [edi], mm0 local
374 movd DWORD PTR [edi+edx], mm1 local
379 movd DWORD PTR [edi+edx*2], mm3 local
504 movd DWORD PTR [edi], mm0 local
[all...]
/external/libvpx/libvpx/vpx_scale/win32/
H A Dscaleopt.c102 movq mm0, QWORD PTR [esi]; local
128 movd DWORD PTR [edi-4], mm1 local
195 movd DWORD PTR [edi], mm0 local
196 movd DWORD PTR [edi+edx], mm1 local
200 movd DWORD PTR [edi+edx*2], mm3 local
209 movd DWORD PTR [eax+edx], mm5 local
250 movq mm0, QWORD PTR [esi]; local
279 movd DWORD PTR [edi-3], mm1 local
283 movq mm0, QWORD PTR [esi]; local
312 mov WORD PTR[ed local
313 mov BYTE PTR[edi+2], dl local
364 movd DWORD PTR [edi], mm0 local
374 movd DWORD PTR [edi+edx], mm1 local
379 movd DWORD PTR [edi+edx*2], mm3 local
504 movd DWORD PTR [edi], mm0 local
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dansidecl.h28 PTR `void *' `char *'
153 #define PTR void * macro
209 #define PTR char * macro
210 #define PTRCONST PTR
/external/smack/src/org/xbill/DNS/
H A DType.java49 public static final int PTR = 12; field in class:Type
238 types.add(PTR, "PTR", new PTRRecord());
249 types.add(NSAP_PTR, "NSAP-PTR", new NSAP_PTRRecord());
/external/kernel-headers/original/uapi/linux/
H A Dbcache.h93 #define PTR(gen, offset, dev) \ macro
/external/qemu/include/disas/
H A Dbfd.h14 typedef void *PTR; typedef
237 PTR p;
266 PTR application_data;
294 PTR private_data;
/external/llvm/lib/IR/
H A DCore.cpp2568 LLVMValueRef PTR, LLVMValueRef Val,
2585 return wrap(unwrap(B)->CreateAtomicRMW(intop, unwrap(PTR), unwrap(Val),
2567 LLVMBuildAtomicRMW(LLVMBuilderRef B,LLVMAtomicRMWBinOp op, LLVMValueRef PTR, LLVMValueRef Val, LLVMAtomicOrdering ordering, LLVMBool singleThread) argument
/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c2214 #define PTR(a) ((lzo_bytep) (a)) macro
2218 #define PTR(a) ((lzo_bytep) (a)) macro
2222 #define PTR(a) ((lzo_uintptr_t) (a)) macro
2223 #define PTR_LINEAR(a) PTR(a)
2230 #define PTR_LT(a,b) (PTR(a) < PTR(b))
2231 #define PTR_GE(a,b) (PTR(a) >= PTR(b))
2232 #define PTR_DIFF(a,b) (PTR(a) - PTR(
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp6983 int *PTR = NULL; // GUARDED_BY(mu1) member in namespace:test310
6985 Mutex mu1; // Protects PTR.
6986 Mutex mu2; // Unrelated to PTR.
6987 Mutex mu3; // Unrelated to PTR.
6990 MutexLock lock3(&mu3); // This lock is unrelated to PTR.
6991 MutexLock lock1(&mu1); // Protect PTR.
6992 *PTR = 1;
6996 MutexLock lock2(&mu2); // This lock is unrelated to PTR.
6997 MutexLock lock1(&mu1); // Protect PTR.
7001 *PTR
7042 int *PTR = NULL; // GUARDED_BY(mu1) member in namespace:test311
[all...]

Completed in 447 milliseconds