Searched refs:function_scope (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h241 static const IRPosition function_scope(const IRPosition &IRP) { function in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1632 A.getAAFor<AANoFree>(*this, IRPosition::function_scope(IRP));
2398 *this, IRPosition::function_scope(getIRPosition()));
4971 const IRPosition &FnPos = IRPosition::function_scope(IRP);
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c16643 tree function_scope;
16653 function_scope = current_function_decl;
16654 if (function_scope)
16655 push_function_context_to (function_scope);
16678 if (function_scope)
16679 pop_function_context_from (function_scope);
16641 tree function_scope; local

Completed in 215 milliseconds