Searched refs:overrides (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/contrib/kyua/cli/
H A Dconfig.cpp68 /// \todo If the user overrides the KYUA_CONFDIR environment variable, we don't
79 /// This is a helper function that does not apply user-specified overrides. See
149 const std::vector< override_pair >& overrides = local
154 iter = overrides.begin(); iter != overrides.end(); iter++) {
196 /// 4) Lastly, apply any user-provided overrides.
/freebsd-current/contrib/wpa/src/utils/
H A Dradiotap_iter.h46 * @overrides: override standard radiotap fields
47 * @n_overrides: number of overrides
74 const struct radiotap_override *overrides; member in struct:ieee80211_radiotap_iterator
H A Dradiotap.c121 iterator->overrides = NULL;
193 if (!iterator->overrides)
197 if (iterator->_arg_index == iterator->overrides[i].field) {
198 *align = iterator->overrides[i].align;
199 *size = iterator->overrides[i].size;
/freebsd-current/contrib/kyua/model/
H A Dtest_case_test.cpp79 const model::metadata overrides = model::metadata_builder() local
83 const model::test_case base_test_case("foo", overrides);
99 ATF_REQUIRE_EQ(overrides, test_case.get_raw_metadata());
102 ATF_REQUIRE_EQ(overrides, base_test_case.get_metadata());
112 const model::metadata overrides = model::metadata_builder() local
129 ATF_REQUIRE_EQ(overrides, test_case.get_raw_metadata());
H A Dmetadata.cpp398 /// Applies a set of overrides to this metadata object.
400 /// \param overrides The overrides to apply. Any values explicitly set in this
405 model::metadata::apply_overrides(const metadata& overrides) const
407 return metadata(_pimpl->props.combine(overrides._pimpl->props));
/freebsd-current/contrib/kyua/utils/config/
H A Dtree.cpp85 /// \param overrides The tree to use as value overrides.
93 config::tree::combine(const tree& overrides) const
97 overrides._root.get());
/freebsd-current/share/mk/
H A Dbsd.progs.mk71 # Stage from parent while respecting PROGNAME and BINDIR overrides.
H A Dbsd.compiler.mk198 # distribution overrides the default GCC PKGVERSION it is not identified.
H A Dsrc.libnames.mk497 # Bootstrapping from non-FreeBSD needs special handling, since it overrides
H A Dbsd.sys.mk315 # specific flag overrides, unless we've overridden this...
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-scope-cmdline.mk38 # overrides global". Due to an implementation mistake, the actual behavior
/freebsd-current/contrib/bmake/mk/
H A Dwarnings.mk146 # now a list of all -Wno-* overrides not just those defined by WARNINGS_SET
/freebsd-current/contrib/kyua/store/
H A Dmigrate_v1_v2.sql194 -- Populate metadata overrides from plain test programs.
215 -- Populate metadata overrides from ATF test cases.
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h577 ArrayRef<ModuleMacro *> overrides() const { function in class:ModuleMacro
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1390 const ZSTD_compressionParameters* overrides)
1392 if (overrides->windowLog) cParams->windowLog = overrides->windowLog;
1393 if (overrides->hashLog) cParams->hashLog = overrides->hashLog;
1394 if (overrides->chainLog) cParams->chainLog = overrides->chainLog;
1395 if (overrides->searchLog) cParams->searchLog = overrides->searchLog;
1396 if (overrides
1388 ZSTD_overrideCParams( ZSTD_compressionParameters* cParams, const ZSTD_compressionParameters* overrides) argument
[all...]
/freebsd-current/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in415 (overrides value in ntp.conf)
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp216 for (auto *O : MM->overrides())
247 // overrides the system limits.h's macros, so there's no conflict here.
272 llvm::errs() << " overrides";
307 if (!MM->overrides().empty()) {
308 llvm::errs() << " overrides";
309 for (auto *O : MM->overrides()) {
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1628 // For these purposes, a method in an @implementation overrides a
1645 SmallVector<const ObjCMethodDecl *, 4> overrides; local
1646 MD->getOverriddenMethods(overrides);
1647 for (unsigned i = 0, e = overrides.size(); i != e; ++i) {
1649 findExplicitInstancetypeDeclarer(overrides[i], instancetype))
H A DSemaDeclObjC.cpp4277 /// overrides.
4344 // A method in a protocol declaration overrides declarations from
4350 // A method in a category declaration overrides declarations from
4358 // declaration overrides declarations from the category
4365 // Otherwise it overrides declarations from the class.
4372 // A method in a class declaration overrides declarations from
4389 // A method in a class implementation overrides declarations from
4448 OverrideSearch overrides(*this, ObjCMethod);
4449 // Keep track if the method overrides any method in the class's base classes,
4455 for (ObjCMethodDecl *overridden : overrides) {
[all...]
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1694 this overrides the one specified at the time you created the
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2488 for (auto *M : Macro->overrides())
2495 for (auto *M : Macro->overrides())

Completed in 344 milliseconds