Home
last modified time | relevance | path

Searched defs:num_params (Results 1 – 8 of 8) sorted by relevance

/llvm-project/polly/lib/External/isl/interface/
H A Dpython.cc449 int num_params = fd->getNumParams(); in print_get_method() local
471 int num_params = method->getNumParams(); in print_method_call() local
528 int num_params = method->getNumParams(); in print_method() local
602 int num_params = fd->getNumParams(); in print_argument_checks() local
712 int num_params = fd->getNumParams(); in print_set_enum() local
758 int num_params = cons->getNumParams(); in print_constructor() local
H A Dcpp.cc689 int num_params; in generate_callback_args() local
921 int num_params = cons.fd->getNumParams(); in is_implicit_conversion() local
968 int num_params = fd->getNumParams(); in find_callback_args() local
1021 int Method::num_params() const in num_params() function in Method
1297 int EnumMethod::num_params() const in num_params() function in EnumMethod
H A Dplain_cpp.cc927 int num_params = method.c_num_params(); in print_method() local
1301 int num_params = fd->getNumParams(); in print_get_method() local
1933 int num_params; in print_callback_body() local
H A Dgenerator.cc847 int num_params; in name_without_type_suffixes() local
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp5-generic-lambda-1y.cpp27 int num_params = O(O, 5, 3, "abc", 3.14, 'a'); variable
45 int num_params = O(O, 5, 3, "abc", 3.14, 'a'); variable
/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vmemptr-conflicts.cpp9 namespace num_params { namespace
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h581 unsigned num_params() const { return num_in_params() + num_out_params(); } num_params() function
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2093 const unsigned int num_params = function_type->getNumParams(); in GetDeclarationName() local
1689 check_op_param(bool is_method,clang::OverloadedOperatorKind op_kind,bool unary,bool binary,uint32_t num_params) check_op_param() argument
1707 CheckOverloadedOperatorKindParameterCount(bool is_method,clang::OverloadedOperatorKind op_kind,uint32_t num_params) CheckOverloadedOperatorKindParameterCount() argument
7746 unsigned int num_params = method_function_prototype->getNumParams(); AddMethodToCXXRecordType() local
[all...]