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/translator/
DetectCallDepth.cpp 7 #include "compiler/translator/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 17 class DetectCallDepth : public TIntermTraverser {
26 DetectCallDepth(TInfoSink& infoSync, bool limitCallStackDepth, int maxCallStackDepth);
27 ~DetectCallDepth();
33 ErrorCode detectCallDepth();
48 int detectCallDepth(DetectCallDepth* detectCallDepth, int depth);
74 DetectCallDepth(const DetectCallDepth&);
75 void operator=(const DetectCallDepth&)
    [all...]

Completed in 43 milliseconds