| /freebsd-12.1/contrib/libc++/include/ |
| H A D | atomic | 370 Integral 374 Integral 378 Integral 382 Integral 386 Integral 390 Integral 394 Integral 398 Integral 402 Integral 406 Integral [all …]
|
| H A D | complex | 171 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 D | TemplateBase.cpp | 89 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 D | TypeLoc.cpp | 532 case TemplateArgument::Integral: in initializeArgLocs()
|
| H A D | ASTDiagnostic.cpp | 1167 case TemplateArgument::Integral: in InitializeNonTypeDiffVariables() 1197 case TemplateArgument::Integral: in InitializeNonTypeDiffVariables()
|
| H A D | ODRHash.cpp | 166 case TemplateArgument::Integral: in AddTemplateArgument()
|
| H A D | ASTStructuralEquivalence.cpp | 242 case TemplateArgument::Integral: in IsStructurallyEquivalent()
|
| H A D | StmtProfile.cpp | 1996 case TemplateArgument::Integral: in VisitTemplateArgument()
|
| H A D | MicrosoftMangle.cpp | 1446 case TemplateArgument::Integral: in mangleTemplateArg()
|
| H A D | Decl.cpp | 326 case TemplateArgument::Integral: in getLVForTemplateArgumentList()
|
| H A D | ItaniumMangle.cpp | 4473 case TemplateArgument::Integral: in mangleTemplateArg()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TemplateBase.h | 72 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 D | TemplateArgumentVisitor.h | 40 DISPATCH(Integral); in Visit() 62 VISIT_METHOD(Integral);
|
| H A D | OperationKinds.def | 158 /// 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 D | RecursiveASTVisitor.h | 833 case TemplateArgument::Integral: 866 case TemplateArgument::Integral:
|
| /freebsd-12.1/contrib/compiler-rt/lib/builtins/ |
| H A D | README.txt | 31 // 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 D | SemaTemplateDeduction.cpp | 255 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 D | SemaTemplateVariadic.cpp | 1053 case TemplateArgument::Integral: in getTemplateArgumentPackExpansionPattern() 1103 case TemplateArgument::Integral: in getFullyPackExpandedSize()
|
| H A D | SemaTemplate.cpp | 3535 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 D | ASTMatchers.h | 1012 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 D | USRGeneration.cpp | 968 case TemplateArgument::Integral: in VisitTemplateArgument()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | arm_neon.td | 1021 // Round to Integral 1180 // Scalar Floating-point Round to Integral
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdb.info-3 | 3344 * 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 D | ClangASTContext.cpp | 1520 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 D | ASTWriter.cpp | 5433 case TemplateArgument::Integral: in AddTemplateArgumentLocInfo() 5875 case TemplateArgument::Integral: in AddTemplateArgument()
|