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

  /external/clang/lib/StaticAnalyzer/Checkers/
AttrNonNullChecker.cpp 59 DefinedSVal *DV = dyn_cast<DefinedSVal>(&V);
62 if (!DV)
65 if (!isa<Loc>(*DV)) {
72 if (nonloc::CompoundVal *CSV = dyn_cast<nonloc::CompoundVal>(DV)) {
76 DV = dyn_cast<DefinedSVal>(&V);
78 if (!DV)
89 llvm::tie(stateNotNull, stateNull) = CM.assumeDual(state, *DV);
DivZeroChecker.cpp 46 const DefinedSVal *DV = dyn_cast<DefinedSVal>(&Denom);
50 if (!DV)
56 llvm::tie(stateNotZero, stateZero) = CM.assumeDual(C.getState(), *DV);
StreamChecker.cpp 343 const DefinedSVal *DV = dyn_cast<DefinedSVal>(&SV);
344 if (!DV)
349 llvm::tie(stateNotNull, stateNull) = CM.assumeDual(state, *DV);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 639 DIE *DwarfDebug::constructVariableDIE(DbgVariable *DV, DbgScope *Scope) {
640 StringRef Name = DV->getName();
647 switch (DV->getTag()) {
661 CompileUnit *VariableCU = getCompileUnit(DV->getVariable());
664 V2AVI = VarToAbstractVarMap.find(DV);
674 VariableCU->addSourceLine(VariableDie, DV->getVariable());
677 VariableCU->addType(VariableDie, DV->getType());
680 if (Tag == dwarf::DW_TAG_formal_parameter && DV->getType().isArtificial())
683 else if (DIVariable(DV->getVariable()).isArtificial())
688 DV->setDIE(VariableDie)
    [all...]
DwarfCompileUnit.cpp 197 void CompileUnit::addVariableAddress(DbgVariable *&DV, DIE *Die,
199 if (DV->variableHasComplexAddress())
200 addComplexAddress(DV, Die, dwarf::DW_AT_location, Location);
201 else if (DV->isBlockByrefVariable())
202 addBlockByrefAddress(DV, Die, dwarf::DW_AT_location, Location);
257 void CompileUnit::addComplexAddress(DbgVariable *&DV, DIE *Die,
261 unsigned N = DV->getNumAddrElements();
264 if (N >= 2 && DV->getAddrElement(0) == DIBuilder::OpPlus) {
267 addRegisterOffset(Block, Location.getReg(), DV->getAddrElement(1));
276 uint64_t Element = DV->getAddrElement(i)
    [all...]
DwarfCompileUnit.h 203 void addComplexAddress(DbgVariable *&DV, DIE *Die, unsigned Attribute,
213 void addBlockByrefAddress(DbgVariable *&DV, DIE *Die, unsigned Attribute,
218 void addVariableAddress(DbgVariable *&DV, DIE *Die, MachineLocation Location);
DwarfDebug.h 343 DIE *constructVariableDIE(DbgVariable *DV, DbgScope *S);
  /external/llvm/lib/Analysis/
DebugInfo.cpp 767 /// @param DV Current Variable.
769 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
773 for (unsigned i = 0, e = DV->getNumOperands(); i != e; ++i)
775 Elts.push_back(DV->getOperand(i));
780 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) {
783 for (unsigned i = 0, e = DV->getNumOperands(); i != e; ++i)
786 Elts.push_back(DV->getOperand(i));
894 DIDescriptor DV(N);
895 if (!DV.isVariable())
898 if (!NodesSeen.insert(DV))
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 399 const DefinedOrUnknownSVal *DV = dyn_cast<DefinedOrUnknownSVal>(&V);
400 if (!DV)
402 state = state->assume(*DV, true);
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 723 /// @param DV Current Variable.
725 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
729 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);
  /external/bluetooth/hcidump/parser/
rfcomm.h 104 #define DV 0x80 /* data valid */
285 uint8_t dv:1; member in struct:v24_signals
423 uint8_t dv:1; member in struct:v24_signals
  /external/llvm/lib/Target/X86/
SSEDomainFix.cpp 140 void SetLiveReg(int rx, DomainValue *DV);
143 void Collapse(DomainValue *dv, unsigned domain);
164 DomainValue *dv = Avail.empty() ? local
167 dv->Dist = Distance;
169 dv->addDomain(domain);
170 return dv;
173 void SSEDomainFixPass::Recycle(DomainValue *dv) {
174 assert(dv && "Cannot recycle NULL");
175 dv->clear();
176 Avail.push_back(dv);
213 DomainValue *dv; local
375 DomainValue *dv = LiveRegs[rx]; local
398 DomainValue *dv = 0; local
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /bionic/libc/bionic/
dlmalloc.c 2095 mchunkptr dv; member in struct:malloc_state
    [all...]
  /external/libffi/src/
dlmalloc.c 2018 mchunkptr dv; member in struct:malloc_state
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 2028 mchunkptr dv; member in struct:malloc_state
    [all...]
  /external/v8/benchmarks/
crypto.js 189 // (protected) set from integer value x, -DV <= x < DV
195 else if(x < -1) this_array[0] = x+DV;
548 // last step - calculate inverse mod DV directly;
551 // we really want the negative inverse, and -DV < y < DV
588 // faster way of calculating u0 = x[i]*mp mod DV
703 // (protected) return x s.t. r^x < DV
992 // (protected) this *= n, this >= 0, 1 < n < DV
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js 181 // (protected) set from integer value x, -DV <= x < DV
187 else if(x < -1) this_array[0] = x+DV;
540 // last step - calculate inverse mod DV directly;
543 // we really want the negative inverse, and -DV < y < DV
580 // faster way of calculating u0 = x[i]*mp mod DV
695 // (protected) return x s.t. r^x < DV
984 // (protected) this *= n, this >= 0, 1 < n < DV
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js 181 // (protected) set from integer value x, -DV <= x < DV
187 else if(x < -1) this_array[0] = x+DV;
540 // last step - calculate inverse mod DV directly;
543 // we really want the negative inverse, and -DV < y < DV
580 // faster way of calculating u0 = x[i]*mp mod DV
695 // (protected) return x s.t. r^x < DV
984 // (protected) this *= n, this >= 0, 1 < n < DV
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 181 // (protected) set from integer value x, -DV <= x < DV
187 else if(x < -1) this_array[0] = x+DV;
540 // last step - calculate inverse mod DV directly;
543 // we really want the negative inverse, and -DV < y < DV
580 // faster way of calculating u0 = x[i]*mp mod DV
695 // (protected) return x s.t. r^x < DV
984 // (protected) this *= n, this >= 0, 1 < n < DV
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/libxml2/
xmlregexp.c     [all...]

Completed in 1728 milliseconds