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

  /external/chromium_org/third_party/angle/src/compiler/
DetectCallDepth.cpp 7 #include "compiler/DetectCallDepth.h"
10 DetectCallDepth::FunctionNode::FunctionNode(const TString& fname)
16 const TString& DetectCallDepth::FunctionNode::getName() const
21 void DetectCallDepth::FunctionNode::addCallee(
22 DetectCallDepth::FunctionNode* callee)
31 int DetectCallDepth::FunctionNode::detectCallDepth(DetectCallDepth* detectCallDepth, int depth)
34 ASSERT(detectCallDepth);
    [all...]
DetectCallDepth.h 19 class DetectCallDepth : public TIntermTraverser {
28 DetectCallDepth(TInfoSink& infoSync, bool limitCallStackDepth, int maxCallStackDepth);
29 ~DetectCallDepth();
35 ErrorCode detectCallDepth();
50 int detectCallDepth(DetectCallDepth* detectCallDepth, int depth);
76 DetectCallDepth(const DetectCallDepth&);
77 void operator=(const DetectCallDepth&)
    [all...]

Completed in 52 milliseconds