Home
last modified time | relevance | path

Searched refs:FormatExpr (Results 1 – 25 of 44) sorted by relevance

12

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/SqlEnterpriseFormatter/
H A Dformatexpr.h10 class FormatExpr : public FormatStatement
13 FormatExpr(SqliteExpr* expr);
H A Dformatexpr.cpp10 QRegularExpression FormatExpr::WORD_ONLY_RE = QRegularExpression("^[a-zA-Z]+$");
12 FormatExpr::FormatExpr(SqliteExpr* expr) : in FormatExpr() function in FormatExpr
17 void FormatExpr::formatInternal() in formatInternal()
H A Dformatstatement.cpp127 FORMATTER_FACTORY_ENTRY(query, SqliteExpr, FormatExpr); in forQuery()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/FileCheck/
H A DFileCheck.cpp783 FormatExpr = FormatExpr.trim(SpaceChars); in parseNumericSubstitutionBlock()
784 if (!FormatExpr.consume_front("%")) in parseNumericSubstitutionBlock()
786 SM, FormatExpr, in parseNumericSubstitutionBlock()
794 if (FormatExpr.consume_front(".")) { in parseNumericSubstitutionBlock()
795 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock()
796 return ErrorDiagnostic::get(SM, FormatExpr, in parseNumericSubstitutionBlock()
800 if (!FormatExpr.empty()) { in parseNumericSubstitutionBlock()
804 switch (popFront(FormatExpr)) { in parseNumericSubstitutionBlock()
833 FormatExpr = FormatExpr.ltrim(SpaceChars); in parseNumericSubstitutionBlock()
834 if (!FormatExpr.empty()) in parseNumericSubstitutionBlock()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/FileCheck/
H A DFileCheck.cpp783 FormatExpr = FormatExpr.trim(SpaceChars); in parseNumericSubstitutionBlock()
784 if (!FormatExpr.consume_front("%")) in parseNumericSubstitutionBlock()
786 SM, FormatExpr, in parseNumericSubstitutionBlock()
794 if (FormatExpr.consume_front(".")) { in parseNumericSubstitutionBlock()
795 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock()
796 return ErrorDiagnostic::get(SM, FormatExpr, in parseNumericSubstitutionBlock()
800 if (!FormatExpr.empty()) { in parseNumericSubstitutionBlock()
804 switch (popFront(FormatExpr)) { in parseNumericSubstitutionBlock()
833 FormatExpr = FormatExpr.ltrim(SpaceChars); in parseNumericSubstitutionBlock()
834 if (!FormatExpr.empty()) in parseNumericSubstitutionBlock()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp783 FormatExpr = FormatExpr.trim(SpaceChars); in parseNumericSubstitutionBlock()
784 if (!FormatExpr.consume_front("%")) in parseNumericSubstitutionBlock()
786 SM, FormatExpr, in parseNumericSubstitutionBlock()
794 if (FormatExpr.consume_front(".")) { in parseNumericSubstitutionBlock()
795 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock()
796 return ErrorDiagnostic::get(SM, FormatExpr, in parseNumericSubstitutionBlock()
800 if (!FormatExpr.empty()) { in parseNumericSubstitutionBlock()
804 switch (popFront(FormatExpr)) { in parseNumericSubstitutionBlock()
833 FormatExpr = FormatExpr.ltrim(SpaceChars); in parseNumericSubstitutionBlock()
834 if (!FormatExpr.empty()) in parseNumericSubstitutionBlock()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/FileCheck/
H A DFileCheck.cpp783 FormatExpr = FormatExpr.trim(SpaceChars); in parseNumericSubstitutionBlock()
784 if (!FormatExpr.consume_front("%")) in parseNumericSubstitutionBlock()
786 SM, FormatExpr, in parseNumericSubstitutionBlock()
794 if (FormatExpr.consume_front(".")) { in parseNumericSubstitutionBlock()
795 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock()
796 return ErrorDiagnostic::get(SM, FormatExpr, in parseNumericSubstitutionBlock()
800 if (!FormatExpr.empty()) { in parseNumericSubstitutionBlock()
804 switch (popFront(FormatExpr)) { in parseNumericSubstitutionBlock()
833 FormatExpr = FormatExpr.ltrim(SpaceChars); in parseNumericSubstitutionBlock()
834 if (!FormatExpr.empty()) in parseNumericSubstitutionBlock()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/FileCheck/
H A DFileCheck.cpp783 FormatExpr = FormatExpr.trim(SpaceChars); in parseNumericSubstitutionBlock()
784 if (!FormatExpr.consume_front("%")) in parseNumericSubstitutionBlock()
786 SM, FormatExpr, in parseNumericSubstitutionBlock()
794 if (FormatExpr.consume_front(".")) { in parseNumericSubstitutionBlock()
795 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock()
796 return ErrorDiagnostic::get(SM, FormatExpr, in parseNumericSubstitutionBlock()
800 if (!FormatExpr.empty()) { in parseNumericSubstitutionBlock()
804 switch (popFront(FormatExpr)) { in parseNumericSubstitutionBlock()
833 FormatExpr = FormatExpr.ltrim(SpaceChars); in parseNumericSubstitutionBlock()
834 if (!FormatExpr.empty()) in parseNumericSubstitutionBlock()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/FileCheck/
H A DFileCheck.cpp783 FormatExpr = FormatExpr.trim(SpaceChars); in parseNumericSubstitutionBlock()
784 if (!FormatExpr.consume_front("%")) in parseNumericSubstitutionBlock()
786 SM, FormatExpr, in parseNumericSubstitutionBlock()
794 if (FormatExpr.consume_front(".")) { in parseNumericSubstitutionBlock()
795 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock()
796 return ErrorDiagnostic::get(SM, FormatExpr, in parseNumericSubstitutionBlock()
800 if (!FormatExpr.empty()) { in parseNumericSubstitutionBlock()
804 switch (popFront(FormatExpr)) { in parseNumericSubstitutionBlock()
833 FormatExpr = FormatExpr.ltrim(SpaceChars); in parseNumericSubstitutionBlock()
834 if (!FormatExpr.empty()) in parseNumericSubstitutionBlock()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp764 FormatExpr = FormatExpr.trim(SpaceChars); in parseNumericSubstitutionBlock()
765 if (!FormatExpr.consume_front("%")) in parseNumericSubstitutionBlock()
767 SM, FormatExpr, in parseNumericSubstitutionBlock()
771 if (FormatExpr.consume_front(".")) { in parseNumericSubstitutionBlock()
772 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock()
773 return ErrorDiagnostic::get(SM, FormatExpr, in parseNumericSubstitutionBlock()
777 if (!FormatExpr.empty()) { in parseNumericSubstitutionBlock()
781 switch (popFront(FormatExpr)) { in parseNumericSubstitutionBlock()
804 FormatExpr = FormatExpr.ltrim(SpaceChars); in parseNumericSubstitutionBlock()
805 if (!FormatExpr.empty()) in parseNumericSubstitutionBlock()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/FileCheck/
H A DFileCheck.cpp764 FormatExpr = FormatExpr.trim(SpaceChars); in parseNumericSubstitutionBlock()
765 if (!FormatExpr.consume_front("%")) in parseNumericSubstitutionBlock()
767 SM, FormatExpr, in parseNumericSubstitutionBlock()
771 if (FormatExpr.consume_front(".")) { in parseNumericSubstitutionBlock()
772 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock()
773 return ErrorDiagnostic::get(SM, FormatExpr, in parseNumericSubstitutionBlock()
777 if (!FormatExpr.empty()) { in parseNumericSubstitutionBlock()
781 switch (popFront(FormatExpr)) { in parseNumericSubstitutionBlock()
804 FormatExpr = FormatExpr.ltrim(SpaceChars); in parseNumericSubstitutionBlock()
805 if (!FormatExpr.empty()) in parseNumericSubstitutionBlock()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/FileCheck/
H A DFileCheck.cpp764 FormatExpr = FormatExpr.trim(SpaceChars); in parseNumericSubstitutionBlock()
765 if (!FormatExpr.consume_front("%")) in parseNumericSubstitutionBlock()
767 SM, FormatExpr, in parseNumericSubstitutionBlock()
771 if (FormatExpr.consume_front(".")) { in parseNumericSubstitutionBlock()
772 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock()
773 return ErrorDiagnostic::get(SM, FormatExpr, in parseNumericSubstitutionBlock()
777 if (!FormatExpr.empty()) { in parseNumericSubstitutionBlock()
781 switch (popFront(FormatExpr)) { in parseNumericSubstitutionBlock()
804 FormatExpr = FormatExpr.ltrim(SpaceChars); in parseNumericSubstitutionBlock()
805 if (!FormatExpr.empty()) in parseNumericSubstitutionBlock()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp2357 Expr *FormatExpr = Args[Idx]; in DiagnoseCStringFormatDirectiveInObjCAPI() local
2359 dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts())) { in DiagnoseCStringFormatDirectiveInObjCAPI()
2362 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) in DiagnoseCStringFormatDirectiveInObjCAPI()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaExprObjC.cpp2564 Expr *FormatExpr = Args[Idx]; in DiagnoseCStringFormatDirectiveInObjCAPI() local
2566 dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts())) { in DiagnoseCStringFormatDirectiveInObjCAPI()
2569 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) in DiagnoseCStringFormatDirectiveInObjCAPI()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2437 Expr *FormatExpr = Args[Idx]; in DiagnoseCStringFormatDirectiveInObjCAPI() local
2439 dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts())) { in DiagnoseCStringFormatDirectiveInObjCAPI()
2442 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) in DiagnoseCStringFormatDirectiveInObjCAPI()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaExprObjC.cpp2564 Expr *FormatExpr = Args[Idx]; in DiagnoseCStringFormatDirectiveInObjCAPI() local
2566 dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts())) { in DiagnoseCStringFormatDirectiveInObjCAPI()
2569 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) in DiagnoseCStringFormatDirectiveInObjCAPI()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaExprObjC.cpp2563 Expr *FormatExpr = Args[Idx]; in DiagnoseCStringFormatDirectiveInObjCAPI() local
2565 dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts())) { in DiagnoseCStringFormatDirectiveInObjCAPI()
2568 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) in DiagnoseCStringFormatDirectiveInObjCAPI()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaExprObjC.cpp2552 Expr *FormatExpr = Args[Idx]; in DiagnoseCStringFormatDirectiveInObjCAPI() local
2554 dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts())) { in DiagnoseCStringFormatDirectiveInObjCAPI()
2557 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) in DiagnoseCStringFormatDirectiveInObjCAPI()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp2437 Expr *FormatExpr = Args[Idx]; in DiagnoseCStringFormatDirectiveInObjCAPI() local
2439 dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts())) { in DiagnoseCStringFormatDirectiveInObjCAPI()
2442 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) in DiagnoseCStringFormatDirectiveInObjCAPI()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp2552 Expr *FormatExpr = Args[Idx]; in DiagnoseCStringFormatDirectiveInObjCAPI() local
2554 dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts())) { in DiagnoseCStringFormatDirectiveInObjCAPI()
2557 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) in DiagnoseCStringFormatDirectiveInObjCAPI()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaExprObjC.cpp2564 Expr *FormatExpr = Args[Idx]; in DiagnoseCStringFormatDirectiveInObjCAPI() local
2566 dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts())) { in DiagnoseCStringFormatDirectiveInObjCAPI()
2569 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) in DiagnoseCStringFormatDirectiveInObjCAPI()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp2405 Expr *FormatExpr = Args[Idx]; in DiagnoseCStringFormatDirectiveInObjCAPI() local
2407 dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts())) { in DiagnoseCStringFormatDirectiveInObjCAPI()
2410 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) in DiagnoseCStringFormatDirectiveInObjCAPI()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2564 Expr *FormatExpr = Args[Idx]; in DiagnoseCStringFormatDirectiveInObjCAPI() local
2566 dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts())) { in DiagnoseCStringFormatDirectiveInObjCAPI()
2569 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) in DiagnoseCStringFormatDirectiveInObjCAPI()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp2555 Expr *FormatExpr = Args[Idx]; in DiagnoseCStringFormatDirectiveInObjCAPI() local
2557 dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts())) { in DiagnoseCStringFormatDirectiveInObjCAPI()
2560 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) in DiagnoseCStringFormatDirectiveInObjCAPI()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaExprObjC.cpp2563 Expr *FormatExpr = Args[Idx]; in DiagnoseCStringFormatDirectiveInObjCAPI() local
2565 dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts())) { in DiagnoseCStringFormatDirectiveInObjCAPI()
2568 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) in DiagnoseCStringFormatDirectiveInObjCAPI()

12