Home
last modified time | relevance | path

Searched refs:ED (Results 151 – 175 of 9699) sorted by relevance

12345678910>>...388

/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/RxRemoteMouseMoves/
H A DRxRemoteMouseMoves.sln8 …) = "RxMouseService", "RxMouseService\RxMouseService.csproj", "{E1C1D499-15ED-454A-AE34-35F62E5325…
55 {E1C1D499-15ED-454A-AE34-35F62E53250C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56 {E1C1D499-15ED-454A-AE34-35F62E53250C}.Debug|Any CPU.Build.0 = Debug|Any CPU
57 {E1C1D499-15ED-454A-AE34-35F62E53250C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
58 {E1C1D499-15ED-454A-AE34-35F62E53250C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
59 {E1C1D499-15ED-454A-AE34-35F62E53250C}.Debug|x86.ActiveCfg = Debug|Any CPU
60 {E1C1D499-15ED-454A-AE34-35F62E53250C}.Release|Any CPU.ActiveCfg = Release|Any CPU
61 {E1C1D499-15ED-454A-AE34-35F62E53250C}.Release|Any CPU.Build.0 = Release|Any CPU
62 {E1C1D499-15ED-454A-AE34-35F62E53250C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
63 {E1C1D499-15ED-454A-AE34-35F62E53250C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
[all …]
/dports/graphics/lensfun/lensfun-0.3.95/docs/website/_posts/changelogs/
H A D2015-11-16-Release-0.3.2-Changelog.md28 * Nikkor AF-S 20mm f/1.8G ED
34 * Nikkor AF-S 300mm f/4E PF ED VR
35 * Olympus M.Zuiko Digital ED 7-14mm f/2.8 Pro
36 * Olympus M.Zuiko Digital ED 8mm f/1.8 Fisheye Pro
38 * Samyang 12mm f/2.8 Fish-Eye ED AS NCS
81 * Nikon AF-S Nikkor 18-135mm f/3.5-5.6G DX IF-ED
82 * Nikon AF-S Nikkor 20mm f/1.8G ED
86 * Nikon AF-S Nikkor 28-300mm f/3.5-5.6G ED VR
87 * Nikon AF-S Zoom-Nikkor 16-35mm f/4G ED VR
88 * Nikon AF DX Fisheye-Nikkor 10.5mm f/2.8G ED
/dports/graphics/sane-backends/sane-backends-1.0.32/doc/descriptions/
H A Dcoolscan3.desc29 :model "LS 40 ED"
40 :model "LS 50 ED"
46 :model "Coolscan V ED"
57 :model "LS 4000 ED"
62 :model "Super Coolscan LS-5000 ED"
67 :comment "May work, similar to LS 50 ED, but untested. Please tell us if it works."
69 :model "LS 8000 ED"
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp70 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
128 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
130 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp70 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
128 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
130 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp70 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
128 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
130 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp70 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
128 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
130 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp70 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
128 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
130 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp70 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
128 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
130 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp70 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
128 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
130 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp70 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
128 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
130 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
/dports/games/xblast/levels-2005-01-06/
H A DYobaaaaaa.xal43 block00=kick_bomb #6495ED #6495ED #6495ED
44 block01=kick_bomb #6495ED #6495ED #6495ED
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp70 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
128 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
130 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp70 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
128 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
130 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp70 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
128 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
130 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp70 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
128 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
130 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp70 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
128 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
130 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp71 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
73 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
74 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
113 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
115 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp70 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
128 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
130 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Sema/
H A DTypoCorrection.h108 void setQualifierDistance(unsigned ED) { in setQualifierDistance() argument
109 QualifierDistance = ED; in setQualifierDistance()
112 void setCallbackDistance(unsigned ED) { in setCallbackDistance() argument
113 CallbackDistance = ED; in setCallbackDistance()
119 static unsigned NormalizeEditDistance(unsigned ED) { in NormalizeEditDistance() argument
120 if (ED > MaximumDistance) in NormalizeEditDistance()
122 return (ED + CharDistanceWeight / 2) / CharDistanceWeight; in NormalizeEditDistance()
132 unsigned ED = variable
136 if (ED > MaximumDistance)
141 return Normalized ? NormalizeEditDistance(ED) : ED;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Sema/
H A DTypoCorrection.h108 void setQualifierDistance(unsigned ED) { in setQualifierDistance() argument
109 QualifierDistance = ED; in setQualifierDistance()
112 void setCallbackDistance(unsigned ED) { in setCallbackDistance() argument
113 CallbackDistance = ED; in setCallbackDistance()
119 static unsigned NormalizeEditDistance(unsigned ED) { in NormalizeEditDistance() argument
120 if (ED > MaximumDistance) in NormalizeEditDistance()
122 return (ED + CharDistanceWeight / 2) / CharDistanceWeight; in NormalizeEditDistance()
132 unsigned ED = variable
136 if (ED > MaximumDistance)
141 return Normalized ? NormalizeEditDistance(ED) : ED;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Sema/
H A DTypoCorrection.h108 void setQualifierDistance(unsigned ED) { in setQualifierDistance() argument
109 QualifierDistance = ED; in setQualifierDistance()
112 void setCallbackDistance(unsigned ED) { in setCallbackDistance() argument
113 CallbackDistance = ED; in setCallbackDistance()
119 static unsigned NormalizeEditDistance(unsigned ED) { in NormalizeEditDistance() argument
120 if (ED > MaximumDistance) in NormalizeEditDistance()
122 return (ED + CharDistanceWeight / 2) / CharDistanceWeight; in NormalizeEditDistance()
132 unsigned ED = variable
136 if (ED > MaximumDistance)
141 return Normalized ? NormalizeEditDistance(ED) : ED;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Sema/
H A DTypoCorrection.h108 void setQualifierDistance(unsigned ED) { in setQualifierDistance() argument
109 QualifierDistance = ED; in setQualifierDistance()
112 void setCallbackDistance(unsigned ED) { in setCallbackDistance() argument
113 CallbackDistance = ED; in setCallbackDistance()
119 static unsigned NormalizeEditDistance(unsigned ED) { in NormalizeEditDistance() argument
120 if (ED > MaximumDistance) in NormalizeEditDistance()
122 return (ED + CharDistanceWeight / 2) / CharDistanceWeight; in NormalizeEditDistance()
132 unsigned ED = variable
136 if (ED > MaximumDistance)
141 return Normalized ? NormalizeEditDistance(ED) : ED;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Sema/
H A DTypoCorrection.h108 void setQualifierDistance(unsigned ED) { in setQualifierDistance() argument
109 QualifierDistance = ED; in setQualifierDistance()
112 void setCallbackDistance(unsigned ED) { in setCallbackDistance() argument
113 CallbackDistance = ED; in setCallbackDistance()
119 static unsigned NormalizeEditDistance(unsigned ED) { in NormalizeEditDistance() argument
120 if (ED > MaximumDistance) in NormalizeEditDistance()
122 return (ED + CharDistanceWeight / 2) / CharDistanceWeight; in NormalizeEditDistance()
132 unsigned ED = variable
136 if (ED > MaximumDistance)
141 return Normalized ? NormalizeEditDistance(ED) : ED;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Sema/
H A DTypoCorrection.h108 void setQualifierDistance(unsigned ED) { in setQualifierDistance() argument
109 QualifierDistance = ED; in setQualifierDistance()
112 void setCallbackDistance(unsigned ED) { in setCallbackDistance() argument
113 CallbackDistance = ED; in setCallbackDistance()
119 static unsigned NormalizeEditDistance(unsigned ED) { in NormalizeEditDistance() argument
120 if (ED > MaximumDistance) in NormalizeEditDistance()
122 return (ED + CharDistanceWeight / 2) / CharDistanceWeight; in NormalizeEditDistance()
132 unsigned ED = variable
136 if (ED > MaximumDistance)
141 return Normalized ? NormalizeEditDistance(ED) : ED;

12345678910>>...388