Searched refs:has (Results 1 - 25 of 195) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DSanitizerArgs.h63 bool needsAsanRt() const { return Sanitizers.has(SanitizerKind::Address); }
65 return Sanitizers.has(SanitizerKind::HWAddress);
67 bool needsTsanRt() const { return Sanitizers.has(SanitizerKind::Thread); }
68 bool needsMsanRt() const { return Sanitizers.has(SanitizerKind::Memory); }
69 bool needsFuzzer() const { return Sanitizers.has(SanitizerKind::Fuzzer); }
71 return Sanitizers.has(SanitizerKind::Leak) &&
72 !Sanitizers.has(SanitizerKind::Address) &&
73 !Sanitizers.has(SanitizerKind::HWAddress);
77 bool needsDfsanRt() const { return Sanitizers.has(SanitizerKind::DataFlow); }
82 bool needsScudoRt() const { return Sanitizers.has(SanitizerKin
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Denv_test.cpp37 set_md_var("descr", "Tests the has and get functions");
41 ATF_REQUIRE(atf::env::has("PATH"));
44 ATF_REQUIRE(!atf::env::has("_UNDEFINED_VARIABLE_"));
54 ATF_REQUIRE(atf::env::has("PATH"));
67 ATF_REQUIRE(atf::env::has("PATH"));
73 ATF_REQUIRE(!atf::env::has("_UNDEFINED_VARIABLE_"));
85 ATF_REQUIRE(atf::env::has("PATH"));
87 ATF_REQUIRE(!atf::env::has("PATH"));
H A Denv.hpp52 //! \brief Checks if the environment has a variable.
54 //! Checks if the environment has a given variable.
56 bool has(const std::string&);
H A Denv.cpp56 impl::has(const std::string& name) function in class:impl
/freebsd-11-stable/share/doc/psd/20.ipctut/
H A Ddgramread.c73 printf("Socket has port #%d\en", ntohs(name.sin_port));
H A Dstrchkread.c73 printf("Socket has port #%d\en", ntohs(server.sin_port));
H A Dstreamread.c73 printf("Socket has port #%d\en", ntohs(server.sin_port));
94 * Since this program has an infinite loop, the socket "sock" is
H A Dustreamread.c63 printf("Socket has name %s\en", server.sun_path);
/freebsd-11-stable/contrib/atf/atf-sh/
H A Dconfig_test.sh26 atf_test_case has
75 atf_add_test_case has
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Denv_test.c40 ATF_TC(has); variable
41 ATF_TC_HEAD(has, tc)
45 ATF_TC_BODY(has, tc)
126 ATF_TP_ADD_TC(tp, has);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DArchitectureSet.h48 bool has(Architecture Arch) const { function in class:llvm::MachO::ArchitectureSet
63 return has(AK_i386) || has(AK_x86_64) || has(AK_x86_64h);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DSymbol.cpp52 return Architectures.has(Target.Arch);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dutil.c94 svn_boolean_t has;
95 SVN_ERR(svn_ra_has_capability(ra_session, &has, capability, pool));
96 if (! has)
257 /* Someone else has the lock. No problem, we'll loop again. */
93 svn_boolean_t has; local
/freebsd-11-stable/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h7 * This file has been put into the public domain.
50 * allocated once the required size has been
194 * may allocate once it has parsed the dictionary size from the stream
260 * If CRC64 support has been enabled with XZ_USE_CRC64, a CRC64
269 # error Using CRC64 in the kernel has not been implemented.
/freebsd-11-stable/usr.bin/svn/lib/libapr_util/
H A Dapr_ldap.h131 /* Note: Macros defining const casting has been removed in APR v1.0,
137 #error Support for LDAP v2.0 toolkits has been removed from apr-util. Please use an LDAP v3.0 toolkit.
159 /* The MS SDK returns LDAP_UNAVAILABLE when the backend has closed the connection
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayInstr.h46 bool has(XRayInstrMask K) const { function in struct:clang::XRayInstrSet
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp261 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Address);
285 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::HWAddress);
303 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Memory);
537 Options.Atomic = LangOpts.Sanitize.has(SanitizerKind::Thread);
580 // Loop interleaving in the loop vectorizer has historically been set to be
611 if (LangOpts.Sanitize.has(SanitizerKind::LocalBounds)) {
627 if (LangOpts.Sanitize.has(SanitizerKind::Address)) {
634 if (LangOpts.Sanitize.has(SanitizerKind::KernelAddress)) {
641 if (LangOpts.Sanitize.has(SanitizerKind::HWAddress)) {
648 if (LangOpts.Sanitize.has(SanitizerKin
[all...]
/freebsd-11-stable/lib/libc/mips/string/
H A Dbcmp.S75 PTR_SUBU a2, a2, a3 # which has to be >= (16-3) & ~3
101 PTR_SUBU a2, a2, a3 # which has to be >= (16-3) & ~3
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc75 // If this is darwin, it has some funky issues, try to solve them here. Some
/freebsd-11-stable/sbin/reboot/
H A Dnextboot.sh112 WARNING: loader(8) has only R/O support for ZFS
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSortingChecker.cpp81 // Match only if the container has pointer-type elements.
83 hasType(cxxRecordDecl(has(
H A DNumberObjectConversionChecker.cpp21 // This checker has an option "Pedantic" (boolean), which enables detection of
311 has(expr(SuspiciousNumberObjectExprM))))
316 has(expr(SuspiciousNumberObjectExprM))));
320 has(expr(SuspiciousNumberObjectExprM))));
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s73 ; 2nd time (AX=1) the packet has been copied to this location (DS:SI)
74 ; BX has client handle (stored in RX_ELEMENT.handle).
75 ; CX has # of bytes in packet on both call. They should be equal.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp240 if (InstrumentationBundle.has(XRayInstrKind::Function))
242 if (InstrumentationBundle.has(XRayInstrKind::Custom))
244 if (InstrumentationBundle.has(XRayInstrKind::Typed))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStratifiedSets.h28 /// NOTE: ^ This can't be a short -- bootstrapping clang has a case where
74 /// containing variable B, then at some point, a variable that has interacted
79 /// generally used for noting whether a variable in the set has interacted with
121 /// This builder has a notion of some value A being above, below, or with some
171 /// remap has occurred, and use this information so we can defer renumbering set
175 /// Set above it, the set below it, and whether the current set has been
343 bool has(const T &Elem) const { return get(Elem).hasValue(); } function in class:llvm::cflaa::StratifiedSetsBuilder
357 assert(has(Main));
370 assert(has(Main));
380 assert(has(Mai
[all...]

Completed in 301 milliseconds

12345678