Home
last modified time | relevance | path

Searched refs:functionList (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp234 functionList = &unit.nestedFunctions; in enterModule()
303 functionList = &unit.nestedFunctions; in enterFunction()
357 functionList = &p.nestedFunctions; in resetFunctionState()
362 functionList = &p.nestedFunctions; in resetFunctionState()
364 [&](auto &) { functionList = nullptr; }, in resetFunctionState()
377 if (functionList) { in addFunction()
378 functionList->emplace_back(std::move(func)); in addFunction()
379 return functionList->back(); in addFunction()
402 assert(functionList && "not in a function"); in addEvaluation()
439 assert(functionList && "not in a function"); in pushEvaluationList()
[all …]
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py3329 functionList = [ variable
4095 for f in functionList: