Home
last modified time | relevance | path

Searched refs:argPtr (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2245 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 …]
DRewriteModernObjC.cpp2334 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/
DObjCMT.cpp398 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/
Dcl.hpp2362 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/
Dgnuplot-4.6.3-emscripten.js2992 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 …]