/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
D | hetero-nodes.rb | 16 class V < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes 35 class V < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes 54 class V < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes 73 class V < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes 92 class V < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes 112 class V < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes 132 class V < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes 152 class V < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes 172 class V < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes 192 class V < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes [all …]
|
/external/llvm/include/llvm/ADT/ |
D | TinyPtrVector.h | 37 if (VecTy *V = Val.template dyn_cast<VecTy*>()) in ~TinyPtrVector() local 38 delete V; in ~TinyPtrVector() local 42 if (VecTy *V = Val.template dyn_cast<VecTy*>()) in TinyPtrVector() local 88 if (VecTy *V = Val.template dyn_cast<VecTy*>()) { variable 94 delete V; variable 156 if (EltTy V = Val.template dyn_cast<EltTy>()) { variable 168 if (EltTy V = Val.template dyn_cast<EltTy>()) in front() local 175 if (EltTy V = Val.template dyn_cast<EltTy>()) in back() local 190 if (EltTy V = Val.template dyn_cast<EltTy>()) { in push_back() local 256 if (EltTy V = Val.template dyn_cast<EltTy>()) { in insert() local [all …]
|
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()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SVals.h | 189 static bool isKind(const SVal& V) { in isKind() 211 static bool isKind(const SVal& V) { in isKind() 222 static bool isKind(const SVal &V) { in isKind() 240 static bool isKind(const SVal& V) { in isKind() 250 static bool isKind(const SVal &V) { in isKind() 254 KnownSVal(const DefinedSVal &V) : SVal(V) {} in KnownSVal() 255 KnownSVal(const UndefinedVal &V) : SVal(V) {} in KnownSVal() 269 static bool isKind(const SVal& V) { in isKind() 290 static bool isKind(const SVal& V) { in isKind() 320 static bool isKind(const SVal& V) { in isKind() [all …]
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 53 static inline bool classof(const Value *V) { in classof() 72 static inline bool classof(const Value *V) { in classof() 90 static inline bool classof(const Value *V) { in classof() 111 static inline bool classof(const Value *V) { in classof() 165 void setVolatile(Constant* V) { in setVolatile() 183 static inline bool classof(const Value *V) { in classof() 206 static inline bool classof(const Value *V) { in classof() 239 static inline bool classof(const Value *V) { in classof() 253 static inline bool classof(const Value *V) { in classof() 266 static inline bool classof(const Value *V) { in classof() [all …]
|
D | Constants.h | 133 bool equalsInt(uint64_t V) const { in equalsInt() 224 static bool classof(const Value *V) { in classof() 283 bool isExactlyValue(double V) const { in isExactlyValue() 290 static bool classof(const Value *V) { in classof() 332 static bool classof(const Value *V) { in classof()
|
/external/clang/test/CodeGen/ |
D | 2007-04-13-InlineAsmStruct2.c | 3 struct V { short X, Y; }; struct
|
D | 2007-04-11-InlineAsmStruct.c | 3 struct V { short X, Y; }; struct
|
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() 284 int4 V = !V0; in test15() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 79 static bool isSameCompare(Value *V, CmpInst::Predicate Pred, Value *LHS, in isSameCompare() 93 static bool ValueDominatesPHI(Value *V, PHINode *P, const DominatorTree *DT) { in ValueDominatesPHI() 152 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) { in ExpandBinOp() local 175 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) { in ExpandBinOp() local 215 if (Value *V = SimplifyBinOp(Opcode, B, DD, Q, MaxRecurse)) { in FactorizeBinOp() local 238 if (Value *V = SimplifyBinOp(Opcode, A, CC, Q, MaxRecurse)) { in FactorizeBinOp() local 278 if (Value *V = SimplifyBinOp(Opcode, B, C, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local 297 if (Value *V = SimplifyBinOp(Opcode, A, B, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local 320 if (Value *V = SimplifyBinOp(Opcode, C, A, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local 339 if (Value *V = SimplifyBinOp(Opcode, C, A, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local [all …]
|
/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/clang/test/SemaTemplate/ |
D | derived.cpp | 6 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignore… in Foo2() 7 template<typename T> void Foo(vector<const T*> V) {} // expected-note {{candidate template ignored:… in Foo()
|
/external/llvm/lib/IR/ |
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() argument 189 V(){} in V() argument
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p4.cpp | 60 struct V { struct 61 constexpr V() { in V() argument 84 constexpr V(int(&)[1]) { in V() function 88 constexpr V(int(&)[2]) { in V() argument 91 constexpr V(int(&)[3]) { in V() function 94 constexpr V(int(&)[4]) { in V() argument 97 constexpr V(int(&)[5]) { in V() argument 100 constexpr V(int(&)[6]) { in V() function 103 constexpr V(int(&)[7]) { in V() function
|
/external/harfbuzz_ng/src/ |
D | hb-atomic-private.hh | 51 #define hb_atomic_int_add(AI, V) InterlockedExchangeAdd (&(AI), (V)) argument 67 #define hb_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) argument 84 #define hb_atomic_int_add(AI, V) __sync_fetch_and_add (&(AI), (V)) argument 96 #define hb_atomic_int_add(AI, V) ( ({__machine_rw_barrier ();}), atomic_add_int_nv (&(AI), (V)) - (… argument 106 #define hb_atomic_int_add(AI, V) (((AI) += (V)) - (V)) argument 115 #define hb_atomic_int_add(AI, V) (((AI) += (V)) - (V)) argument
|
/external/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 53 static inline bool classof(const Value *V) { in classof() 92 static inline bool classof(const Value *V) { in classof()
|
/external/clang/test/CXX/dcl.decl/dcl.init/ |
D | p5.cpp | 30 struct V { struct 34 V v = V(); // ok argument
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 188 static inline bool isSOImmTwoPartVal(unsigned V) { in isSOImmTwoPartVal() 201 static inline unsigned getSOImmTwoPartFirst(unsigned V) { in getSOImmTwoPartFirst() 207 static inline unsigned getSOImmTwoPartSecond(unsigned V) { in getSOImmTwoPartSecond() 229 static inline bool isThumbImmShiftedVal(unsigned V) { in isThumbImmShiftedVal() 248 static inline bool isThumbImm16ShiftedVal(unsigned V) { in isThumbImm16ShiftedVal() 256 static inline unsigned getThumbImmNonShiftedVal(unsigned V) { in getThumbImmNonShiftedVal() 270 static inline int getT2SOImmValSplatVal(unsigned V) { in getT2SOImmValSplatVal() 298 static inline int getT2SOImmValRotateVal(unsigned V) { in getT2SOImmValRotateVal() 328 static inline unsigned getT2SOImmValRotate(unsigned V) { in getT2SOImmValRotate() 336 unsigned V = Imm; in isT2SOImmTwoPartVal() local [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | DemoteRegToStack.cpp | 57 Value *&V = Loads[PN->getIncomingBlock(i)]; in DemoteRegToStack() local 68 Value *V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, U); in DemoteRegToStack() local 142 Value *V = new LoadInst(Slot, P->getName()+".reload", InsertPt); in DemotePHIToStack() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 66 bool insaneIntVal(int V) { return V > 4 || V < -4; } in insaneIntVal() 112 void set(short Coefficient, Value *V) { Coeff.set(Coefficient), Val = V; } in set() 113 void set(const APFloat& Coefficient, Value *V) in set() 115 void set(const ConstantFP* Coefficient, Value *V) in set() 671 Value *V = createAddendVal(**I, NeedNeg); in createNaryFAdd() local 705 Value *V = Builder->CreateFSub(Opnd0, Opnd1); in createFSub() local 711 Value *FAddCombine::createFNeg(Value *V) { in createFNeg() 718 Value *V = Builder->CreateFAdd(Opnd0, Opnd1); in createFAdd() local 725 Value *V = Builder->CreateFMul(Opnd0, Opnd1); in createFMul() local 732 Value *V = Builder->CreateFDiv(Opnd0, Opnd1); in createFDiv() local [all …]
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARC.h | 197 static inline InstructionClass GetBasicInstructionClass(const Value *V) { in GetBasicInstructionClass() 215 static inline const Value *GetUnderlyingObjCPtr(const Value *V) { in GetUnderlyingObjCPtr() 229 static inline const Value *StripPointerCastsAndObjCCalls(const Value *V) { in StripPointerCastsAndObjCCalls() 242 static inline Value *StripPointerCastsAndObjCCalls(Value *V) { in StripPointerCastsAndObjCCalls() 259 static inline bool isNullOrUndef(const Value *V) { in isNullOrUndef() 354 static inline bool IsObjCIdentifiedObject(const Value *V) { in IsObjCIdentifiedObject()
|
/external/v8/src/ |
D | builtins.h | 42 #define BUILTIN_LIST_C(V) \ argument 67 #define BUILTIN_LIST_A(V) \ argument 196 #define BUILTIN_LIST_DEBUG_A(V) \ argument 222 #define BUILTIN_LIST_DEBUG_A(V) argument 226 #define BUILTINS_LIST_JS(V) \ argument
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExplodedGraph.cpp | 213 void ExplodedNode::addPredecessor(ExplodedNode *V, ExplodedGraph &G) { in addPredecessor() 241 ExplodedNodeVector *V = Storage.dyn_cast<ExplodedNodeVector *>(); in addNode() local 267 if (ExplodedNodeVector *V = Storage.dyn_cast<ExplodedNodeVector *>()) in size() local 279 if (ExplodedNodeVector *V = Storage.dyn_cast<ExplodedNodeVector *>()) in begin() local 291 if (ExplodedNodeVector *V = Storage.dyn_cast<ExplodedNodeVector *>()) in end() local 305 NodeTy* V = Nodes.FindNodeOrInsertPos(profile, InsertPos); in getNode() local
|