HomeSort by relevance Sort by last modified time
    Searched refs:DV (Results 1 - 25 of 43) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 76 Optional<DefinedSVal> DV = V.getAs<DefinedSVal>();
77 if (!DV)
81 assert(!haveRefTypeParam || DV->getAs<Loc>());
83 if (haveAttrNonNull && !DV->getAs<Loc>()) {
95 DV->getAs<nonloc::CompoundVal>()) {
99 DV = V.getAs<DefinedSVal>();
101 if (!DV)
117 llvm::tie(stateNotNull, stateNull) = CM.assumeDual(state, *DV);
DivZeroChecker.cpp 61 Optional<DefinedSVal> DV = Denom.getAs<DefinedSVal>();
65 if (!DV)
71 llvm::tie(stateNotZero, stateZero) = CM.assumeDual(C.getState(), *DV);
79 bool TaintedD = C.getState()->isTainted(*DV);
BoolAssignmentChecker.cpp 72 Optional<DefinedSVal> DV = val.getAs<DefinedSVal>();
73 if (!DV)
86 svalBuilder.evalBinOp(state, BO_GE, *DV, zeroVal,
122 svalBuilder.evalBinOp(state, BO_LE, *DV, OneVal,
StreamChecker.cpp 340 Optional<DefinedSVal> DV = SV.getAs<DefinedSVal>();
341 if (!DV)
346 llvm::tie(stateNotNull, stateNull) = CM.assumeDual(state, *DV);
BasicObjCFoundationChecks.cpp     [all...]
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 168 DomainValue *retain(DomainValue *DV) {
169 if (DV) ++DV->Refs;
170 return DV;
176 void setLiveReg(int rx, DomainValue *DV);
179 void collapse(DomainValue *dv, unsigned domain);
201 DomainValue *dv = Avail.empty() ?
205 dv->addDomain(domain);
206 assert(dv->Refs == 0 && "Reference count wasn't cleared");
207 assert(!dv->Next && "Chained DomainValue shouldn't have been recycled")
599 DomainValue *dv = 0; local
    [all...]
LiveDebugVariables.cpp 358 DIVariable DV(variable);
360 DV.printExtendedName(OS);
    [all...]
MachineInstr.cpp     [all...]
  /external/clang/test/Sema/
ms_class_layout.cpp 138 struct DV : BV {
140 struct EV : CV, DV {
463 // CHECK: 0 | struct DV
470 // CHECK: %struct.DV = type { %struct.BV }
475 // CHECK-NEXT: 0 | struct DV (primary base)
486 // CHECK: %struct.EV = type { %struct.DV, %struct.CV.base, [4 x i8], %struct.BV }
487 // CHECK: %struct.EV.base = type { %struct.DV, %struct.CV.base }
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 353 void CompileUnit::addVariableAddress(const DbgVariable &DV, DIE *Die,
355 if (DV.variableHasComplexAddress())
356 addComplexAddress(DV, Die, dwarf::DW_AT_location, Location);
357 else if (DV.isBlockByrefVariable())
358 addBlockByrefAddress(DV, Die, dwarf::DW_AT_location, Location);
361 DV.getVariable().isIndirect());
418 void CompileUnit::addComplexAddress(const DbgVariable &DV, DIE *Die,
422 unsigned N = DV.getNumAddrElements();
425 if (N >= 2 && DV.getAddrElement(0) == DIBuilder::OpPlus) {
428 addRegisterOffset(Block, Location.getReg(), DV.getAddrElement(1))
    [all...]
DwarfDebug.cpp     [all...]
DwarfCompileUnit.h 288 void addComplexAddress(const DbgVariable &DV, DIE *Die, unsigned Attribute,
298 void addBlockByrefAddress(const DbgVariable &DV, DIE *Die, unsigned Attribute,
303 void addVariableAddress(const DbgVariable &DV, DIE *Die,
368 DIE *constructVariableDIE(DbgVariable *DV, bool isScopeAbstract);
  /external/clang/test/Analysis/
derived-to-base.cpp 48 class DV : virtual public B, public C {};
56 DV dv; local
57 dv.setX();
58 clang_analyzer_eval(dv.getX() == 42); // expected-warning{{TRUE}}
133 class DV : virtual public B, virtual public C {};
136 DV d;
  /external/llvm/lib/IR/
DebugInfo.cpp 809 /// @param DV Current Variable.
811 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
815 for (unsigned i = 0, e = DV->getNumOperands(); i != e; ++i)
817 Elts.push_back(DV->getOperand(i));
822 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) {
825 for (unsigned i = 0, e = DV->getNumOperands(); i != e; ++i)
828 Elts.push_back(DV->getOperand(i));
996 DIDescriptor DV(N);
997 if (!DV.isVariable())
1000 if (!NodesSeen.insert(DV))
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 232 DV = CommonLevels ? new DVEntry[CommonLevels] : NULL;
240 return DV[Level - 1].Direction;
247 return DV[Level - 1].Distance;
256 return DV[Level - 1].Scalar;
264 return DV[Level - 1].PeelFirst;
272 return DV[Level - 1].PeelLast;
279 return DV[Level - 1].Splitable;
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 225 delete[] DV;
273 DVEntry *DV;
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 712 /// @param DV Current Variable.
714 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
718 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/eigen/blas/testing/
dblat1.f 156 DOUBLE PRECISION DTRUE1(5), DTRUE3(5), DTRUE5(8,5,2), DV(8,5,2),
172 DATA DV/0.1D0, 2.0D0, 2.0D0, 2.0D0, 2.0D0, 2.0D0,
209 SX(I) = DV(I,NP1,INCX)
sblat1.f 156 REAL DTRUE1(5), DTRUE3(5), DTRUE5(8,5,2), DV(8,5,2),
172 DATA DV/0.1E0, 2.0E0, 2.0E0, 2.0E0, 2.0E0, 2.0E0,
209 SX(I) = DV(I,NP1,INCX)
  /bionic/libc/upstream-dlmalloc/
malloc.c 2585 mchunkptr dv; member in struct:malloc_state
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 2453 mchunkptr dv; member in struct:malloc_state
    [all...]
  /external/libffi/src/
dlmalloc.c 2018 mchunkptr dv; member in struct:malloc_state
    [all...]

Completed in 7098 milliseconds

1 2