Home
last modified time | relevance | path

Searched refs:Existing (Results 1 – 25 of 5796) sorted by relevance

12345678910>>...232

/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/wasm/
H A DSymbolTable.cpp97 toString(Existing->getWasmType()) + " in " + in reportTypeError()
106 auto ExistingFunction = dyn_cast<FunctionSymbol>(Existing); in checkFunctionType()
130 if (!isa<GlobalSymbol>(Existing)) { in checkGlobalType()
146 auto ExistingEvent = dyn_cast<EventSymbol>(Existing); in checkEventType()
147 if (!isa<EventSymbol>(Existing)) { in checkEventType()
148 reportTypeError(Existing, File, WASM_SYMBOL_TYPE_EVENT); in checkEventType()
166 if (!isa<DataSymbol>(Existing)) in checkDataType()
167 reportTypeError(Existing, File, WASM_SYMBOL_TYPE_DATA); in checkDataType()
200 if (!Existing->isDefined()) { in shouldReplace()
202 << Existing->getName() << "\n"); in shouldReplace()
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/states/statemgr/
H A Dmigrate_test.go30 Existing *statefile.File
35 Existing: statefile.New(barState, "lineage", 1),
40 Existing: statefile.New(emptyState, "lineage2", 1),
45 Existing: statefile.New(notBarState, "lineage", 1),
50 Existing: statefile.New(notBarState, "lineage", 1),
55 Existing: statefile.New(notBarState, "lineage", 2),
60 Existing: statefile.New(notBarState, "lineage2", 2),
70 Existing: statefile.New(notBarState, "lineage", 2),
75 Existing: statefile.New(notBarState, "", 2),
80 Existing: statefile.New(notBarState, "", 2),
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/wasm/
H A DSymbolTable.cpp104 toString(Existing->getWasmType()) + " in " + in reportTypeError()
111 auto ExistingFunction = dyn_cast<FunctionSymbol>(Existing); in checkFunctionType()
129 toString(Existing->getFile()) + "\n>>> defined as " + in checkFunctionType()
137 if (!isa<GlobalSymbol>(Existing)) { in checkGlobalType()
138 reportTypeError(Existing, File, WASM_SYMBOL_TYPE_GLOBAL); in checkGlobalType()
151 if (!isa<DataSymbol>(Existing)) in checkDataType()
152 reportTypeError(Existing, File, WASM_SYMBOL_TYPE_DATA); in checkDataType()
185 if (!Existing->isDefined()) { in shouldReplace()
187 << Existing->getName() << "\n"); in shouldReplace()
198 if (Existing->isWeak()) { in shouldReplace()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_exists.vim156 " Existing global variable
164 " Existing global list
170 " Existing global dictionary
184 " Existing window variable
190 " Existing window list
196 " Existing window dictionary
210 " Existing tab variable
216 " Existing tab list
222 " Existing tab dictionary
236 " Existing buffer variable
[all …]
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_exists.vim170 " Existing global variable
178 " Existing global list
184 " Existing global dictionary
198 " Existing window variable
204 " Existing window list
210 " Existing window dictionary
224 " Existing tab variable
230 " Existing tab list
236 " Existing tab dictionary
250 " Existing buffer variable
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/
H A DLinkObject.pm425 my %Existing;
433 if (%Existing) {
742 my %Existing;
752 return 1 if !%Existing;
763 next OBJECT if $Existing{$Object};
774 $Existing{State} = $Self->StateLookup(
775 StateID => $Existing{StateID},
794 State => $Existing{State},
804 State => $Existing{State},
854 State => $Existing{State},
[all …]
/dports/net/bosh-cli/bosh-cli-5.5.0/cmd/config/configfakes/
H A Dfake_config2.go9 Existing ConfigContents member
26 return f.Existing.EnvironmentURL
41 Existing: ConfigContents{
60 return f.Existing.EnvironmentCACert
84 f.Saved.EnvironmentURL = f.Existing.EnvironmentURL
85 f.Saved.EnvironmentAlias = f.Existing.EnvironmentAlias
86 f.Saved.EnvironmentCACert = f.Existing.EnvironmentCACert
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/unittests/DeLICM/
H A DDeLICMTest.cpp158 bool checkIsConflictingNonsymmetricKnown(KnowledgeStr Existing, in checkIsConflictingNonsymmetricKnown() argument
165 parseMapOrNull(Ctx.get(), Existing.OccupiedStr); in checkIsConflictingNonsymmetricKnown()
166 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetricKnown()
167 auto ExistingWritten = parseMapOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetricKnown()
179 bool checkIsConflictingNonsymmetric(KnowledgeStr Existing, in checkIsConflictingNonsymmetric() argument
186 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetric()
187 auto ExistingWritten = parseSetOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetric()
200 bool checkIsConflicting(KnowledgeStr Existing, KnowledgeStr Proposed) { in checkIsConflicting() argument
201 auto Forward = checkIsConflictingNonsymmetric(Existing, Proposed); in checkIsConflicting()
202 auto Backward = checkIsConflictingNonsymmetric(Proposed, Existing); in checkIsConflicting()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/unittests/DeLICM/
H A DDeLICMTest.cpp158 bool checkIsConflictingNonsymmetricKnown(KnowledgeStr Existing, in checkIsConflictingNonsymmetricKnown() argument
165 parseMapOrNull(Ctx.get(), Existing.OccupiedStr); in checkIsConflictingNonsymmetricKnown()
166 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetricKnown()
167 auto ExistingWritten = parseMapOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetricKnown()
179 bool checkIsConflictingNonsymmetric(KnowledgeStr Existing, in checkIsConflictingNonsymmetric() argument
186 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetric()
187 auto ExistingWritten = parseSetOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetric()
200 bool checkIsConflicting(KnowledgeStr Existing, KnowledgeStr Proposed) { in checkIsConflicting() argument
201 auto Forward = checkIsConflictingNonsymmetric(Existing, Proposed); in checkIsConflicting()
202 auto Backward = checkIsConflictingNonsymmetric(Proposed, Existing); in checkIsConflicting()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/unittests/DeLICM/
H A DDeLICMTest.cpp158 bool checkIsConflictingNonsymmetricKnown(KnowledgeStr Existing, in checkIsConflictingNonsymmetricKnown() argument
165 parseMapOrNull(Ctx.get(), Existing.OccupiedStr); in checkIsConflictingNonsymmetricKnown()
166 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetricKnown()
167 auto ExistingWritten = parseMapOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetricKnown()
179 bool checkIsConflictingNonsymmetric(KnowledgeStr Existing, in checkIsConflictingNonsymmetric() argument
186 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetric()
187 auto ExistingWritten = parseSetOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetric()
200 bool checkIsConflicting(KnowledgeStr Existing, KnowledgeStr Proposed) { in checkIsConflicting() argument
201 auto Forward = checkIsConflictingNonsymmetric(Existing, Proposed); in checkIsConflicting()
202 auto Backward = checkIsConflictingNonsymmetric(Proposed, Existing); in checkIsConflicting()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/unittests/DeLICM/
H A DDeLICMTest.cpp158 bool checkIsConflictingNonsymmetricKnown(KnowledgeStr Existing, in checkIsConflictingNonsymmetricKnown() argument
165 parseMapOrNull(Ctx.get(), Existing.OccupiedStr); in checkIsConflictingNonsymmetricKnown()
166 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetricKnown()
167 auto ExistingWritten = parseMapOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetricKnown()
179 bool checkIsConflictingNonsymmetric(KnowledgeStr Existing, in checkIsConflictingNonsymmetric() argument
186 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetric()
187 auto ExistingWritten = parseSetOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetric()
200 bool checkIsConflicting(KnowledgeStr Existing, KnowledgeStr Proposed) { in checkIsConflicting() argument
201 auto Forward = checkIsConflictingNonsymmetric(Existing, Proposed); in checkIsConflicting()
202 auto Backward = checkIsConflictingNonsymmetric(Proposed, Existing); in checkIsConflicting()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/unittests/DeLICM/
H A DDeLICMTest.cpp158 bool checkIsConflictingNonsymmetricKnown(KnowledgeStr Existing, in checkIsConflictingNonsymmetricKnown() argument
165 parseMapOrNull(Ctx.get(), Existing.OccupiedStr); in checkIsConflictingNonsymmetricKnown()
166 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetricKnown()
167 auto ExistingWritten = parseMapOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetricKnown()
179 bool checkIsConflictingNonsymmetric(KnowledgeStr Existing, in checkIsConflictingNonsymmetric() argument
186 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetric()
187 auto ExistingWritten = parseSetOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetric()
200 bool checkIsConflicting(KnowledgeStr Existing, KnowledgeStr Proposed) { in checkIsConflicting() argument
201 auto Forward = checkIsConflictingNonsymmetric(Existing, Proposed); in checkIsConflicting()
202 auto Backward = checkIsConflictingNonsymmetric(Proposed, Existing); in checkIsConflicting()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/unittests/DeLICM/
H A DDeLICMTest.cpp158 bool checkIsConflictingNonsymmetricKnown(KnowledgeStr Existing, in checkIsConflictingNonsymmetricKnown() argument
165 parseMapOrNull(Ctx.get(), Existing.OccupiedStr); in checkIsConflictingNonsymmetricKnown()
166 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetricKnown()
167 auto ExistingWritten = parseMapOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetricKnown()
179 bool checkIsConflictingNonsymmetric(KnowledgeStr Existing, in checkIsConflictingNonsymmetric() argument
186 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetric()
187 auto ExistingWritten = parseSetOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetric()
200 bool checkIsConflicting(KnowledgeStr Existing, KnowledgeStr Proposed) { in checkIsConflicting() argument
201 auto Forward = checkIsConflictingNonsymmetric(Existing, Proposed); in checkIsConflicting()
202 auto Backward = checkIsConflictingNonsymmetric(Proposed, Existing); in checkIsConflicting()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/unittests/DeLICM/
H A DDeLICMTest.cpp158 bool checkIsConflictingNonsymmetricKnown(KnowledgeStr Existing, in checkIsConflictingNonsymmetricKnown() argument
165 parseMapOrNull(Ctx.get(), Existing.OccupiedStr); in checkIsConflictingNonsymmetricKnown()
166 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetricKnown()
167 auto ExistingWritten = parseMapOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetricKnown()
179 bool checkIsConflictingNonsymmetric(KnowledgeStr Existing, in checkIsConflictingNonsymmetric() argument
186 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetric()
187 auto ExistingWritten = parseSetOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetric()
200 bool checkIsConflicting(KnowledgeStr Existing, KnowledgeStr Proposed) { in checkIsConflicting() argument
201 auto Forward = checkIsConflictingNonsymmetric(Existing, Proposed); in checkIsConflicting()
202 auto Backward = checkIsConflictingNonsymmetric(Proposed, Existing); in checkIsConflicting()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/unittests/DeLICM/
H A DDeLICMTest.cpp158 bool checkIsConflictingNonsymmetricKnown(KnowledgeStr Existing, in checkIsConflictingNonsymmetricKnown() argument
165 parseMapOrNull(Ctx.get(), Existing.OccupiedStr); in checkIsConflictingNonsymmetricKnown()
166 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetricKnown()
167 auto ExistingWritten = parseMapOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetricKnown()
179 bool checkIsConflictingNonsymmetric(KnowledgeStr Existing, in checkIsConflictingNonsymmetric() argument
186 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetric()
187 auto ExistingWritten = parseSetOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetric()
200 bool checkIsConflicting(KnowledgeStr Existing, KnowledgeStr Proposed) { in checkIsConflicting() argument
201 auto Forward = checkIsConflictingNonsymmetric(Existing, Proposed); in checkIsConflicting()
202 auto Backward = checkIsConflictingNonsymmetric(Proposed, Existing); in checkIsConflicting()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/unittests/DeLICM/
H A DDeLICMTest.cpp158 bool checkIsConflictingNonsymmetricKnown(KnowledgeStr Existing, in checkIsConflictingNonsymmetricKnown() argument
165 parseMapOrNull(Ctx.get(), Existing.OccupiedStr); in checkIsConflictingNonsymmetricKnown()
166 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetricKnown()
167 auto ExistingWritten = parseMapOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetricKnown()
179 bool checkIsConflictingNonsymmetric(KnowledgeStr Existing, in checkIsConflictingNonsymmetric() argument
186 auto ExistingUnused = parseSetOrNull(Ctx.get(), Existing.UndefStr); in checkIsConflictingNonsymmetric()
187 auto ExistingWritten = parseSetOrNull(Ctx.get(), Existing.WrittenStr); in checkIsConflictingNonsymmetric()
200 bool checkIsConflicting(KnowledgeStr Existing, KnowledgeStr Proposed) { in checkIsConflicting() argument
201 auto Forward = checkIsConflictingNonsymmetric(Existing, Proposed); in checkIsConflicting()
202 auto Backward = checkIsConflictingNonsymmetric(Proposed, Existing); in checkIsConflicting()
[all …]
/dports/mail/geary/geary-40.0/test/engine/common/
H A Dcommon-contact-store-impl-test.vala85 assert_non_null(existing, "Existing contact");
86 assert_equal(existing.email, "Test@example.com", "Existing email");
88 assert_equal(existing.real_name, "Test Name", "Existing real_name");
90 assert_false(existing.flags.always_load_remote_images(), "Existing flags");
129 assert_equal(search_hit.email, "Test@example.com", "Existing email");
131 assert_equal(search_hit.real_name, "Test Name", "Existing real_name");
133 assert_false(search_hit.flags.always_load_remote_images(), "Existing flags");
150 assert_equal(search_hit.email, "Test@example.com", "Existing email");
152 assert_equal(search_hit.real_name, "Test Name", "Existing real_name");
184 assert_equal(search_hit.real_name, "Germán", "Existing real_name");
[all …]
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/api/testdata/project-editing/
H A Dproject-editing.qbs3 name: "Existing Group 1"
8 name: "Existing Group 2"
12 name: "Existing Group 3"
19 name: "Existing Group 4"
24 name: "Existing Group 5"
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/nodeipam/ipam/
H A Drange_allocator_test.go78 Existing: []*v1.Node{
103 Existing: []*v1.Node{
129 Existing: []*v1.Node{
157 Existing: []*v1.Node{
187 Existing: []*v1.Node{
216 Existing: []*v1.Node{
245 Existing: []*v1.Node{
275 Existing: []*v1.Node{
333 Existing: []*v1.Node{
358 Existing: []*v1.Node{
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/callable_traits/detail/
H A Dqualifier_flags.hpp96 template<qualifier_flags Existing,
98 bool AlreadyHasRef = (Existing & (lref_ | rref_)) != 0,
99 bool AlreadyHasLRef = (Existing & lref_) == lref_,
103 !AlreadyHasRef ? (Existing | Other)
104 : (AlreadyHasLRef ? (Existing | (Other & ~rref_))
105 : (IsAddingLRef ? ((Existing & ~rref_) | Other )
106 : (Existing | Other)))>;
/dports/devel/boost-python-libs/boost_1_72_0/boost/callable_traits/detail/
H A Dqualifier_flags.hpp96 template<qualifier_flags Existing,
98 bool AlreadyHasRef = (Existing & (lref_ | rref_)) != 0,
99 bool AlreadyHasLRef = (Existing & lref_) == lref_,
103 !AlreadyHasRef ? (Existing | Other)
104 : (AlreadyHasLRef ? (Existing | (Other & ~rref_))
105 : (IsAddingLRef ? ((Existing & ~rref_) | Other )
106 : (Existing | Other)))>;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/callable_traits/detail/
H A Dqualifier_flags.hpp96 template<qualifier_flags Existing,
98 bool AlreadyHasRef = (Existing & (lref_ | rref_)) != 0,
99 bool AlreadyHasLRef = (Existing & lref_) == lref_,
103 !AlreadyHasRef ? (Existing | Other)
104 : (AlreadyHasLRef ? (Existing | (Other & ~rref_))
105 : (IsAddingLRef ? ((Existing & ~rref_) | Other )
106 : (Existing | Other)))>;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/callable_traits/detail/
H A Dqualifier_flags.hpp96 template<qualifier_flags Existing,
98 bool AlreadyHasRef = (Existing & (lref_ | rref_)) != 0,
99 bool AlreadyHasLRef = (Existing & lref_) == lref_,
103 !AlreadyHasRef ? (Existing | Other)
104 : (AlreadyHasLRef ? (Existing | (Other & ~rref_))
105 : (IsAddingLRef ? ((Existing & ~rref_) | Other )
106 : (Existing | Other)))>;
/dports/devel/boost-libs/boost_1_72_0/boost/callable_traits/detail/
H A Dqualifier_flags.hpp96 template<qualifier_flags Existing,
98 bool AlreadyHasRef = (Existing & (lref_ | rref_)) != 0,
99 bool AlreadyHasLRef = (Existing & lref_) == lref_,
103 !AlreadyHasRef ? (Existing | Other)
104 : (AlreadyHasLRef ? (Existing | (Other & ~rref_))
105 : (IsAddingLRef ? ((Existing & ~rref_) | Other )
106 : (Existing | Other)))>;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/callable_traits/detail/
H A Dqualifier_flags.hpp96 template<qualifier_flags Existing,
98 bool AlreadyHasRef = (Existing & (lref_ | rref_)) != 0,
99 bool AlreadyHasLRef = (Existing & lref_) == lref_,
103 !AlreadyHasRef ? (Existing | Other)
104 : (AlreadyHasLRef ? (Existing | (Other & ~rref_))
105 : (IsAddingLRef ? ((Existing & ~rref_) | Other )
106 : (Existing | Other)))>;

12345678910>>...232