Searched refs:argPtr (Results 1 – 4 of 4) sorted by relevance
189 llvm::Value *argPtr = in packFunctionArguments() local192 argPtr = builder.CreateBitCast(argPtr, argTy->getPointerTo()); in packFunctionArguments()193 llvm::Value *arg = builder.CreateLoad(argTy, argPtr); in packFunctionArguments()
2259 while (*argPtr) { in RewriteBlockPointerType()2260 Str += (*argPtr == '^' ? '*' : *argPtr); in RewriteBlockPointerType()2261 argPtr++; in RewriteBlockPointerType()2272 while (*argPtr) { in RewriteBlockPointerTypeVariable()2273 switch (*argPtr) { in RewriteBlockPointerTypeVariable()2275 Str += *argPtr; in RewriteBlockPointerTypeVariable()2291 argPtr++; in RewriteBlockPointerTypeVariable()3909 while (*argPtr++ && (argPtr < endBuf)) { in RewriteCastExpr()3910 switch (*argPtr) { in RewriteCastExpr()3938 switch (*argPtr) { in RewriteBlockPointerFunctionArgs()[all …]
2346 while (*argPtr) { in RewriteBlockPointerType()2347 Str += (*argPtr == '^' ? '*' : *argPtr); in RewriteBlockPointerType()2348 argPtr++; in RewriteBlockPointerType()2359 while (*argPtr) { in RewriteBlockPointerTypeVariable()2360 switch (*argPtr) { in RewriteBlockPointerTypeVariable()2362 Str += *argPtr; in RewriteBlockPointerTypeVariable()2378 argPtr++; in RewriteBlockPointerTypeVariable()4741 while (*argPtr++ && (argPtr < endBuf)) { in RewriteCastExpr()4742 switch (*argPtr) { in RewriteCastExpr()4785 switch (*argPtr) { in RewriteBlockPointerFunctionArgs()[all …]
401 const char *argPtr = TypeString.c_str(); in MigrateBlockOrFunctionPointerTypeVariable() local403 while (*argPtr) { in MigrateBlockOrFunctionPointerTypeVariable()404 switch (*argPtr) { in MigrateBlockOrFunctionPointerTypeVariable()406 PropertyString += *argPtr; in MigrateBlockOrFunctionPointerTypeVariable()410 PropertyString += *argPtr; in MigrateBlockOrFunctionPointerTypeVariable()415 PropertyString += (*argPtr); in MigrateBlockOrFunctionPointerTypeVariable()422 PropertyString += *argPtr; in MigrateBlockOrFunctionPointerTypeVariable()425 argPtr++; in MigrateBlockOrFunctionPointerTypeVariable()