Searched refs:result_type (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1442 using result_type = result_pair<R>;
1451 result_type &operator*() { return Result; }
1452 const result_type &operator*() const { return Result; }
1475 result_type Result;
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h474 typedef std::size_t result_type; typedef in struct:std::__detail::_Mod_range_hashing
476 result_type
H A Dboost_shared_ptr.h89 typedef void result_type; typedef in struct:std::_Sp_deleter
/freebsd-11-stable/contrib/gcc/
H A Dc-common.c2460 tree result_type = TREE_TYPE (ptrop);
2462 if (TREE_CODE (TREE_TYPE (result_type)) == VOID_TYPE)
2468 else if (TREE_CODE (TREE_TYPE (result_type)) == FUNCTION_TYPE)
2474 else if (TREE_CODE (TREE_TYPE (result_type)) == METHOD_TYPE)
2481 size_exp = size_in_bytes (TREE_TYPE (result_type));
2532 intop = convert (result_type,
2537 ret = fold_build2 (resultcode, result_type, ptrop, intop);
2450 tree result_type = TREE_TYPE (ptrop); local
H A Dfold-const.c6496 tree result_type)
6515 result_type, fold_convert (stype, arg00),
6530 tree result_type)
6548 result_type);
6597 inner = fold_convert (result_type, inner);
6460 fold_single_bit_test_into_sign_test(enum tree_code code, tree arg0, tree arg1, tree result_type) argument
6494 fold_single_bit_test(enum tree_code code, tree arg0, tree arg1, tree result_type) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstabsread.c3800 struct type *result_type;
3984 result_type = create_range_type ((struct type *) NULL, index_type, n2, n3);
3985 return (result_type);
3794 struct type *result_type; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1896 ClangASTContext::CreateFunctionType(const CompilerType &result_type, argument
1900 if (!result_type || !ClangUtil::IsClangType(result_type))
1931 ClangUtil::GetQualType(result_type), qual_type_args, proto_info));
7514 clang::QualType result_type = clang_ast.VoidTy; local
7526 result_type, nullptr, class_interface_decl, isInstance, isVariadic,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3155 typename SubobjectHandler::result_type
3361 typedef bool result_type;
3396 typedef bool result_type;
3806 typedef bool result_type;
3930 typedef bool result_type;
4948 typedef bool result_type;
5285 typedef bool result_type;
5917 typedef bool result_type;
8737 typedef bool result_type;

Completed in 159 milliseconds

12