OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Blk
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/Analysis/
AnalysisContext.h
176
const CFGBlock *
Blk
,
277
const Stmt *s, const CFGBlock *
blk
,
280
Block(
blk
), Index(idx) {}
298
const CFGBlock *
blk
, unsigned idx) {
300
ID.AddPointer(
blk
);
374
const CFGBlock *
blk
, unsigned idx);
434
const CFGBlock *
Blk
,
436
return LocContexts.getStackFrame(Ctx, Parent, S,
Blk
, Idx);
449
const CFGBlock *
Blk
,
451
return LocContexts.getStackFrame(getContext(D), Parent, S,
Blk
, Idx)
[
all
...]
/external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h
138
for (auto *
Blk
: BackEdges)
139
V.handlePredecessorBackEdge(
Blk
);
184
for (auto *
Blk
: ForwardEdges)
185
V.handleSuccessor(
Blk
);
362
void mergePhiNodesBackEdge(const CFGBlock *
Blk
);
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp
73
const CFGBlock *
Blk
= nullptr;
102
Blk
= BE->getSrc();
116
return std::make_pair(S,
Blk
);
164
const CFGBlock *
Blk
= nullptr;
165
std::tie(LastSt,
Blk
) = getLastStmt(Pred);
166
if (!
Blk
|| !LastSt) {
233
const CFGBlock *
Blk
= nullptr;
234
std::tie(LastSt,
Blk
) = getLastStmt(CEBNode);
284
if (LastSt &&
Blk
&& AMgr.options.AnalysisPurgeOpt != PurgeNone) {
293
NodeBuilderContext Ctx(getCoreEngine(),
Blk
, BindedRetNode)
[
all
...]
CoreEngine.cpp
285
const CFGBlock *
Blk
= L.getDst();
286
NodeBuilderContext BuilderCtx(*this,
Blk
, Pred);
290
FunctionSummaries->markVisitedBasicBlock(
Blk
->getBlockID(),
295
if (
Blk
== &(L.getLocationContext()->getCFG()->getExit())) {
309
BlockEntrance BE(
Blk
, Pred->getLocationContext());
/external/clang/lib/Analysis/
AnalysisDeclContext.cpp
284
const CFGBlock *
Blk
, unsigned Idx) {
285
return getLocationContextManager().getStackFrame(this, Parent, S,
Blk
, Idx);
355
const CFGBlock *
blk
, unsigned idx) {
357
StackFrameContext::Profile(ID, ctx, parent, s,
blk
, idx);
362
L = new StackFrameContext(ctx, parent, s,
blk
, idx);
ThreadSafetyCommon.cpp
600
// I.e., merge the current variable map into the phi nodes for
Blk
.
601
void SExprBuilder::mergePhiNodesBackEdge(const CFGBlock *
Blk
) {
602
til::BasicBlock *BB = lookupBlock(
Blk
);
603
unsigned ArgIndex = BBInfo[
Blk
->getBlockID()].ProcessedPredecessors;
CFG.cpp
484
void prependAutomaticObjDtorsWithTerminator(CFGBlock *
Blk
,
[
all
...]
Completed in 119 milliseconds