HomeSort by relevance Sort by last modified time
    Searched refs:DV (Results 1 - 25 of 25) 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/
DwarfCompileUnit.cpp 200 void CompileUnit::addVariableAddress(DbgVariable *&DV, DIE *Die,
202 if (DV->variableHasComplexAddress())
203 addComplexAddress(DV, Die, dwarf::DW_AT_location, Location);
204 else if (DV->isBlockByrefVariable())
205 addBlockByrefAddress(DV, Die, dwarf::DW_AT_location, Location);
260 void CompileUnit::addComplexAddress(DbgVariable *&DV, DIE *Die,
264 unsigned N = DV->getNumAddrElements();
267 if (N >= 2 && DV->getAddrElement(0) == DIBuilder::OpPlus) {
270 addRegisterOffset(Block, Location.getReg(), DV->getAddrElement(1));
279 uint64_t Element = DV->getAddrElement(i)
    [all...]
DwarfDebug.cpp 680 DIVariable DV(Variables.getElement(vi));
681 if (!DV.Verify()) continue;
682 DbgVariable *NewVar = new DbgVariable(DV, NULL);
761 DbgVariable *DwarfDebug::findAbstractVariable(DIVariable &DV,
763 LLVMContext &Ctx = DV->getContext();
765 DIVariable Var = cleanseInlinedVariable(DV, Ctx);
786 DIVariable DV = Var->getVariable();
787 if (DV.getTag() != dwarf::DW_TAG_arg_variable)
789 unsigned ArgNo = DV.getArgNumber();
815 DIVariable DV(Var)
    [all...]
DwarfCompileUnit.h 208 void addComplexAddress(DbgVariable *&DV, DIE *Die, unsigned Attribute,
218 void addBlockByrefAddress(DbgVariable *&DV, DIE *Die, unsigned Attribute,
223 void addVariableAddress(DbgVariable *&DV, DIE *Die, MachineLocation Location);
285 DIE *constructVariableDIE(DbgVariable *DV, bool isScopeAbstract);
DwarfDebug.h 335 DIE *constructVariableDIE(DbgVariable *DV, LexicalScope *S);
  /external/llvm/lib/Analysis/
DebugInfo.cpp 901 /// @param DV Current Variable.
903 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
907 for (unsigned i = 0, e = DV->getNumOperands(); i != e; ++i)
909 Elts.push_back(DV->getOperand(i));
914 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) {
917 for (unsigned i = 0, e = DV->getNumOperands(); i != e; ++i)
920 Elts.push_back(DV->getOperand(i));
1067 DIDescriptor DV(N);
1068 if (!DV.isVariable())
1071 if (!NodesSeen.insert(DV))
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 393 const DefinedOrUnknownSVal *DV = dyn_cast<DefinedOrUnknownSVal>(&V);
394 if (!DV)
396 state = state->assume(*DV, true);
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 783 /// @param DV Current Variable.
785 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
789 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/CodeGen/
ExecutionDepsFix.cpp 146 void SetLiveReg(int rx, DomainValue *DV);
149 void Collapse(DomainValue *dv, unsigned domain);
169 DomainValue *dv = Avail.empty() ?
172 dv->Dist = Distance;
174 dv->addDomain(domain);
175 return dv;
178 void ExeDepsFix::Recycle(DomainValue *dv) {
179 assert(dv && "Cannot recycle NULL");
180 dv->clear();
181 Avail.push_back(dv);
    [all...]
LiveDebugVariables.cpp 351 DIVariable DV(variable);
353 DV.printExtendedName(OS);
    [all...]
MachineInstr.cpp     [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 845 milliseconds