HomeSort by relevance Sort by last modified time
    Searched defs:PTR (Results 1 - 25 of 47) sorted by null

1 2

  /external/clang/include/clang/AST/
CommentVisitor.h 22 template<template <typename> class Ptr, typename ImplClass, typename RetTy=void>
25 #define PTR(CLASS) typename Ptr<CLASS>::type
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
DeclVisitor.h 30 template<template <typename> class Ptr, typename ImplClass, typename RetTy=void>
34 #define PTR(CLASS) typename Ptr<CLASS>::type
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
StmtVisitor.h 31 template<template <typename> class Ptr, typename ImplClass, typename RetTy=void>
35 #define PTR(CLASS) typename Ptr<CLASS>::type
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) {
    [all...]
  /external/clang/test/CodeGen/
debug-info.c 11 typedef struct OPAQUE *PTR;
12 PTR p;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/win32/
scaleopt.c 102 movq mm0, QWORD PTR [esi];
128 movd DWORD PTR [edi-4], mm1
156 movd mm0, DWORD ptr [esi] // src[0];
157 movd mm1, DWORD ptr [esi+ecx] // src[1];
159 movd mm2, DWORD ptr [esi+ecx*2]
195 movd DWORD PTR [edi], mm0
196 movd DWORD PTR [edi+edx], mm1
200 movd DWORD PTR [edi+edx*2], mm3
209 movd DWORD PTR [eax+edx], mm5
250 movq mm0, QWORD PTR [esi]
    [all...]
  /external/libvpx/libvpx/vpx_scale/win32/
scaleopt.c 102 movq mm0, QWORD PTR [esi];
128 movd DWORD PTR [edi-4], mm1
156 movd mm0, DWORD ptr [esi] // src[0];
157 movd mm1, DWORD ptr [esi+ecx] // src[1];
159 movd mm2, DWORD ptr [esi+ecx*2]
195 movd DWORD PTR [edi], mm0
196 movd DWORD PTR [edi+edx], mm1
200 movd DWORD PTR [edi+edx*2], mm3
209 movd DWORD PTR [eax+edx], mm5
250 movq mm0, QWORD PTR [esi]
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/
scaleopt.c 102 movq mm0, QWORD PTR [esi];
128 movd DWORD PTR [edi-4], mm1
156 movd mm0, DWORD ptr [esi] // src[0];
157 movd mm1, DWORD ptr [esi+ecx] // src[1];
159 movd mm2, DWORD ptr [esi+ecx*2]
195 movd DWORD PTR [edi], mm0
196 movd DWORD PTR [edi+edx], mm1
200 movd DWORD PTR [edi+edx*2], mm3
209 movd DWORD PTR [eax+edx], mm5
250 movq mm0, QWORD PTR [esi]
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 217 #define PTR .word
245 #define PTR .dword
  /external/smack/src/org/xbill/DNS/
Type.java 49 public static final int PTR = 12;
238 types.add(PTR, "PTR", new PTRRecord());
249 types.add(NSAP_PTR, "NSAP-PTR", new NSAP_PTRRecord());
  /ndk/sources/android/support/src/stdio/
vfwprintf.c 64 PTR, INT, UINT, ULLONG,
96 S('s') = PTR, S('S') = PTR, S('p') = UIPTR, S('n') = PTR,
103 S('c') = INT, S('s') = PTR, S('n') = PTR,
109 S('n') = PTR,
114 S('n') = PTR,
120 S('n') = PTR,
124 S('n') = PTR,
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 217 #define PTR .word
245 #define PTR .dword
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 217 #define PTR .word
245 #define PTR .dword
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
asm.h 217 #define PTR .word
245 #define PTR .dword
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
asm.h 217 #define PTR .word
245 #define PTR .dword

Completed in 2346 milliseconds

1 2