Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dscope.c40 *function_scope = &builtin_scope, // labels, arguments etc variable
84 function_scope = scope; in start_file_scope()
97 function_scope = label_scope; in start_function_scope()
143 function_scope = label_scope; in end_function_scope()
178 if (inner == function_scope) in is_in_scope()
Dscope.h38 *function_scope,
Dexpression.c130 bind_symbol_with_scope(decl, ident, NS_SYMBOL, function_scope); in handle_func()
Dsymbol.c786 scope = function_scope; in bind_symbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DAttributor.h241 static const IRPosition function_scope(const IRPosition &IRP) { in function_scope() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1632 A.getAAFor<AANoFree>(*this, IRPosition::function_scope(IRP)); in updateImpl()
2398 *this, IRPosition::function_scope(getIRPosition())); in updateImpl()
4971 const IRPosition &FnPos = IRPosition::function_scope(IRP); in updateImpl()