Searched refs:arity (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/arm-optimized-routines/math/test/ |
| H A D | ulp.c | 268 int arity; member 627 if (f->arity == 1 && f->singleprec) in cmp() 629 else if (f->arity == 2 && f->singleprec) in cmp() 631 else if (f->arity == 1 && !f->singleprec) in cmp() 633 else if (f->arity == 2 && !f->singleprec) in cmp() 696 int arity = f->arity; in parsegen() local 724 if (arity == 1) in parsegen() 735 else if (arity == 2) in parsegen()
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-function-mocker.h | 516 #define GMOCK_MOCKER_(arity, constness, Method) \ argument 517 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__)
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 1016 if (std::optional<unsigned> arity = in Evaluate() local 1018 if (stack.size() < *arity) in Evaluate() 1021 DW_OP_value_to_name(op), *arity, stack.size()); in Evaluate()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 532 #define HANDLE_DW_OP(id, name, operands, arity, version, vendor) \ in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 275 CODEGENOPT(SanitizeKcfiArity, 1, 0, Benign) ///< Embed arity in KCFI patchable function prefix
|
| H A D | DiagnosticDriverKinds.td | 213 "target '%0' is unsupported by -fsanitize-kcfi-arity">;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 4786 unsigned arity) { in mangleMemberExpr() argument 4791 mangleUnresolvedName(qualifier, member, TemplateArgs, NumTemplateArgs, arity); in mangleMemberExpr()
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 13785 unsigned char arity; member 14951 if (op->arity == 0) { in ExprTreeBuildTree() 14962 … rc = ExprTreeBuildTree(interp, builder, 0, EXPR_FUNC_ARGS | EXPR_UNTIL_CLOSE, op->arity); in ExprTreeBuildTree() 14980 if (op->arity >= 3) { in ExprTreeBuildTree() 14986 if (op->arity >= 2) { in ExprTreeBuildTree() 14992 if (op->arity >= 1) { in ExprTreeBuildTree()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2648 def fsanitize_kcfi_arity : Flag<["-"], "fsanitize-kcfi-arity">, 2650 … HelpText<"Embed function arity information into the KCFI patchable function prefix">,
|