OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallIndex
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp
110
: Local.
CallIndex
;
131
ID.AddInteger(Local.
CallIndex
);
142
return LHS.Local.
CallIndex
== RHS.Local.
CallIndex
&&
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
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
192
unsigned
CallIndex
, Version;
Completed in 27 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026