/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SVals.h | 183 static inline bool classof(const SVal* V) { in classof() 206 static inline bool classof(const SVal *V) { in classof() 215 static inline bool classof(const SVal *V) { in classof() 232 static inline bool classof(const SVal *V) { in classof() 246 static inline bool classof(const SVal* V) { in classof() 262 static inline bool classof(const SVal* V) { in classof() 289 static inline bool classof(const SVal* V) { in classof() 294 static inline bool classof(const NonLoc* V) { in classof() 308 static inline bool classof(const SVal* V) { in classof() 313 static inline bool classof(const NonLoc* V) { in classof() [all …]
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 52 static bool ValueDominatesPHI(Value *V, PHINode *P, const DominatorTree *DT) { in ValueDominatesPHI() 100 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, TD, DT, in ExpandBinOp() local 124 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, TD, DT, in ExpandBinOp() local 165 if (Value *V = SimplifyBinOp(Opcode, B, DD, TD, DT, MaxRecurse)) { in FactorizeBinOp() local 188 if (Value *V = SimplifyBinOp(Opcode, A, CC, TD, DT, MaxRecurse)) { in FactorizeBinOp() local 230 if (Value *V = SimplifyBinOp(Opcode, B, C, TD, DT, MaxRecurse)) { in SimplifyAssociativeBinOp() local 249 if (Value *V = SimplifyBinOp(Opcode, A, B, TD, DT, MaxRecurse)) { in SimplifyAssociativeBinOp() local 272 if (Value *V = SimplifyBinOp(Opcode, C, A, TD, DT, MaxRecurse)) { in SimplifyAssociativeBinOp() local 291 if (Value *V = SimplifyBinOp(Opcode, C, A, TD, DT, MaxRecurse)) { in SimplifyAssociativeBinOp() local 416 if (Value *V = SimplifyAndInst(Cond, TCmp, TD, DT, MaxRecurse)) in ThreadCmpOverSelect() local [all …]
|
/external/llvm/include/llvm/ADT/ |
D | TinyPtrVector.h | 32 if (VecTy *V = Val.template dyn_cast<VecTy*>()) in TinyPtrVector() local 36 if (VecTy *V = Val.template dyn_cast<VecTy*>()) in ~TinyPtrVector() local 37 delete V; in ~TinyPtrVector() local 81 if (EltTy V = Val.template dyn_cast<EltTy>()) { variable 93 if (EltTy V = Val.template dyn_cast<EltTy>()) in front() local 108 if (EltTy V = Val.template dyn_cast<EltTy>()) { in push_back() local
|
D | SmallSet.h | 48 bool count(const T &V) const { in count() 58 bool insert(const T &V) { in insert() 85 bool erase(const T &V) { in erase() 103 VIterator vfind(const T &V) const { in vfind()
|
D | DenseSet.h | 43 bool count(const ValueT &V) const { in count() 47 bool erase(const ValueT &V) { in erase() 111 iterator find(const ValueT &V) { return Iterator(TheMap.find(V)); } in find() 115 std::pair<iterator, bool> insert(const ValueT &V) { in insert()
|
/external/llvm/test/FrontendC/ |
D | 2007-04-11-InlineAsmStruct.c | 3 struct V { short X, Y; }; struct
|
D | 2007-04-13-InlineAsmStruct2.c | 3 struct V { short X, Y; }; argument
|
/external/clang/test/CodeGenCXX/ |
D | array-operator-delete-call.cpp | 17 struct V { struct 18 V() : iV (++count) { printf("V::V(%d)\n", iV); } in V() argument 19 virtual ~V() { printf("V::~V(%d)\n", iV); } in ~V() argument 20 int iV; argument
|
/external/llvm/include/llvm/ |
D | IntrinsicInst.h | 54 static inline bool classof(const Value *V) { in classof() 74 static inline bool classof(const Value *V) { in classof() 93 static inline bool classof(const Value *V) { in classof() 115 static inline bool classof(const Value *V) { in classof() 169 void setVolatile(Constant* V) { in setVolatile() 188 static inline bool classof(const Value *V) { in classof() 212 static inline bool classof(const Value *V) { in classof() 246 static inline bool classof(const Value *V) { in classof() 261 static inline bool classof(const Value *V) { in classof() 275 static inline bool classof(const Value *V) { in classof() [all …]
|
D | Instructions.h | 100 static inline bool classof(const Value *V) { in classof() 149 void setVolatile(bool V) { in setVolatile() 176 static inline bool classof(const Value *V) { in classof() 222 void setVolatile(bool V) { in setVolatile() 254 static inline bool classof(const Value *V) { in classof()
|
D | Constants.h | 129 bool equalsInt(uint64_t V) const { in equalsInt() 221 static bool classof(const Value *V) { in classof() 279 bool isExactlyValue(double V) const { in isExactlyValue() 290 static bool classof(const Value *V) { in classof()
|
/external/llvm/lib/VMCore/ |
D | ValueSymbolTable.cpp | 36 void ValueSymbolTable::reinsertValue(Value* V) { in reinsertValue() 69 void ValueSymbolTable::removeValueName(ValueName *V) { in removeValueName() 78 ValueName *ValueSymbolTable::createValueName(StringRef Name, Value *V) { in createValueName()
|
D | SymbolTableListTraitsImpl.h | 67 ::addNodeToList(ValueSubClass *V) { in addNodeToList() 78 ::removeNodeFromList(ValueSubClass *V) { in removeNodeFromList() 100 ValueSubClass &V = *first; in transferNodesFromList() local
|
/external/stlport/test/unit/ |
D | mfunptr_test.cpp | 179 struct V { struct 181 V(int _v) : in V() function 189 V(){} in V() argument
|
/external/llvm/lib/Target/ARM/ |
D | ARMAddressingModes.h | 199 static inline bool isSOImmTwoPartVal(unsigned V) { in isSOImmTwoPartVal() 212 static inline unsigned getSOImmTwoPartFirst(unsigned V) { in getSOImmTwoPartFirst() 218 static inline unsigned getSOImmTwoPartSecond(unsigned V) { in getSOImmTwoPartSecond() 240 static inline bool isThumbImmShiftedVal(unsigned V) { in isThumbImmShiftedVal() 259 static inline bool isThumbImm16ShiftedVal(unsigned V) { in isThumbImm16ShiftedVal() 267 static inline unsigned getThumbImmNonShiftedVal(unsigned V) { in getThumbImmNonShiftedVal() 281 static inline int getT2SOImmValSplatVal(unsigned V) { in getT2SOImmValSplatVal() 309 static inline int getT2SOImmValRotateVal(unsigned V) { in getT2SOImmValRotateVal() 339 static inline unsigned getT2SOImmValRotate(unsigned V) { in getT2SOImmValRotate() 347 unsigned V = Imm; in isT2SOImmTwoPartVal() local [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | DemoteRegToStack.cpp | 67 Value *&V = Loads[PN->getIncomingBlock(i)]; in DemoteRegToStack() local 78 Value *V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, U); in DemoteRegToStack() local 139 Value *V = new LoadInst(Slot, P->getName()+".reload", P); in DemotePHIToStack() local
|
/external/clang/test/CodeGen/ |
D | ext-vector.c | 16 float4 test1(float4 V) { in test1() 218 int test9(int4 V) { in test9() 225 int test10(int4 V) { in test10() 240 int4 test12(int4 V) { in test12() 247 int4 test13(int4 *V) { in test13()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 26 static Value *simplifyValueKnownNonZero(Value *V, InstCombiner &IC) { in simplifyValueKnownNonZero() 103 if (Value *V = SimplifyMulInst(Op0, Op1, TD)) in visitMul() local 106 if (Value *V = SimplifyUsingDistributiveLaws(I)) in visitMul() local 246 Value *V = Builder->CreateSub(Constant::getNullValue(I.getType()), in visitMul() local 374 if (Value *V = simplifyValueKnownNonZero(I.getOperand(1), *this)) { in commonIDivTransforms() local 424 static Value *dyn_castZExtVal(Value *V, Type *Ty) { in dyn_castZExtVal() 438 if (Value *V = SimplifyUDivInst(Op0, Op1, TD)) in visitUDiv() local 507 if (Value *V = SimplifySDivInst(Op0, Op1, TD)) in visitSDiv() local 560 if (Value *V = SimplifyFDivInst(Op0, Op1, TD)) in visitFDiv() local 586 if (Value *V = simplifyValueKnownNonZero(I.getOperand(1), *this)) { in commonIRemTransforms() local [all …]
|
D | InstCombineVectorOps.cpp | 20 static bool CheapToScalarize(Value *V, bool isConstant) { in CheapToScalarize() 78 static Value *FindScalarElement(Value *V, unsigned EltNo) { in FindScalarElement() 164 if (Value *V = SimplifyDemandedVectorElts(EI.getOperand(0), in visitExtractElementInst() local 250 static bool CollectSingleShuffleElements(Value *V, Value *LHS, Value *RHS, in CollectSingleShuffleElements() 328 static Value *CollectShuffleElements(Value *V, std::vector<Constant*> &Mask, in CollectShuffleElements() 358 Value *V = CollectShuffleElements(VecOp, Mask, RHS); in CollectShuffleElements() local 366 Value *V = CollectShuffleElements(EI->getOperand(0), Mask, RHS); in CollectShuffleElements() local 437 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, UndefElts)) { in visitInsertElementInst() local 465 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, UndefElts)) { in visitShuffleVectorInst() local
|
/external/v8/src/ |
D | builtins.h | 42 #define BUILTIN_LIST_C(V) \ argument 70 #define BUILTIN_LIST_A(V) \ argument 184 #define BUILTIN_LIST_DEBUG_A(V) \ argument 206 #define BUILTIN_LIST_DEBUG_A(V) argument 210 #define BUILTINS_LIST_JS(V) \ argument
|
D | gdb-jit.h | 44 #define CODE_TAGS_LIST(V) \ argument 95 #define V(x) x, macro 103 #define V(x) case x: return #x; in Tag2String() macro
|
/external/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 54 static inline bool classof(const Value *V) { in classof() 96 static inline bool classof(const Value *V) { in classof()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BasicConstraintManager.cpp | 109 const llvm::APSInt &V, in assumeSymNE() 129 const llvm::APSInt &V, in assumeSymEQ() 150 const llvm::APSInt &V, in assumeSymLT() 164 const llvm::APSInt &V, in assumeSymGT() 178 const llvm::APSInt &V, in assumeSymGE() 206 const llvm::APSInt &V, in assumeSymLE() 233 const llvm::APSInt& V) { in AddEQ() 239 const llvm::APSInt& V) { in AddNE()
|
/external/clang/lib/AST/ |
D | APValue.cpp | 87 llvm::APFloat V = F; in GetApproxValue() local 124 const APValue& V) { in WriteShortAPValueToStream() 159 const APValue &V) { in operator <<()
|
/external/clang/include/clang/Basic/ |
D | OnDiskHashTable.h | 31 inline void Emit8(llvm::raw_ostream& Out, uint32_t V) { in Emit8() 35 inline void Emit16(llvm::raw_ostream& Out, uint32_t V) { in Emit16() 41 inline void Emit24(llvm::raw_ostream& Out, uint32_t V) { in Emit24() 48 inline void Emit32(llvm::raw_ostream& Out, uint32_t V) { in Emit32() 55 inline void Emit64(llvm::raw_ostream& Out, uint64_t V) { in Emit64() 74 uint16_t V = ((uint16_t)Data[0]) | in ReadUnalignedLE16() local 81 uint32_t V = ((uint32_t)Data[0]) | in ReadUnalignedLE32() local 90 uint64_t V = ((uint64_t)Data[0]) | in ReadUnalignedLE64() local 105 uint32_t V = *((uint32_t*)Data); in ReadLE32() local
|