Searched refs:argPtr (Results 1 – 4 of 4) sorted by relevance
2245 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerType() local2246 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() local2263 while (*argPtr) { in RewriteBlockPointerTypeVariable()2264 switch (*argPtr) { in RewriteBlockPointerTypeVariable()2266 Str += *argPtr; in RewriteBlockPointerTypeVariable()2270 Str += *argPtr; in RewriteBlockPointerTypeVariable()[all …]
2334 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerType() local2335 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() local2352 while (*argPtr) { in RewriteBlockPointerTypeVariable()2353 switch (*argPtr) { in RewriteBlockPointerTypeVariable()2355 Str += *argPtr; in RewriteBlockPointerTypeVariable()2359 Str += *argPtr; in RewriteBlockPointerTypeVariable()[all …]
398 const char *argPtr = TypeString.c_str(); in MigrateBlockOrFunctionPointerTypeVariable() local400 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()
2362 cl_int setArg(cl_uint index, ::size_t size, void* argPtr) in setArg() argument2365 ::clSetKernelArg(object_, index, size, argPtr), in setArg()