Searched refs:semantics (Results 1 - 18 of 18) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DAPFloat.cpp42 /* Represents floating point arithmetic semantics. */
56 /* Number of bits actually used in the semantics. */
582 semantics = ourSemantics;
598 assert(semantics == rhs.semantics);
636 unsigned bitsToPreserve = semantics->precision - 1;
644 unsigned QNaNBit = semantics->precision - 2;
663 if (semantics == &APFloat::x87DoubleExtended)
678 if (semantics != rhs.semantics) {
[all...]
/freebsd-11.0-release/contrib/ofed/libsdp/src/
H A Dport.c646 int protocol, int semantics)
650 (semantics == SOCKET_SEMANTIC_XNET) ?
657 static int __create_socket(int domain, int type, int protocol, int semantics) argument
678 s = __create_socket_semantic(domain, type, protocol, semantics);
702 s = __create_socket_semantic(domain, type, protocol, semantics);
715 s = __create_socket_semantic(sdp_domain, type, protocol, semantics);
723 s = __create_socket_semantic(domain, type, protocol, semantics);
736 semantics);
813 /* perform a bind with the given socket semantics */
817 socklen_t addrlen, int semantics)
644 __create_socket_semantic(int domain, int type, int protocol, int semantics) argument
815 __bind_semantics(int fd, const struct sockaddr *my_addr, socklen_t addrlen, int semantics) argument
831 find_free_port(const struct sockaddr *sin_addr, const socklen_t addrlen, int orig_sd, int *sdp_sd, int *tcp_sd, int semantics) argument
986 check_legal_bind(const struct sockaddr *sin_addr, const socklen_t addrlen, int orig_sd, int *sdp_sd, int *tcp_sd, int semantics) argument
1098 close_and_bind(int old_sd, int new_sd, const struct sockaddr *addr, socklen_t addrlen, int semantics) argument
1138 __perform_bind(int fd, const struct sockaddr *addr, socklen_t addrlen, int semantics) argument
1277 __connect_semantics(int fd, const struct sockaddr *serv_addr, socklen_t addrlen, int semantics) argument
1290 __perform_connect(int fd, const struct sockaddr *serv_addr, socklen_t addrlen, int semantics) argument
1427 __listen_semantics(int fd, int backlog, int semantics) argument
1437 __perform_listen(int fd, int backlog, int semantics) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp67 bool isTryLock, enum LockingSemantics semantics) const;
126 enum LockingSemantics semantics) const {
163 switch (semantics) {
171 llvm_unreachable("Unknown tryLock locking semantics");
176 } else if (semantics == PthreadSemantics) {
182 // XNU locking semantics return void on non-try locks
183 assert((semantics == XNUSemantics) && "Unknown locking semantics");
/freebsd-11.0-release/gnu/usr.bin/cc/cc1plus/
H A DMakefile15 search.c semantics.c tree.c typeck.c typeck2.c optimize.c \
/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Dia64.h221 /* Dependency semantics */
222 enum ia64_dependency_semantics semantics; member in struct:ia64_dependency
226 /* Special info on semantics */
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h61 /// full extended precision). Adding a new format that obeys IEEE semantics
258 /// Returns the largest finite number in the given semantics.
263 /// Returns the smallest (by magnitude) finite number in the given semantics.
270 /// semantics.
283 /// semantics.
438 const fltSemantics &getSemantics() const { return *semantics; }
445 /// magnitude in the current semantics.
449 /// magnitude in the current semantics.
625 /// The semantics that this value obeys.
626 const fltSemantics *semantics; member in class:llvm::APFloat
[all...]
/freebsd-11.0-release/share/mk/
H A Dplain.test.mk15 # Programs listed here are built according to the semantics of bsd.prog.mk for
H A Dbsd.test.mk26 # same semantics as SUBDIR at build-time. However, the directories listed here
H A Dtap.test.mk17 # Programs listed here are built according to the semantics of bsd.prog.mk for
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dia64-gen.c194 semantics:3; /* Dependency semantics. */
195 char *extra; /* Additional semantics info. */
802 int semantics, int mode, char *extra, int flag)
811 rs->semantics = semantics;
829 int semantics;
860 semantics = parse_semantics (tmp);
861 extra = semantics == IA64_DVS_OTHER ? xstrdup (tmp) : NULL;
868 add_dep (name, chkp, regp, semantics, mod
193 semantics:3; /* Dependency semantics. */ member in struct:rdep
799 add_dep(const char *name, const char *chk, const char *reg, int semantics, int mode, char *extra, int flag) argument
827 int semantics; local
[all...]
/freebsd-11.0-release/lib/libc/rpc/
H A Drpc_generic.c742 __rpc_seman2socktype(int semantics) argument
744 switch (semantics) {
/freebsd-11.0-release/sys/rpc/
H A Drpc_generic.c445 __rpc_seman2socktype(int semantics) argument
447 switch (semantics) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp771 llvm_unreachable("Unrecognised floating semantics");
788 llvm_unreachable("Unknown floating semantics");
3877 ArrayRef<Expr*> semantics,
3880 assert(semantics.size() && "no semantic expressions!");
3888 assert(resultIndex < semantics.size());
3889 type = semantics[resultIndex]->getType();
3890 VK = semantics[resultIndex]->getValueKind();
3891 assert(semantics[resultIndex]->getObjectKind() == OK_Ordinary);
3894 void *buffer = C.Allocate(totalSizeToAlloc<Expr *>(semantics.size() + 1),
3896 return new(buffer) PseudoObjectExpr(type, VK, syntax, semantics,
3876 Create(const ASTContext &C, Expr *syntax, ArrayRef<Expr*> semantics, unsigned resultIndex) argument
3900 PseudoObjectExpr(QualType type, ExprValueKind VK, Expr *syntax, ArrayRef<Expr*> semantics, unsigned resultIndex) argument
[all...]
/freebsd-11.0-release/gnu/usr.bin/cc/cc_int/
H A DMakefile83 c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o \
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDataExtractor.cpp1858 const auto &semantics = ast->getFloatTypeSemantics(ast->LongDoubleTy); local
1859 const auto byte_size = (llvm::APFloat::getSizeInBits(semantics) + 7) / 8;
1864 llvm::APFloat apfloat(semantics, apint);
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-ia64.c8400 if (dep->semantics == IA64_DVS_NONE)
10289 if (dep->semantics == IA64_DVS_IMPLIED
10290 || dep->semantics == IA64_DVS_IMPLIEDF
10298 if (dep->semantics == IA64_DVS_DATA
10299 || dep->semantics == IA64_DVS_INSTR
10300 || dep->semantics == IA64_DVS_SPECIFIC)
10386 || (regdeps[i].dependency)->semantics == IA64_DVS_OTHER)
10402 switch (rs->dependency->semantics)
10493 if (dep->semantics == IA64_DVS_NONE
10561 dv_sem[dep->semantics],
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1358 assert(&getSemantics() == &Val.getSemantics() && "Inconsistent semantics");
1362 /// Get a raw enumeration value representing the floating-point semantics of
1368 /// Set the raw enumeration value representing the floating-point semantics of
1374 /// Return the APFloat semantics this literal uses.
1377 /// Set the APFloat semantics this literal uses.
3065 /// track of the type the operation is performed in. Due to the semantics of
4420 /// additional semantics apply:
4685 /// not really part of the user-visible semantics, and instead the
4739 /// Return the index of the result-bearing expression into the semantics
4773 llvm::iterator_range<semantics_iterator> semantics() { function
4776 llvm::iterator_range<const_semantics_iterator> semantics() const { function
[all...]
/freebsd-11.0-release/contrib/gcc/
H A DMakefile.in972 c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o \
1693 c-semantics.o : c-semantics.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \

Completed in 344 milliseconds