Home
last modified time | relevance | path

Searched refs:is_method (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFCompileUnit.cpp839 bool is_method = false; in Index() local
845 is_method = true; in Index()
860 is_method = true; in Index()
868 if (is_method) in Index()
873 if (!is_method && !mangled_cstr && !objc_method.IsValid(true)) in Index()
/NextBSD/contrib/gcc/cp/
HDcall.c4784 int is_method = 0; in build_over_call() local
4911 is_method = 1; in build_over_call()
4927 (conv, TREE_VALUE (arg), fn, i - is_method); in build_over_call()
4939 fn, i - is_method), in build_over_call()
HDtypeck.c2750 int is_method; in build_function_call() local
2803 is_method = (TREE_CODE (fntype) == POINTER_TYPE in build_function_call()
2809 || is_method in build_function_call()
HDChangeLog5198 * pt.c (type_unification_real): Add is_method argument. Use it