Home
last modified time | relevance | path

Searched refs:hasFlag (Results 76 – 100 of 1747) sorted by relevance

12345678910>>...70

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp440 Args.hasFlag(options::OPT_fobjc_exceptions, in addExceptionArgs()
806 if (Args.hasFlag(options::OPT_fcoverage_mapping, in addPGOAndCoverageFlags()
1370 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddARMTargetArgs()
1526 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddAArch64TargetArgs()
2706 if (Args.hasFlag(options::OPT_fmodules_decluse, in RenderModulesOptions()
3075 if (!Args.hasFlag(options::OPT_fspell_checking, in RenderDiagnosticsOptions()
3294 if (Args.hasFlag(options::OPT_gcodeview_ghash, in RenderDebugOptions()
4667 if (!Args.hasFlag( in ConstructJob()
4862 if (Args.hasFlag(options::OPT_fpascal_strings, in ConstructJob()
4937 if (!Args.hasFlag(options::OPT_fgnu_inline_asm, in ConstructJob()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/amethyst/src/
H A Dcommandrule.h57 bool hasFlag(int req) const { return (_flags & req) == req; } in hasFlag() function
58 bool isIndependent() const { return hasFlag(CRF_INDEPENDENT); } in isIndependent()
59 bool isBreaking() const { return hasFlag(CRF_BREAKING); } in isBreaking()
60 bool isLineBreaking() const { return hasFlag(CRF_LINE_BREAKING); } in isLineBreaking()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/plugins/CommonPlugin/vendor/symfony/css-selector/XPath/Extension/
H A DNodeExtension.php52 if ($on && !$this->hasFlag($flag)) {
56 if (!$on && $this->hasFlag($flag)) {
68 public function hasFlag($flag) function in Symfony\\Component\\CssSelector\\XPath\\Extension\\NodeExtension
151 if ($this->hasFlag(self::ATTRIBUTE_NAME_IN_LOWER_CASE)) {
164 if ($this->hasFlag(self::ATTRIBUTE_VALUE_IN_LOWER_CASE)) {
198 if ($this->hasFlag(self::ELEMENT_NAME_IN_LOWER_CASE)) {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/css-selector/XPath/Extension/
H A DNodeExtension.php46 if ($on && !$this->hasFlag($flag)) {
50 if (!$on && $this->hasFlag($flag)) {
57 public function hasFlag(int $flag): bool function in Symfony\\Component\\CssSelector\\XPath\\Extension\\NodeExtension
122 if ($this->hasFlag(self::ATTRIBUTE_NAME_IN_LOWER_CASE)) {
135 if ($this->hasFlag(self::ATTRIBUTE_VALUE_IN_LOWER_CASE)) {
160 if ($this->hasFlag(self::ELEMENT_NAME_IN_LOWER_CASE)) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/
H A DNodeExtension.php52 if ($on && !$this->hasFlag($flag)) {
56 if (!$on && $this->hasFlag($flag)) {
68 public function hasFlag($flag) function in Symfony\\Component\\CssSelector\\XPath\\Extension\\NodeExtension
151 if ($this->hasFlag(self::ATTRIBUTE_NAME_IN_LOWER_CASE)) {
164 if ($this->hasFlag(self::ATTRIBUTE_VALUE_IN_LOWER_CASE)) {
198 if ($this->hasFlag(self::ELEMENT_NAME_IN_LOWER_CASE)) {
/dports/devel/gitlist/gitlist/vendor/symfony/css-selector/XPath/Extension/
H A DNodeExtension.php52 if ($on && !$this->hasFlag($flag)) {
56 if (!$on && $this->hasFlag($flag)) {
68 public function hasFlag($flag) function in Symfony\\Component\\CssSelector\\XPath\\Extension\\NodeExtension
151 if ($this->hasFlag(self::ATTRIBUTE_NAME_IN_LOWER_CASE)) {
164 if ($this->hasFlag(self::ATTRIBUTE_VALUE_IN_LOWER_CASE)) {
198 if ($this->hasFlag(self::ELEMENT_NAME_IN_LOWER_CASE)) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/css-selector/XPath/Extension/
H A DNodeExtension.php46 if ($on && !$this->hasFlag($flag)) {
50 if (!$on && $this->hasFlag($flag)) {
57 public function hasFlag(int $flag): bool function in Symfony\\Component\\CssSelector\\XPath\\Extension\\NodeExtension
122 if ($this->hasFlag(self::ATTRIBUTE_NAME_IN_LOWER_CASE)) {
135 if ($this->hasFlag(self::ATTRIBUTE_VALUE_IN_LOWER_CASE)) {
160 if ($this->hasFlag(self::ELEMENT_NAME_IN_LOWER_CASE)) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/CssSelector/XPath/Extension/
H A DNodeExtension.php52 if ($on && !$this->hasFlag($flag)) {
56 if (!$on && $this->hasFlag($flag)) {
68 public function hasFlag($flag) function in Symfony\\Component\\CssSelector\\XPath\\Extension\\NodeExtension
151 if ($this->hasFlag(self::ATTRIBUTE_NAME_IN_LOWER_CASE)) {
164 if ($this->hasFlag(self::ATTRIBUTE_VALUE_IN_LOWER_CASE)) {
198 if ($this->hasFlag(self::ELEMENT_NAME_IN_LOWER_CASE)) {
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp429 Args.hasFlag(options::OPT_fobjc_exceptions, in addExceptionArgs()
837 if (Args.hasFlag(options::OPT_fcoverage_mapping, in addPGOAndCoverageFlags()
1544 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddARMTargetArgs()
1658 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddAArch64TargetArgs()
3216 if (Args.hasFlag(options::OPT_fmodules_decluse, in RenderModulesOptions()
3779 bool NeedFullDebug = Args.hasFlag( in RenderDebugOptions()
5492 if (!Args.hasFlag( in ConstructJob()
5517 bool IsMSVCCompat = Args.hasFlag( in ConstructJob()
5729 if (Args.hasFlag(options::OPT_fpascal_strings, in ConstructJob()
6067 bool WholeProgramVTables = Args.hasFlag( in ConstructJob()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Driver/ToolChains/
H A DClang.cpp443 Args.hasFlag(options::OPT_fobjc_exceptions, in addExceptionArgs()
874 if (Args.hasFlag(options::OPT_fcoverage_mapping, in addPGOAndCoverageFlags()
1638 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddARMTargetArgs()
1755 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddAArch64TargetArgs()
4050 bool NeedFullDebug = Args.hasFlag( in renderDebugOptions()
5014 if (Args.hasFlag(options::OPT_fprotect_parens, in ConstructJob()
6134 if (!Args.hasFlag( in ConstructJob()
6169 bool IsMSVCCompat = Args.hasFlag( in ConstructJob()
6405 if (Args.hasFlag(options::OPT_fpascal_strings, in ConstructJob()
6528 if (Args.hasFlag(options::OPT_fxl_pragma_pack, in ConstructJob()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Driver/ToolChains/
H A DClang.cpp429 Args.hasFlag(options::OPT_fobjc_exceptions, in addExceptionArgs()
838 if (Args.hasFlag(options::OPT_fcoverage_mapping, in addPGOAndCoverageFlags()
1541 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddARMTargetArgs()
1656 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddAArch64TargetArgs()
3256 if (Args.hasFlag(options::OPT_fmodules_decluse, in RenderModulesOptions()
3819 bool NeedFullDebug = Args.hasFlag( in RenderDebugOptions()
5539 if (!Args.hasFlag( in ConstructJob()
5564 bool IsMSVCCompat = Args.hasFlag( in ConstructJob()
5770 if (Args.hasFlag(options::OPT_fpascal_strings, in ConstructJob()
6121 bool WholeProgramVTables = Args.hasFlag( in ConstructJob()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Driver/ToolChains/
H A DClang.cpp427 Args.hasFlag(options::OPT_fobjc_exceptions, in addExceptionArgs()
853 if (Args.hasFlag(options::OPT_fcoverage_mapping, in addPGOAndCoverageFlags()
1577 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddARMTargetArgs()
1692 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddAArch64TargetArgs()
3909 bool NeedFullDebug = Args.hasFlag( in renderDebugOptions()
5787 if (!Args.hasFlag( in ConstructJob()
5812 bool IsMSVCCompat = Args.hasFlag( in ConstructJob()
6025 if (Args.hasFlag(options::OPT_fpascal_strings, in ConstructJob()
6148 if (Args.hasFlag(options::OPT_fxl_pragma_pack, in ConstructJob()
6375 bool WholeProgramVTables = Args.hasFlag( in ConstructJob()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Driver/ToolChains/
H A DClang.cpp427 Args.hasFlag(options::OPT_fobjc_exceptions, in addExceptionArgs()
853 if (Args.hasFlag(options::OPT_fcoverage_mapping, in addPGOAndCoverageFlags()
1577 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddARMTargetArgs()
1692 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddAArch64TargetArgs()
3909 bool NeedFullDebug = Args.hasFlag( in renderDebugOptions()
5787 if (!Args.hasFlag( in ConstructJob()
5812 bool IsMSVCCompat = Args.hasFlag( in ConstructJob()
6025 if (Args.hasFlag(options::OPT_fpascal_strings, in ConstructJob()
6148 if (Args.hasFlag(options::OPT_fxl_pragma_pack, in ConstructJob()
6375 bool WholeProgramVTables = Args.hasFlag( in ConstructJob()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere16Platform.php19 if ($index->hasFlag('with_nulls_distinct') && $index->hasFlag('with_nulls_not_distinct')) {
25 if (! $index->isPrimary() && $index->isUnique() && $index->hasFlag('with_nulls_distinct')) {
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere16Platform.php19 if ($index->hasFlag('with_nulls_distinct') && $index->hasFlag('with_nulls_not_distinct')) {
25 if (! $index->isPrimary() && $index->isUnique() && $index->hasFlag('with_nulls_distinct')) {
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere16Platform.php19 if ($index->hasFlag('with_nulls_distinct') && $index->hasFlag('with_nulls_not_distinct')) {
25 if (! $index->isPrimary() && $index->isUnique() && $index->hasFlag('with_nulls_distinct')) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere16Platform.php21 if ($index->hasFlag('with_nulls_distinct') && $index->hasFlag('with_nulls_not_distinct')) {
27 if (! $index->isPrimary() && $index->isUnique() && $index->hasFlag('with_nulls_distinct')) {
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere16Platform.php19 if ($index->hasFlag('with_nulls_distinct') && $index->hasFlag('with_nulls_not_distinct')) {
25 if (! $index->isPrimary() && $index->isUnique() && $index->hasFlag('with_nulls_distinct')) {
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere16Platform.php19 if ($index->hasFlag('with_nulls_distinct') && $index->hasFlag('with_nulls_not_distinct')) {
25 if (! $index->isPrimary() && $index->isUnique() && $index->hasFlag('with_nulls_distinct')) {
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere16Platform.php21 if ($index->hasFlag('with_nulls_distinct') && $index->hasFlag('with_nulls_not_distinct')) {
27 if (! $index->isPrimary() && $index->isUnique() && $index->hasFlag('with_nulls_distinct')) {
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere16Platform.php19 if ($index->hasFlag('with_nulls_distinct') && $index->hasFlag('with_nulls_not_distinct')) {
25 if (! $index->isPrimary() && $index->isUnique() && $index->hasFlag('with_nulls_distinct')) {
/dports/www/bolt/bolt-2.2.24/vendor/symfony/css-selector/Symfony/Component/CssSelector/XPath/Extension/
H A DNodeExtension.php55 if ($on && !$this->hasFlag($flag)) {
59 if (!$on && $this->hasFlag($flag)) {
71 public function hasFlag($flag) function in Symfony\\Component\\CssSelector\\XPath\\Extension\\NodeExtension
172 if ($this->hasFlag(self::ATTRIBUTE_NAME_IN_LOWER_CASE)) {
185 if ($this->hasFlag(self::ATTRIBUTE_VALUE_IN_LOWER_CASE)) {
227 if ($this->hasFlag(self::ELEMENT_NAME_IN_LOWER_CASE)) {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Driver/ToolChains/
H A DClang.cpp441 Args.hasFlag(options::OPT_fobjc_exceptions, in addExceptionArgs()
877 if (Args.hasFlag(options::OPT_fcoverage_mapping, in addPGOAndCoverageFlags()
1641 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddARMTargetArgs()
1758 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddAArch64TargetArgs()
4053 bool NeedFullDebug = Args.hasFlag( in renderDebugOptions()
4989 if (Args.hasFlag(options::OPT_fprotect_parens, in ConstructJob()
6053 if (!Args.hasFlag( in ConstructJob()
6078 bool IsMSVCCompat = Args.hasFlag( in ConstructJob()
6313 if (Args.hasFlag(options::OPT_fpascal_strings, in ConstructJob()
6436 if (Args.hasFlag(options::OPT_fxl_pragma_pack, in ConstructJob()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Driver/ToolChains/
H A DClang.cpp441 Args.hasFlag(options::OPT_fobjc_exceptions, in addExceptionArgs()
877 if (Args.hasFlag(options::OPT_fcoverage_mapping, in addPGOAndCoverageFlags()
1641 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddARMTargetArgs()
1758 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddAArch64TargetArgs()
4053 bool NeedFullDebug = Args.hasFlag( in renderDebugOptions()
4989 if (Args.hasFlag(options::OPT_fprotect_parens, in ConstructJob()
6053 if (!Args.hasFlag( in ConstructJob()
6078 bool IsMSVCCompat = Args.hasFlag( in ConstructJob()
6313 if (Args.hasFlag(options::OPT_fpascal_strings, in ConstructJob()
6436 if (Args.hasFlag(options::OPT_fxl_pragma_pack, in ConstructJob()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp441 Args.hasFlag(options::OPT_fobjc_exceptions, in addExceptionArgs()
877 if (Args.hasFlag(options::OPT_fcoverage_mapping, in addPGOAndCoverageFlags()
1641 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddARMTargetArgs()
1758 if (!Args.hasFlag(options::OPT_mimplicit_float, in AddAArch64TargetArgs()
4053 bool NeedFullDebug = Args.hasFlag( in renderDebugOptions()
4989 if (Args.hasFlag(options::OPT_fprotect_parens, in ConstructJob()
6053 if (!Args.hasFlag( in ConstructJob()
6078 bool IsMSVCCompat = Args.hasFlag( in ConstructJob()
6313 if (Args.hasFlag(options::OPT_fpascal_strings, in ConstructJob()
6436 if (Args.hasFlag(options::OPT_fxl_pragma_pack, in ConstructJob()
[all …]

12345678910>>...70