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

  /external/chromium_org/third_party/angle/src/compiler/translator/
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...]
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...]
Compiler.cpp 8 #include "compiler/translator/DetectCallDepth.h"
188 success = detectCallDepth(root, infoSink, (compileOptions & SH_LIMIT_CALL_STACK_DEPTH) != 0);
367 bool TCompiler::detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth)
369 DetectCallDepth detect(infoSink, limitCallStackDepth, maxCallStackDepth);
371 switch (detect.detectCallDepth())
373 case DetectCallDepth::kErrorNone:
375 case DetectCallDepth::kErrorMissingMain:
379 case DetectCallDepth::kErrorRecursion:
383 case DetectCallDepth::kErrorMaxDepthExceeded:
  /external/chromium_org/third_party/angle/src/
translator_lib.target.darwin-arm64.mk 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \
translator_lib.target.darwin-mips.mk 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \
translator_lib.target.darwin-x86.mk 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \
translator_lib.target.darwin-x86_64.mk 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \
translator_lib.target.linux-arm64.mk 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \
translator_lib.target.linux-mips.mk 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \
translator_lib.target.linux-x86.mk 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \
translator_lib.target.linux-x86_64.mk 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \
translator_lib.target.darwin-arm.mk 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \
translator_lib.target.linux-arm.mk 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \

Completed in 198 milliseconds