OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CallIndex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
192
unsigned
CallIndex
, Version;
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
495
CallRef() : OrigCallee(),
CallIndex
(0), Version() {}
496
CallRef(const FunctionDecl *Callee, unsigned
CallIndex
, unsigned Version)
497
: OrigCallee(Callee),
CallIndex
(
CallIndex
), Version(Version) {}
514
unsigned
CallIndex
;
1011
getCallFrameAndDepth(unsigned
CallIndex
) {
1012
assert(
CallIndex
&& "no call index in getCallFrameAndDepth");
1017
while (Frame->Index >
CallIndex
) {
1021
if (Frame->Index ==
CallIndex
)
1047
CallStackFrame *Frame = getCallFrameAndDepth(Call.
CallIndex
).first
[
all
...]
Completed in 17 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026