HomeSort by relevance Sort by last modified time
    Searched defs:InitVal (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 407 SVal InitVal = state->getSVal(InitEx, Pred->getLocationContext());
412 !VD->getType()->isReferenceType() && isa<loc::MemRegionVal>(InitVal)){
413 InitVal = state->getSVal(cast<loc::MemRegionVal>(InitVal).getRegion());
414 assert(isa<nonloc::LazyCompoundVal>(InitVal));
419 if (InitVal.isUnknown()) {
425 InitVal = svalBuilder.getConjuredSymbolVal(NULL, InitEx, LC, Ty,
430 evalBind(Dst2, DS, N, state->getLValue(VD, LC), InitVal, true);
ExprEngine.cpp 383 SVal InitVal = state->getSVal(BMI->getInit(), Pred->getLocationContext());
384 state = state->bindLoc(FieldLoc, InitVal);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 875 Value *InitVal;
877 InitVal = Init->Codegen();
878 if (InitVal == 0) return 0;
880 InitVal = ConstantFP::get(getGlobalContext(), APFloat(0.0));
884 Builder.CreateStore(InitVal, Alloca);
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 143 milliseconds