OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CEE
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/ARCMigrate/
TransGCCalls.cpp
52
Expr *
CEE
= E->getCallee()->IgnoreParenImpCasts();
53
if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(
CEE
)) {
/external/clang/lib/Analysis/
CallGraph.cpp
46
Expr *
CEE
= CE->getCallee()->IgnoreParenImpCasts();
47
if (BlockExpr *Block = dyn_cast<BlockExpr>(
CEE
)) {
/external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
180
if (Optional<CallExitEnd>
CEE
= Node->getLocationAs<CallExitEnd>())
181
if (
CEE
->getCalleeContext()->getCallSite() == S)
197
Optional<CallExitEnd>
CEE
= Node->getLocationAs<CallExitEnd>();
198
if (!
CEE
)
201
const StackFrameContext *CalleeContext =
CEE
->getCalleeContext();
927
} else if (Optional<CallExitEnd>
CEE
= pp.getAs<CallExitEnd>()) {
928
if (
CEE
->getCalleeContext()->getCallSite() == S ||
929
CEE
->getCalleeContext()->getCallSite() == Inner)
[
all
...]
PathDiagnostic.cpp
671
} else if (Optional<CallExitEnd>
CEE
= P.getAs<CallExitEnd>()) {
672
return getLocationForCaller(
CEE
->getCalleeContext(),
673
CEE
->getLocationContext(),
690
if (Optional<CallExitEnd>
CEE
= P.getAs<CallExitEnd>())
691
return
CEE
->getCalleeContext()->getCallSite();
[
all
...]
ExprEngineCallAndReturn.cpp
86
} else if (Optional<CallExitEnd>
CEE
= PP.getAs<CallExitEnd>()) {
87
S =
CEE
->getCalleeContext()->getCallSite();
98
} while (!CE || CE->getCalleeContext() !=
CEE
->getCalleeContext());
[
all
...]
/external/clang/lib/AST/
Expr.cpp
[
all
...]
Completed in 325 milliseconds