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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp35 llvm_unreachable("Unexpected semantics"); \
53 /* Represents floating point arithmetic semantics. */
67 /* Number of bits actually used in the semantics. */
78 /* The IBM double-double semantics. Such a number consists of a pair of IEEE
89 /* These are legacy semantics for the fallback, inaccrurate implementation of
101 Currently, these semantics are used in the following way:
112 semantics. */
131 llvm_unreachable("Unrecognised floating semantics");
149 llvm_unreachable("Unknown floating semantics");
190 unsigned int APFloatBase::semanticsPrecision(const fltSemantics &semantics) { argument
194 semanticsMaxExponent(const fltSemantics &semantics) argument
198 semanticsMinExponent(const fltSemantics &semantics) argument
201 semanticsSizeInBits(const fltSemantics &semantics) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h30 llvm_unreachable("Unexpected semantics"); \
77 /// full extended precision). Adding a new format that obeys IEEE semantics
236 /// semantics.
371 const fltSemantics &getSemantics() const { return *semantics; }
378 /// magnitude in the current semantics.
382 /// magnitude in the current semantics.
465 /// semantics.
558 /// The semantics that this value obeys.
559 const fltSemantics *semantics; member in class:llvm::detail::final
588 // The interface and layout is designed for arbitray underlying semantics,
698 const fltSemantics *semantics; member in union:llvm::APFloat::Storage
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp87 bool isTryLock, enum LockingSemantics semantics) const;
91 enum LockingSemantics semantics) const;
148 // When a lock is destroyed, in some semantics(like PthreadSemantics) we are not
218 enum LockingSemantics semantics) const {
258 switch (semantics) {
266 llvm_unreachable("Unknown tryLock locking semantics");
271 } else if (semantics == PthreadSemantics) {
277 // XNU locking semantics return void on non-try locks
278 assert((semantics == XNUSemantics) && "Unknown locking semantics");
[all...]
/freebsd-11-stable/gnu/usr.bin/cc/cc1plus/
H A DMakefile15 search.c semantics.c tree.c typeck.c typeck2.c optimize.c \
/freebsd-11-stable/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-stable/share/mk/
H A Dplain.test.mk15 # Programs listed here are built according to the semantics of bsd.prog.mk for
H A Dtap.test.mk17 # 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
/freebsd-11-stable/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-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp571 const auto &semantics = local
576 // x87DoubleExtended semantics which has a byte size of 10 (80-bit).
578 (llvm::APFloat::getSizeInBits(semantics) + 7) / 8;
582 llvm::APFloat apfloat(semantics, apint.getValue());
/freebsd-11-stable/sys/rpc/
H A Drpc_generic.c453 __rpc_seman2socktype(int semantics) argument
455 switch (semantics) {
/freebsd-11-stable/lib/libc/rpc/
H A Drpc_generic.c750 __rpc_seman2socktype(int semantics) argument
752 switch (semantics) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2005 // std::nullptr_t have special semantics not captured by CK_LValueToRValue.
4544 ArrayRef<Expr*> semantics,
4547 assert(semantics.size() && "no semantic expressions!");
4555 assert(resultIndex < semantics.size());
4556 type = semantics[resultIndex]->getType();
4557 VK = semantics[resultIndex]->getValueKind();
4558 assert(semantics[resultIndex]->getObjectKind() == OK_Ordinary);
4561 void *buffer = C.Allocate(totalSizeToAlloc<Expr *>(semantics.size() + 1),
4563 return new(buffer) PseudoObjectExpr(type, VK, syntax, semantics,
4568 Expr *syntax, ArrayRef<Expr*> semantics,
4543 Create(const ASTContext &C, Expr *syntax, ArrayRef<Expr*> semantics, unsigned resultIndex) argument
4567 PseudoObjectExpr(QualType type, ExprValueKind VK, Expr *syntax, ArrayRef<Expr*> semantics, unsigned resultIndex) argument
[all...]
H A DExprConstant.cpp3191 // const and volatile semantics are not applied on an object under
3537 // semantics.
6834 for (const Expr *SemE : E->semantics()) {
/freebsd-11-stable/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-stable/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-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1235 for (const Expr *E : POE->semantics()) {
H A DSemaStmt.cpp1515 // Only need to visit the semantics for POE.
1517 for (auto *S : POE->semantics()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1601 assert(&getSemantics() == &Val.getSemantics() && "Inconsistent semantics");
1605 /// Get a raw enumeration value representing the floating-point semantics of
1612 /// Set the raw enumeration value representing the floating-point semantics of
1618 /// Return the APFloat semantics this literal uses.
1625 /// Set the APFloat semantics this literal uses.
3649 /// track of the type the operation is performed in. Due to the semantics of
4548 /// purely syntactic, and whose semantics are that of the sole contained
5234 /// additional semantics apply:
5714 /// not really part of the user-visible semantics, and instead the
5768 /// Return the index of the result-bearing expression into the semantics
5802 llvm::iterator_range<semantics_iterator> semantics() { function
5805 llvm::iterator_range<const_semantics_iterator> semantics() const { function
[all...]
/freebsd-11-stable/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 482 milliseconds