Home
last modified time | relevance | path

Searched refs:Integral (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-12.1/contrib/libc++/include/
H A Datomic370 Integral
374 Integral
378 Integral
382 Integral
386 Integral
390 Integral
394 Integral
398 Integral
402 Integral
406 Integral
[all …]
H A Dcomplex171 template<Integral T> double real(T); // constexpr in C++14
177 template<Integral T> double imag(T); // constexpr in C++14
185 template<Integral T> double arg(T);
191 template<Integral T> double norm(T);
197 template<Integral T> complex<double> conj(T);
203 template<Integral T> complex<double> proj(T);
801 // Integral Types
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp89 Integer.Kind = Integral; in TemplateArgument()
138 case Integral: in isDependent()
178 case Integral: in isInstantiationDependent()
199 case Integral: in isPackExpansion()
222 case Integral: in containsUnexpandedParameterPack()
270 case TemplateArgument::Integral: in getNonTypeTemplateArgumentType()
323 case Integral: in Profile()
354 case Integral: in structurallyEquals()
383 case Integral: in getPackExpansionPattern()
433 case Integral: in print()
[all …]
H A DTypeLoc.cpp532 case TemplateArgument::Integral: in initializeArgLocs()
H A DASTDiagnostic.cpp1167 case TemplateArgument::Integral: in InitializeNonTypeDiffVariables()
1197 case TemplateArgument::Integral: in InitializeNonTypeDiffVariables()
H A DODRHash.cpp166 case TemplateArgument::Integral: in AddTemplateArgument()
H A DASTStructuralEquivalence.cpp242 case TemplateArgument::Integral: in IsStructurallyEquivalent()
H A DStmtProfile.cpp1996 case TemplateArgument::Integral: in VisitTemplateArgument()
H A DMicrosoftMangle.cpp1446 case TemplateArgument::Integral: in mangleTemplateArg()
H A DDecl.cpp326 case TemplateArgument::Integral: in getLVForTemplateArgumentList()
H A DItaniumMangle.cpp4473 case TemplateArgument::Integral: in mangleTemplateArg()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateBase.h72 Integral, enumerator
302 assert(getKind() == Integral && "Unexpected kind"); in getAsIntegral()
316 assert(getKind() == Integral && "Unexpected kind"); in getIntegralType()
321 assert(getKind() == Integral && "Unexpected kind"); in setIntegralType()
472 Argument.getKind() == TemplateArgument::Integral || in TemplateArgumentLoc()
528 assert(Argument.getKind() == TemplateArgument::Integral); in getSourceIntegralExpression()
H A DTemplateArgumentVisitor.h40 DISPATCH(Integral); in Visit()
62 VISIT_METHOD(Integral);
H A DOperationKinds.def158 /// CK_IntegralToPointer - Integral to pointer. A special kind of
192 /// CK_IntegralToBoolean - Integral to boolean. A check against zero.
196 /// CK_IntegralToFloating - Integral to floating point.
H A DRecursiveASTVisitor.h833 case TemplateArgument::Integral:
866 case TemplateArgument::Integral:
/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A DREADME.txt31 // Integral bit manipulation
63 // Integral arithmetic
88 // Integral arithmetic with trapping overflow
111 // Integral arithmetic which returns if overflow
119 // Integral comparison: a < b -> 0
128 // Integral / floating point conversion
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp255 case TemplateArgument::Integral: in checkDeducedTemplateArguments()
261 (Y.getKind() == TemplateArgument::Integral && in checkDeducedTemplateArguments()
311 if (Y.getKind() == TemplateArgument::Integral) { in checkDeducedTemplateArguments()
335 if (Y.getKind() == TemplateArgument::Integral) in checkDeducedTemplateArguments()
2174 case TemplateArgument::Integral: in DeduceTemplateArguments()
2175 if (Arg.getKind() == TemplateArgument::Integral) { in DeduceTemplateArguments()
2197 if (Arg.getKind() == TemplateArgument::Integral) in DeduceTemplateArguments()
2403 case TemplateArgument::Integral: in isSameTemplateArg()
2471 case TemplateArgument::Integral: { in getTrivialTemplateArgumentLoc()
5590 case TemplateArgument::Integral: in MarkUsedTemplateParameters()
H A DSemaTemplateVariadic.cpp1053 case TemplateArgument::Integral: in getTemplateArgumentPackExpansionPattern()
1103 case TemplateArgument::Integral: in getFullyPackExpandedSize()
H A DSemaTemplate.cpp3535 case TemplateArgument::Integral: in isTemplateArgumentTemplateParameter()
4807 case TemplateArgument::Integral: in CheckTemplateArgument()
4955 case TemplateArgument::Integral: in CheckTemplateArgument()
6872 assert(Arg.getKind() == TemplateArgument::Integral && in BuildExpressionFromIntegralTemplateArgument()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1012 return Node.getKind() == TemplateArgument::Integral; in AST_MATCHER()
1027 if (Node.getKind() != TemplateArgument::Integral) in AST_MATCHER_P()
1048 if (Node.getKind() != TemplateArgument::Integral) in AST_MATCHER_P()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp968 case TemplateArgument::Integral: in VisitTemplateArgument()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A Darm_neon.td1021 // Round to Integral
1180 // Scalar Floating-point Round to Integral
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.info-33344 * Integral datatypes::
3350 File: gdb.info, Node: Integral datatypes, Next: Pointer values, Up: Protocol specific representa…
3352 Integral datatypes
3374 File: gdb.info, Node: Pointer values, Next: struct stat, Prev: Integral datatypes, Up: Protocol…
3422 approriate section (see *Note Integral datatypes::, for details) so this
3469 approriate section (see *Note Integral datatypes::, for details) so this
5884 * integral datatypes, in file-i/o protocol: Integral datatypes.
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1520 return argument.getKind() == TemplateArgument::Integral; in IsValueParam()
7778 case clang::TemplateArgument::Integral: in GetTemplateArgumentKind()
7822 if (template_arg.getKind() != clang::TemplateArgument::Integral) in GetIntegralTemplateArgument()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5433 case TemplateArgument::Integral: in AddTemplateArgumentLocInfo()
5875 case TemplateArgument::Integral: in AddTemplateArgument()

12