Searched refs:is_method (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | gjavah.c | 1408 int is_method = str[0] == '('; variable 1414 if (is_method && ! is_init) 1426 if (! is_method || ! is_init) 1440 if (is_first_data_member && ! (flags & ACC_STATIC) && ! is_method) 1470 int is_method = str[0] == '('; variable 1510 if (is_method) 1585 int is_method = str[0] == '('; variable 1589 if (! is_method && flag_jni) 1598 if (is_method && ! is_init) 1611 if (! is_method || ! is_init)
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | ManualDWARFIndex.cpp | 303 bool is_method = DWARFDIE(&unit, &die).IsMethod(); in IndexUnitImpl() local 305 if (is_method) in IndexUnitImpl() 310 if (!is_method && !mangled_cstr && !is_objc_method) in IndexUnitImpl()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | call.c | 4742 int is_method = 0; in build_over_call() local 4869 is_method = 1; in build_over_call() 4885 (conv, TREE_VALUE (arg), fn, i - is_method); in build_over_call() 4897 fn, i - is_method), in build_over_call()
|
H A D | typeck.c | 2652 int is_method; in build_function_call() local 2705 is_method = (TREE_CODE (fntype) == POINTER_TYPE in build_function_call() 2710 || is_method in build_function_call()
|
H A D | ChangeLog | 5129 * pt.c (type_unification_real): Add is_method argument. Use it
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | call.c | 4489 int is_method = 0; local 4564 is_method = 1; 4574 (conv, TREE_VALUE (arg), fn, i - is_method); 4586 fn, i - is_method),
|
H A D | typeck.c | 2655 int is_method; local 2704 is_method = (TREE_CODE (fntype) == POINTER_TYPE 2709 || is_method
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1728 static inline bool check_op_param(bool is_method, in check_op_param() argument 1737 if (is_method) in check_op_param() 1748 bool is_method, clang::OverloadedOperatorKind op_kind, in CheckOverloadedOperatorKindParameterCount() argument 1763 return check_op_param(is_method, op_kind, Unary, Binary, num_params); in CheckOverloadedOperatorKindParameterCount() 2133 const bool is_method = false; in GetDeclarationName() local 2136 is_method, op_kind, num_params)) in GetDeclarationName() 7760 const bool is_method = true; in AddMethodToCXXRecordType() local 7762 is_method, op_kind, num_params)) in AddMethodToCXXRecordType()
|
H A D | TypeSystemClang.h | 381 bool is_method, clang::OverloadedOperatorKind op_kind,
|
/openbsd/gnu/usr.bin/perl/ |
H A D | toke.c | 5390 bool is_method = (key == KEY_method); in yyl_sub() local 5393 bool is_sigsub = is_method || FEATURE_SIGNATURES_IS_ENABLED; in yyl_sub() 5496 if (is_method) in yyl_sub() 5504 if (is_method) in yyl_sub() 12658 bool is_method = flags & CVf_IsMETHOD; in Perl_start_subparse() local 12660 if (is_method) in Perl_start_subparse() 12676 if (is_method) in Perl_start_subparse()
|