Home
last modified time | relevance | path

Searched refs:hasFlag (Results 326 – 350 of 1747) sorted by relevance

1...<<11121314151617181920>>...70

/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Drapass_p.h163 inline bool hasFlag(uint32_t flag) const noexcept { return (_flags & flag) != 0; } in hasFlag() function
168 inline bool isConstructed() const noexcept { return hasFlag(kFlagIsConstructed); } in isConstructed()
169 inline bool isReachable() const noexcept { return hasFlag(kFlagIsReachable); } in isReachable()
170 inline bool isTargetable() const noexcept { return hasFlag(kFlagIsTargetable); } in isTargetable()
171 inline bool isAllocated() const noexcept { return hasFlag(kFlagIsAllocated); } in isAllocated()
172 inline bool isFuncExit() const noexcept { return hasFlag(kFlagIsFuncExit); } in isFuncExit()
185 inline bool hasTerminator() const noexcept { return hasFlag(kFlagHasTerminator); } in hasTerminator()
186 inline bool hasConsecutive() const noexcept { return hasFlag(kFlagHasConsecutive); } in hasConsecutive()
187 inline bool hasJumpTable() const noexcept { return hasFlag(kFlagHasJumpTable); } in hasJumpTable()
333 inline bool hasFlag(uint32_t flag) const noexcept { return (_flags & flag) != 0; } in hasFlag() function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Drapass_p.h163 inline bool hasFlag(uint32_t flag) const noexcept { return (_flags & flag) != 0; } in hasFlag() function
168 inline bool isConstructed() const noexcept { return hasFlag(kFlagIsConstructed); } in isConstructed()
169 inline bool isReachable() const noexcept { return hasFlag(kFlagIsReachable); } in isReachable()
170 inline bool isTargetable() const noexcept { return hasFlag(kFlagIsTargetable); } in isTargetable()
171 inline bool isAllocated() const noexcept { return hasFlag(kFlagIsAllocated); } in isAllocated()
172 inline bool isFuncExit() const noexcept { return hasFlag(kFlagIsFuncExit); } in isFuncExit()
185 inline bool hasTerminator() const noexcept { return hasFlag(kFlagHasTerminator); } in hasTerminator()
186 inline bool hasConsecutive() const noexcept { return hasFlag(kFlagHasConsecutive); } in hasConsecutive()
187 inline bool hasJumpTable() const noexcept { return hasFlag(kFlagHasJumpTable); } in hasJumpTable()
333 inline bool hasFlag(uint32_t flag) const noexcept { return (_flags & flag) != 0; } in hasFlag() function
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/
H A DMultiTenantVisitor.php126 if ($index->isPrimary() && ! $index->hasFlag('nonclustered')) {
128 } elseif ($index->hasFlag('clustered')) {
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/
H A DMultiTenantVisitor.php126 if ($index->isPrimary() && ! $index->hasFlag('nonclustered')) {
128 } elseif ($index->hasFlag('clustered')) {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/wasm/
H A DDriver.cpp338 UnresolvedPolicy errorOrWarn = args.hasFlag(OPT_error_unresolved_symbols,
359 args.hasFlag(OPT_check_features, OPT_no_check_features, true);
361 config->demangle = args.hasFlag(OPT_demangle, OPT_no_demangle, true);
370 args.hasFlag(OPT_fatal_warnings, OPT_no_fatal_warnings, false);
378 args.hasFlag(OPT_no_lto_legacy_pass_manager, OPT_lto_legacy_pass_manager,
386 args.hasFlag(OPT_gc_sections, OPT_no_gc_sections, !config->relocatable);
388 args.hasFlag(OPT_merge_data_segments, OPT_no_merge_data_segments,
390 config->pie = args.hasFlag(OPT_pie, OPT_no_pie, false);
392 args.hasFlag(OPT_print_gc_sections, OPT_no_print_gc_sections, false);
416 args.hasFlag(OPT_export_dynamic, OPT_no_export_dynamic, config->shared);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/wasm/
H A DDriver.cpp338 UnresolvedPolicy errorOrWarn = args.hasFlag(OPT_error_unresolved_symbols, in getUnresolvedSymbolPolicy()
359 args.hasFlag(OPT_check_features, OPT_no_check_features, true); in readConfigs()
361 config->demangle = args.hasFlag(OPT_demangle, OPT_no_demangle, true); in readConfigs()
370 args.hasFlag(OPT_fatal_warnings, OPT_no_fatal_warnings, false); in readConfigs()
378 args.hasFlag(OPT_no_lto_legacy_pass_manager, OPT_lto_legacy_pass_manager, in readConfigs()
386 args.hasFlag(OPT_gc_sections, OPT_no_gc_sections, !config->relocatable); in readConfigs()
388 args.hasFlag(OPT_merge_data_segments, OPT_no_merge_data_segments, in readConfigs()
390 config->pie = args.hasFlag(OPT_pie, OPT_no_pie, false); in readConfigs()
392 args.hasFlag(OPT_print_gc_sections, OPT_no_print_gc_sections, false); in readConfigs()
416 args.hasFlag(OPT_export_dynamic, OPT_no_export_dynamic, config->shared); in readConfigs()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/wasm/
H A DDriver.cpp338 UnresolvedPolicy errorOrWarn = args.hasFlag(OPT_error_unresolved_symbols, in getUnresolvedSymbolPolicy()
359 args.hasFlag(OPT_check_features, OPT_no_check_features, true); in readConfigs()
361 config->demangle = args.hasFlag(OPT_demangle, OPT_no_demangle, true); in readConfigs()
370 args.hasFlag(OPT_fatal_warnings, OPT_no_fatal_warnings, false); in readConfigs()
378 args.hasFlag(OPT_no_lto_legacy_pass_manager, OPT_lto_legacy_pass_manager, in readConfigs()
386 args.hasFlag(OPT_gc_sections, OPT_no_gc_sections, !config->relocatable); in readConfigs()
388 args.hasFlag(OPT_merge_data_segments, OPT_no_merge_data_segments, in readConfigs()
390 config->pie = args.hasFlag(OPT_pie, OPT_no_pie, false); in readConfigs()
392 args.hasFlag(OPT_print_gc_sections, OPT_no_print_gc_sections, false); in readConfigs()
416 args.hasFlag(OPT_export_dynamic, OPT_no_export_dynamic, config->shared); in readConfigs()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/wasm/
H A DDriver.cpp338 UnresolvedPolicy errorOrWarn = args.hasFlag(OPT_error_unresolved_symbols, in getUnresolvedSymbolPolicy()
359 args.hasFlag(OPT_check_features, OPT_no_check_features, true); in readConfigs()
361 config->demangle = args.hasFlag(OPT_demangle, OPT_no_demangle, true); in readConfigs()
370 args.hasFlag(OPT_fatal_warnings, OPT_no_fatal_warnings, false); in readConfigs()
378 args.hasFlag(OPT_no_lto_legacy_pass_manager, OPT_lto_legacy_pass_manager, in readConfigs()
386 args.hasFlag(OPT_gc_sections, OPT_no_gc_sections, !config->relocatable); in readConfigs()
388 args.hasFlag(OPT_merge_data_segments, OPT_no_merge_data_segments, in readConfigs()
390 config->pie = args.hasFlag(OPT_pie, OPT_no_pie, false); in readConfigs()
392 args.hasFlag(OPT_print_gc_sections, OPT_no_print_gc_sections, false); in readConfigs()
416 args.hasFlag(OPT_export_dynamic, OPT_no_export_dynamic, config->shared); in readConfigs()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/wasm/
H A DDriver.cpp338 UnresolvedPolicy errorOrWarn = args.hasFlag(OPT_error_unresolved_symbols, in getUnresolvedSymbolPolicy()
359 args.hasFlag(OPT_check_features, OPT_no_check_features, true); in readConfigs()
361 config->demangle = args.hasFlag(OPT_demangle, OPT_no_demangle, true); in readConfigs()
370 args.hasFlag(OPT_fatal_warnings, OPT_no_fatal_warnings, false); in readConfigs()
378 args.hasFlag(OPT_no_lto_legacy_pass_manager, OPT_lto_legacy_pass_manager, in readConfigs()
386 args.hasFlag(OPT_gc_sections, OPT_no_gc_sections, !config->relocatable); in readConfigs()
388 args.hasFlag(OPT_merge_data_segments, OPT_no_merge_data_segments, in readConfigs()
390 config->pie = args.hasFlag(OPT_pie, OPT_no_pie, false); in readConfigs()
392 args.hasFlag(OPT_print_gc_sections, OPT_no_print_gc_sections, false); in readConfigs()
416 args.hasFlag(OPT_export_dynamic, OPT_no_export_dynamic, config->shared); in readConfigs()
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dfunc.h264 inline bool hasFlag(uint32_t flag) const noexcept { return (_data & flag) != 0; } in hasFlag() function
273 inline bool isReg() const noexcept { return hasFlag(kFlagIsReg); } in isReg()
275 inline bool isStack() const noexcept { return hasFlag(kFlagIsStack); } in isStack()
277 inline bool isAssigned() const noexcept { return hasFlag(kFlagIsReg | kFlagIsStack); } in isAssigned()
279 inline bool isIndirect() const noexcept { return hasFlag(kFlagIsIndirect); } in isIndirect()
282 inline bool isDone() const noexcept { return hasFlag(kFlagIsDone); } in isDone()
365 inline bool hasFlag(uint32_t ccFlag) const noexcept { return _callConv.hasFlag(ccFlag); } in hasFlag() function
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dfunc.h282 inline bool hasFlag(uint32_t flag) const noexcept { return (_data & flag) != 0; } in hasFlag() function
291 inline bool isReg() const noexcept { return hasFlag(kFlagIsReg); } in isReg()
293 inline bool isStack() const noexcept { return hasFlag(kFlagIsStack); } in isStack()
295 inline bool isAssigned() const noexcept { return hasFlag(kFlagIsReg | kFlagIsStack); } in isAssigned()
297 inline bool isIndirect() const noexcept { return hasFlag(kFlagIsIndirect); } in isIndirect()
300 inline bool isDone() const noexcept { return hasFlag(kFlagIsDone); } in isDone()
383 inline bool hasFlag(uint32_t ccFlag) const noexcept { return _callConv.hasFlag(ccFlag); } in hasFlag() function
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dfunc.h282 inline bool hasFlag(uint32_t flag) const noexcept { return (_data & flag) != 0; } in hasFlag() function
291 inline bool isReg() const noexcept { return hasFlag(kFlagIsReg); } in isReg()
293 inline bool isStack() const noexcept { return hasFlag(kFlagIsStack); } in isStack()
295 inline bool isAssigned() const noexcept { return hasFlag(kFlagIsReg | kFlagIsStack); } in isAssigned()
297 inline bool isIndirect() const noexcept { return hasFlag(kFlagIsIndirect); } in isIndirect()
300 inline bool isDone() const noexcept { return hasFlag(kFlagIsDone); } in isDone()
383 inline bool hasFlag(uint32_t ccFlag) const noexcept { return _callConv.hasFlag(ccFlag); } in hasFlag() function
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DSharedContext.h188 [[nodiscard]] bool hasFlag(ImmutableFlags flag) const { in hasFlag() function
189 return immutableFlags_.hasFlag(flag); in hasFlag()
266 bool strict() const { return hasFlag(ImmutableFlags::Strict) || localStrict; } in strict()
587 return hasFlag(ImmutableFlags::NeedsHomeObject); in needsHomeObject()
595 return hasFlag(ImmutableFlags::IsDerivedClassConstructor); in isDerivedClassConstructor()
603 return hasFlag(ImmutableFlags::IsSyntheticFunction); in isSyntheticFunction()
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/wasm/
H A DDriver.cpp368 Config->Demangle = Args.hasFlag(OPT_demangle, OPT_no_demangle, true);
374 Args.hasFlag(OPT_fatal_warnings, OPT_no_fatal_warnings, false);
383 Args.hasFlag(OPT_gc_sections, OPT_no_gc_sections, !Config->Relocatable);
385 Args.hasFlag(OPT_merge_data_segments, OPT_no_merge_data_segments,
388 Args.hasFlag(OPT_print_gc_sections, OPT_no_print_gc_sections, false);
400 ThreadsEnabled = Args.hasFlag(OPT_threads, OPT_no_threads, true);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/
H A DMultiTenantVisitor.php106 if ($index->isPrimary() && ! $index->hasFlag('nonclustered')) {
110 if ($index->hasFlag('clustered')) {
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/
H A DMultiTenantVisitor.php104 if ($index->isPrimary() && ! $index->hasFlag('nonclustered')) {
108 if ($index->hasFlag('clustered')) {
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/
H A DMultiTenantVisitor.php103 if ($index->isPrimary() && ! $index->hasFlag('nonclustered')) {
107 if ($index->hasFlag('clustered')) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/
H A DMultiTenantVisitor.php106 if ($index->isPrimary() && ! $index->hasFlag('nonclustered')) {
110 if ($index->hasFlag('clustered')) {
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/
H A DMultiTenantVisitor.php103 if ($index->isPrimary() && ! $index->hasFlag('nonclustered')) {
107 if ($index->hasFlag('clustered')) {
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/
H A DMultiTenantVisitor.php104 if ($index->isPrimary() && ! $index->hasFlag('nonclustered')) {
108 if ($index->hasFlag('clustered')) {
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/
H A DMultiTenantVisitor.php106 if ($index->isPrimary() && ! $index->hasFlag('nonclustered')) {
110 if ($index->hasFlag('clustered')) {
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/
H A DMultiTenantVisitor.php106 if ($index->isPrimary() && ! $index->hasFlag('nonclustered')) {
110 if ($index->hasFlag('clustered')) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/MinGW/
H A DDriver.cpp315 if (args.hasFlag(OPT_no_insert_timestamp, OPT_insert_timestamp, false)) in link()
318 if (args.hasFlag(OPT_gc_sections, OPT_no_gc_sections, false)) in link()
323 if (args.hasFlag(OPT_enable_auto_import, OPT_disable_auto_import, true)) in link()
327 if (args.hasFlag(OPT_enable_runtime_pseudo_reloc, in link()
333 if (args.hasFlag(OPT_allow_multiple_definition, in link()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dtc39_test.go453 func (m *tc39Meta) hasFlag(flag string) bool { func
598 if meta.hasFlag("async") {
654 hasRaw := meta.hasFlag("raw")
656 if hasRaw || !meta.hasFlag("onlyStrict") {
662 if !hasRaw && !meta.hasFlag("noStrict") {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dtc39_test.go454 func (m *tc39Meta) hasFlag(flag string) bool { func
599 if meta.hasFlag("async") {
655 hasRaw := meta.hasFlag("raw")
657 if hasRaw || !meta.hasFlag("onlyStrict") {
663 if !hasRaw && !meta.hasFlag("noStrict") {

1...<<11121314151617181920>>...70