Home
last modified time | relevance | path

Searched refs:function_scope (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-variable-handler.cc148 bool function_scope = m_parent.m_cf != NULL; in operator ()() local
150 if (function_scope) in operator ()()
159 function_scope); in operator ()()
H A Dbrig-to-generic.h108 size_t alignment, bool function_scope);
H A Dbrig-to-generic.cc676 size_t alignment, bool function_scope) in add_group_variable() argument
683 if (!function_scope) in add_group_variable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1487 *this, IRPosition::function_scope(IRP), DepClassTy::OPTIONAL); in updateImpl()
2501 A.getAAFor<AANoSync>(*this, IRPosition::function_scope(getIRPosition()), in updateImpl()
6241 const IRPosition &FnPos = IRPosition::function_scope(IRP); in updateImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h319 function_scope(const IRPosition &IRP,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c29926 tree function_scope; in cp_parser_late_parsing_for_member() local
29936 function_scope = current_function_decl; in cp_parser_late_parsing_for_member()
29937 if (function_scope) in cp_parser_late_parsing_for_member()
29969 if (function_scope) in cp_parser_late_parsing_for_member()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc32167 tree function_scope; in cp_parser_late_parsing_for_member() local
32177 function_scope = current_function_decl; in cp_parser_late_parsing_for_member()
32178 if (function_scope) in cp_parser_late_parsing_for_member()
32203 if (function_scope) in cp_parser_late_parsing_for_member()