/external/rust/crates/bindgen/src/ir/ |
D | var.rs | 37 pub struct Var { struct 45 val: Option<VarType>, argument 50 impl Var { argument 58 ) -> Var { in new() 95 impl DotAttributes for Var { implementation 200 impl ClangSubItemParser for Var { implementation
|
D | item_kind.rs | 25 Var(Var), enumerator 110 pub fn as_var(&self) -> Option<&Var> { in as_var() 124 pub fn expect_var(&self) -> &Var { in expect_var()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgEntityHistoryCalculator.cpp | 53 bool DbgValueHistoryMap::startDbgValue(InlinedEntity Var, in startDbgValue() 73 EntryIndex DbgValueHistoryMap::startClobber(InlinedEntity Var, in startClobber() 113 InlinedEntity Var) { in dropRegDescribedVar() 127 InlinedEntity Var) { in addRegDescribedVar() 136 static void clobberRegEntries(InlinedEntity Var, unsigned RegNo, in clobberRegEntries() 159 static void handleNewDebugValue(InlinedEntity Var, const MachineInstr &DV, in handleNewDebugValue() 214 for (const auto &Var : I->second) in clobberRegisterUses() local 250 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory() local 343 const InlinedEntity &Var = VarRangePair.first; in dump() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstVarIter.h | 145 #define FOREACH_VAR_IN_INST(Var, Instr) \ argument 163 #define IndexOfVarInInst(Var) IsOnlyValidInFOREACH_VAR_IN_INST(Var##Index) argument 164 #define IndexOfVarOperandInInst(Var) IsOnlyValidInFOREACH_VAR_IN_INST(I##Var) argument
|
D | IceRegAlloc.cpp | 38 bool overlapsDefs(const Cfg *Func, const Variable *Item, const Variable *Var) { in overlapsDefs() 51 void dumpDisableOverlap(const Cfg *Func, const Variable *Var, in dumpDisableOverlap() 71 void dumpLiveRange(const Variable *Var, const Cfg *Func) { in dumpLiveRange() 173 Variable *Var = Vars[VarNum]; in livenessValidateIntervals() local 178 Variable *Var = Vars[VarNum]; in livenessValidateIntervals() local 233 if (const Variable *Var = Instr.getDest()) { in initForInfOnly() local 248 Variable *Var = Vars[i]; in initForInfOnly() local 280 Variable *Var = Vars[VarNum]; in initForInfOnly() local 285 Variable *Var = Vars[VarNum]; in initForInfOnly() local 334 for (auto *Var : Func->getVariables()) { in init() local
|
D | IceLiveness.cpp | 50 Variable *Var = *I; in initInternal() local 82 Variable *Var = *I; in initInternal() local 102 Variable *Var = *I; in initInternal() local
|
D | IceVariableSplitting.cpp | 31 bool isAllocable(const Variable *Var) { in isAllocable() 38 bool isInf(const Variable *Var) { in isInf() 104 Variable *makeLinked(Variable *Var) { in makeLinked() 115 void spliceBlockLocalLinkedToChain(Variable *Var) { in spliceBlockLocalLinkedToChain() 141 bool isInstLastUseOfVar(const Variable *Var, const Inst *Instr) { in isInstLastUseOfVar()
|
D | IceCfgNode.cpp | 392 void updatePreds(PhiDescList &Desc, TargetLowering *Target, Variable *Var) { in updatePreds() 524 if (auto *Var = llvm::dyn_cast<Variable>(Item.Src)) in advancedPhiLowering() local 581 if (auto *Var = llvm::dyn_cast<Variable>(Src)) in advancedPhiLowering() local 849 Variable *Var = Liveness->getVariable(i, this); in livenessAddIntervals() local 869 Variable *Var = Liveness->getVariable(i, this); in livenessAddIntervals() local 972 Variable *Var = Liveness->getVariable(i, Node); in emitRegisterUsage() local 1179 Variable *Var = Liveness->getVariable(i, this); in dump() local 1205 Variable *Var = Liveness->getVariable(i, this); in dump() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgValueHistoryCalculator.cpp | 38 void DbgValueHistoryMap::startInstrRange(InlinedVariable Var, in startInstrRange() 53 void DbgValueHistoryMap::endInstrRange(InlinedVariable Var, in endInstrRange() 82 InlinedVariable Var) { in dropRegDescribedVar() 96 InlinedVariable Var) { in addRegDescribedVar() 111 for (const auto &Var : I->second) in clobberRegisterUses() local 224 InlinedVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgValueHistory() local
|
/external/armnn/include/armnn/ |
D | BackendOptions.hpp | 35 class Var class 40 explicit Var(int i) : m_Vals(i), m_Type(VarTypes::Integer) {}; in Var() function in armnn::BackendOptions::Var 41 explicit Var(float f) : m_Vals(f), m_Type(VarTypes::Float) {}; in Var() function in armnn::BackendOptions::Var 42 explicit Var(bool b) : m_Vals(b), m_Type(VarTypes::Boolean) {}; in Var() function in armnn::BackendOptions::Var 43 explicit Var(const char* s) : m_Vals(s), m_Type(VarTypes::String) {}; in Var() function in armnn::BackendOptions::Var 44 explicit Var(std::string s) : m_Vals(s), m_Type(VarTypes::String) {}; in Var() function in armnn::BackendOptions::Var 48 Var(DisallowedType) in Var() function in armnn::BackendOptions::Var 55 Var(const Var& other) in Var() function in armnn::BackendOptions::Var
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SSAUpdaterBulk.cpp | 41 unsigned Var = Rewrites.size(); in AddVariable() local 51 void SSAUpdaterBulk::AddAvailableValue(unsigned Var, BasicBlock *BB, Value *V) { in AddAvailableValue() 61 void SSAUpdaterBulk::AddUse(unsigned Var, Use *U) { in AddUse() 70 bool SSAUpdaterBulk::HasValueForBlock(unsigned Var, BasicBlock *BB) { in HasValueForBlock()
|
D | ASanStackFrameLayout.cpp | 103 for (const auto &Var : Vars) { in ComputeASanStackFrameDescription() local 123 for (const auto &Var : Vars) { in GetShadowBytes() local 140 for (const auto &Var : Vars) { in GetShadowBytesAfterScope() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 46 MDNode *Var; variable 57 SDDbgValue(MDNode *Var, MDNode *Expr, SDNode *N, unsigned R, bool indir, in SDDbgValue() 67 SDDbgValue(MDNode *Var, MDNode *Expr, const Value *C, uint64_t off, in SDDbgValue() 76 SDDbgValue(MDNode *Var, MDNode *Expr, unsigned FI, uint64_t off, DebugLoc dl, in SDDbgValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 48 DIVariable *Var; variable 59 SDDbgValue(DIVariable *Var, DIExpression *Expr, SDNode *N, unsigned R, in SDDbgValue() 68 SDDbgValue(DIVariable *Var, DIExpression *Expr, const Value *C, DebugLoc dl, in SDDbgValue() 76 SDDbgValue(DIVariable *Var, DIExpression *Expr, unsigned VRegOrFrameIdx, in SDDbgValue()
|
/external/elfutils/libelf/ |
D | common.h | 138 #define CONVERT(Var) \ argument 147 #define CONVERT_TO(Dst, Var) \ argument
|
/external/clang/test/CodeGen/ |
D | 2002-02-18-64bitConstant.c | 8 long long Var = 123455678902ll; in main() local
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | LineImpl.java | 68 private static final class Var extends LineImpl { class in LineImpl 69 Var(final CounterImpl instructions, final CounterImpl branches) { in Var() method in LineImpl.Var
|
D | CounterImpl.java | 50 private static class Var extends CounterImpl { class in CounterImpl 51 public Var(final int missed, final int covered) { in Var() method in CounterImpl.Var
|
/external/compiler-rt/test/tsan/ |
D | stack_race.cc | 12 int Var = 42; in main() local
|
D | tls_race.cc | 12 static __thread int Var = 42; in main() local
|
D | stack_race2.cc | 11 int Var = 42; in Thread() local
|
D | tls_race2.cc | 11 static __thread int Var = 42; in Thread() local
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | p4.cpp | 63 template<typename ...Args> struct Var { struct 64 Var(const Args &...args, int *) { Foo(args...); } in Var() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | JSONBackend.cpp | 83 } else if (auto *Var = dyn_cast<VarInit>(&I)) { in translateInit() local 88 if (auto *Var = dyn_cast<VarInit>(VarBit->getBitVar())) { in translateInit() local
|
/external/openscreen/third_party/abseil/src/absl/types/ |
D | variant_test.cc | 473 using Var = variant<int, std::string, NonCopyable, std::vector<int>>; in TEST() typedef 496 using Var = variant<int, std::string, NonCopyable, std::vector<int>>; in TEST() typedef 519 using Var = in TEST() typedef 528 using Var = in TEST() typedef 537 using Var = variant<int, std::string, NonCopyable, std::vector<int>>; in TEST() typedef 564 using Var = variant<int, std::string, NonCopyable, std::vector<int>>; in TEST() typedef 591 using Var = in TEST() typedef 600 using Var = in TEST() typedef 914 using Var = in TEST() typedef 952 using Var = in TEST() typedef [all …]
|