HomeSort by relevance Sort by last modified time
    Searched refs:detectCallDepthForFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/
DetectCallDepth.h 65 ErrorCode detectCallDepthForFunction(FunctionNode* func);
DetectCallDepth.cpp 139 DetectCallDepth::ErrorCode DetectCallDepth::detectCallDepthForFunction(FunctionNode* func)
161 ErrorCode error = detectCallDepthForFunction(functions[i]);
170 return detectCallDepthForFunction(main);

Completed in 29 milliseconds