/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/ |
D | MetadataTransformer.kt | 147 delegate.receiverParameterType?.fixType { delegate.receiverParameterType = it } in <lambda>() 148 delegate.returnType.fixType { delegate.returnType = it } in <lambda>() 200 private fun KmType.fixType(update: (KmType) -> Unit) { in <lambda>() method
|
/external/llvm-project/clang/test/FixIt/ |
D | format.m | 239 // PrintfSpecifier::fixType doesn't handle %n, so a fix-it is not emitted, 240 // see the comment in PrintfSpecifier::fixType in PrintfFormatString.cpp. 270 // PrintfSpecifier::fixType doesn't handle %n, so a fix-it is not emitted, 271 // see the comment in PrintfSpecifier::fixType in PrintfFormatString.cpp.
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 517 bool fixType(QualType QT, const LangOptions &LangOpt, ASTContext &Ctx, 588 bool fixType(QualType QT, QualType RawQT, const LangOptions &LangOpt,
|
/external/llvm-project/clang/include/clang/AST/ |
D | FormatString.h | 604 bool fixType(QualType QT, const LangOptions &LangOpt, ASTContext &Ctx, 675 bool fixType(QualType QT, QualType RawQT, const LangOptions &LangOpt,
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 407 bool ScanfSpecifier::fixType(QualType QT, QualType RawQT, in fixType() function in ScanfSpecifier
|
D | PrintfFormatString.cpp | 555 bool PrintfSpecifier::fixType(QualType QT, const LangOptions &LangOpt, in fixType() function in PrintfSpecifier
|
/external/llvm-project/clang/lib/AST/ |
D | ScanfFormatString.cpp | 412 bool ScanfSpecifier::fixType(QualType QT, QualType RawQT, in fixType() function in ScanfSpecifier
|
D | PrintfFormatString.cpp | 681 bool PrintfSpecifier::fixType(QualType QT, const LangOptions &LangOpt, in fixType() function in PrintfSpecifier
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CLDRModify.java | 1733 fixType(value, "type", fullpath, fullparts); 1735 fixType(value, "references", fullpath, fullparts); 1748 … private void fixType(String value, String type, String oldFullPath, XPathParts fullparts) {
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 5215 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr() 5508 bool success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 8693 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr() 8999 bool Success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
|