OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInfiniteCallDepth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
DetectCallDepth.cpp
42
return
kInfiniteCallDepth
;
76
maxDepth(limitCallStackDepth ? maxCallStackDepth : FunctionNode::
kInfiniteCallDepth
)
146
if (maxCallDepth == FunctionNode::
kInfiniteCallDepth
)
157
if (maxDepth != FunctionNode::
kInfiniteCallDepth
) {
DetectCallDepth.h
40
static const int
kInfiniteCallDepth
= INT_MAX;
Completed in 108 milliseconds