Searched refs:argPtr (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2245 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerType() local 2246 if (!strchr(argPtr, '^')) { in RewriteBlockPointerType() 2250 while (*argPtr) { in RewriteBlockPointerType() 2251 Str += (*argPtr == '^' ? '*' : *argPtr); in RewriteBlockPointerType() 2252 argPtr++; in RewriteBlockPointerType() 2261 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerTypeVariable() local 2263 while (*argPtr) { in RewriteBlockPointerTypeVariable() 2264 switch (*argPtr) { in RewriteBlockPointerTypeVariable() 2266 Str += *argPtr; in RewriteBlockPointerTypeVariable() 2270 Str += *argPtr; in RewriteBlockPointerTypeVariable() [all …]
|
D | RewriteModernObjC.cpp | 2334 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerType() local 2335 if (!strchr(argPtr, '^')) { in RewriteBlockPointerType() 2339 while (*argPtr) { in RewriteBlockPointerType() 2340 Str += (*argPtr == '^' ? '*' : *argPtr); in RewriteBlockPointerType() 2341 argPtr++; in RewriteBlockPointerType() 2350 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerTypeVariable() local 2352 while (*argPtr) { in RewriteBlockPointerTypeVariable() 2353 switch (*argPtr) { in RewriteBlockPointerTypeVariable() 2355 Str += *argPtr; in RewriteBlockPointerTypeVariable() 2359 Str += *argPtr; in RewriteBlockPointerTypeVariable() [all …]
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 398 const char *argPtr = TypeString.c_str(); in MigrateBlockOrFunctionPointerTypeVariable() local 400 while (*argPtr) { in MigrateBlockOrFunctionPointerTypeVariable() 401 switch (*argPtr) { in MigrateBlockOrFunctionPointerTypeVariable() 403 PropertyString += *argPtr; in MigrateBlockOrFunctionPointerTypeVariable() 407 PropertyString += *argPtr; in MigrateBlockOrFunctionPointerTypeVariable() 412 PropertyString += (*argPtr); in MigrateBlockOrFunctionPointerTypeVariable() 419 PropertyString += *argPtr; in MigrateBlockOrFunctionPointerTypeVariable() 422 argPtr++; in MigrateBlockOrFunctionPointerTypeVariable()
|
/external/mesa3d/include/CL/ |
D | cl.hpp | 2362 cl_int setArg(cl_uint index, ::size_t size, void* argPtr) in setArg() argument 2365 ::clSetKernelArg(object_, index, size, argPtr), in setArg()
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 2992 var argPtr = HEAP32[(((varargs)+(argIndex))>>2)]; 2994 HEAP32[((argPtr)>>2)]=soFar; 3000 var argPtr = HEAP32[(((varargs)+(argIndex))>>2)]; 3004 HEAP8[(argPtr)]=next 3090 var argPtr = HEAP32[(((varargs)+(argIndex))>>2)]; 3095 HEAP16[((argPtr)>>1)]=parseInt(text, 10); 3097 …, 10))/(+(4294967296))), (+(4294967295)))>>>0],HEAP32[((argPtr)>>2)]=tempI64[0],HEAP32[(((argPtr)+… 3099 HEAP32[((argPtr)>>2)]=parseInt(text, 10); 3104 HEAP32[((argPtr)>>2)]=parseInt(text, 16) 3115 HEAPF64[((argPtr)>>3)]=parseFloat(text) [all …]
|