Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/softfloat/
H A Dtimesoftfloat.c2478 char *argPtr; in main() local
2492 while ( argc && ( argPtr = argv[ 0 ] ) ) { in main()
2493 if ( argPtr[ 0 ] == '-' ) ++argPtr; in main()
2494 if ( strcmp( argPtr, "help" ) == 0 ) { in main()
2539 else if ( strcmp( argPtr, "precision32" ) == 0 ) { in main()
2553 else if ( ( strcmp( argPtr, "tozero" ) == 0 ) in main()
2557 else if ( strcmp( argPtr, "down" ) == 0 ) { in main()
2560 else if ( strcmp( argPtr, "up" ) == 0 ) { in main()
2569 else if ( strcmp( argPtr, "all1" ) == 0 ) { in main()
2574 else if ( strcmp( argPtr, "all2" ) == 0 ) { in main()
[all …]
/freebsd-14.2/contrib/llvm-project/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()
4740 while (*argPtr++ && (argPtr < endBuf)) { in RewriteCastExpr()
4741 switch (*argPtr) { in RewriteCastExpr()
4784 switch (*argPtr) { in RewriteBlockPointerFunctionArgs()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A 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()