OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallStackDepth
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
InterpState.h
44
unsigned getCallStackDepth() override { return
CallStackDepth
; }
106
unsigned
CallStackDepth
;
InterpState.cpp
27
CallStackDepth
(Parent.getCallStackDepth() + 1) {}
Interp.cpp
35
S.
CallStackDepth
--;
57
S.
CallStackDepth
--;
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
802
///
CallStackDepth
- The number of calls in the call stack right now.
803
unsigned
CallStackDepth
;
818
/// initialized after CurrentCall and
CallStackDepth
.
973
CallStackDepth
(0), NextCallIndex(1),
996
if (checkingPotentialConstantExpression() &&
CallStackDepth
> 1)
1003
if (
CallStackDepth
<= getLangOpts().ConstexprCallDepth)
1015
unsigned Depth =
CallStackDepth
;
1149
unsigned getCallStackDepth() override { return
CallStackDepth
; }
1323
Info.SpeculativeEvaluationDepth = Info.
CallStackDepth
+ 1;
1443
++Info.
CallStackDepth
;
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026