Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp189 llvm::Value *argPtr = in packFunctionArguments() local
192 argPtr = builder.CreateBitCast(argPtr, argTy->getPointerTo()); in packFunctionArguments()
193 llvm::Value *arg = builder.CreateLoad(argTy, argPtr); in packFunctionArguments()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2259 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 …]
H A DRewriteModernObjC.cpp2346 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 …]
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp401 const char *argPtr = TypeString.c_str(); in MigrateBlockOrFunctionPointerTypeVariable() local
403 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()