HomeSort by: relevance | last modified time | path
    Searched defs:Blk (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 209 const CFGBlock *Blk = L.getDst();
210 NodeBuilderContext BuilderCtx(*this, Blk, Pred);
214 FunctionSummaries->markVisitedBasicBlock(Blk->getBlockID(),
238 if (Blk == &(L.getLocationContext()->getCFG()->getExit())) {
263 BlockEntrance BE(Blk, Pred->getLocationContext());
ExprEngineCallAndReturn.cpp 79 const CFGBlock *Blk = nullptr;
107 Blk = BE->getSrc();
121 return std::make_pair(S, Blk);
169 const CFGBlock *Blk = nullptr;
170 std::tie(LastSt, Blk) = getLastStmt(Pred);
171 if (!Blk || !LastSt) {
220 const CFGBlock *Blk = nullptr;
221 std::tie(LastSt, Blk) = getLastStmt(CEBNode);
282 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) {
291 NodeBuilderContext Ctx(getCoreEngine(), Blk, BindedRetNode)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorCombine.cpp 197 Block(const Block &Blk) = default;
HexagonISelLowering.cpp 1965 BasicBlock *Blk = PN->getIncomingBlock(i);
1967 if (Blk == Parent) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 873 void prependAutomaticObjDtorsWithTerminator(CFGBlock *Blk,
876 void prependAutomaticObjLifetimeWithTerminator(CFGBlock *Blk,
881 prependAutomaticObjScopeEndWithTerminator(CFGBlock *Blk,
2066 void CFGBuilder::prependAutomaticObjDtorsWithTerminator(CFGBlock *Blk,
2072 = Blk->beginAutomaticObjDtorsInsert(Blk->end(), B.distance(E), C);
2074 InsertPos = Blk->insertAutomaticObjDtor(InsertPos, *I,
2075 Blk->getTerminatorStmt());
2084 CFGBlock *Blk, LocalScope::const_iterator B, LocalScope::const_iterator E) {
2089 Blk->beginLifetimeEndsInsert(Blk->end(), B.distance(E), C)
    [all...]

Completed in 108 milliseconds