Home
last modified time | relevance | path

Searched defs:V (Results 1 – 25 of 842) sorted by relevance

12345678910>>...34

/external/v8/src/compiler/
Dopcodes.h9 #define INNER_CONTROL_OP_LIST(V) \ argument
19 #define CONTROL_OP_LIST(V) \ argument
25 #define LEAF_OP_LIST(V) \ argument
34 #define INNER_OP_LIST(V) \ argument
46 #define COMMON_OP_LIST(V) \ argument
51 #define JS_COMPARE_BINOP_LIST(V) \ argument
61 #define JS_BITWISE_BINOP_LIST(V) \ argument
69 #define JS_ARITH_BINOP_LIST(V) \ argument
76 #define JS_SIMPLE_BINOP_LIST(V) \ argument
81 #define JS_LOGIC_UNOP_LIST(V) V(JSUnaryNot) argument
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
Dhetero-nodes.rb16 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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h197 static bool isKind(const SVal& V) { in isKind()
219 static bool isKind(const SVal& V) { in isKind()
230 static bool isKind(const SVal &V) { in isKind()
248 static bool isKind(const SVal& V) { in isKind()
258 static bool isKind(const SVal &V) { in isKind()
262 KnownSVal(const DefinedSVal &V) : SVal(V) {} in KnownSVal()
263 KnownSVal(const UndefinedVal &V) : SVal(V) {} in KnownSVal()
277 static bool isKind(const SVal& V) { in isKind()
298 static bool isKind(const SVal& V) { in isKind()
328 static bool isKind(const SVal& V) { in isKind()
[all …]
/external/llvm/include/llvm/ADT/
DTinyPtrVector.h38 if (VecTy *V = Val.template dyn_cast<VecTy*>()) in ~TinyPtrVector() local
39 delete V; in ~TinyPtrVector() local
43 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
172 if (EltTy V = Val.template dyn_cast<EltTy>()) { variable
184 if (EltTy V = Val.template dyn_cast<EltTy>()) in front() local
191 if (EltTy V = Val.template dyn_cast<EltTy>()) in back() local
206 if (EltTy V = Val.template dyn_cast<EltTy>()) { in push_back() local
272 if (EltTy V = Val.template dyn_cast<EltTy>()) { in insert() local
[all …]
DSmallSet.h53 size_type count(const T &V) const { in count()
69 std::pair<NoneType, bool> insert(const T &V) { in insert()
96 bool erase(const T &V) { in erase()
114 VIterator vfind(const T &V) const { in vfind()
/external/llvm/include/llvm/IR/
DIntrinsicInst.h54 static inline bool classof(const Value *V) { in classof()
73 static inline bool classof(const Value *V) { in classof()
103 static inline bool classof(const Value *V) { in classof()
136 static inline bool classof(const Value *V) { in classof()
195 void setVolatile(Constant* V) { in setVolatile()
213 static inline bool classof(const Value *V) { in classof()
238 static inline bool classof(const Value *V) { in classof()
273 static inline bool classof(const Value *V) { in classof()
287 static inline bool classof(const Value *V) { in classof()
300 static inline bool classof(const Value *V) { in classof()
[all …]
/external/libcxx/test/std/containers/associative/map/map.access/
Dat.pass.cpp25 typedef std::pair<const int, double> V; in main() typedef
58 typedef std::pair<const int, double> V; in main() typedef
90 typedef std::pair<const int, double> V; in main() typedef
123 typedef std::pair<const int, double> V; in main() typedef
Dindex_key.pass.cpp25 typedef std::pair<const int, double> V; in main() typedef
51 typedef std::pair<const int, double> V; in main() typedef
79 typedef std::pair<const int, double> V; in main() typedef
Diterator.pass.cpp37 typedef std::pair<const int, double> V; in main() typedef
81 typedef std::pair<const int, double> V; in main() typedef
124 typedef std::pair<const int, double> V; in main() typedef
168 typedef std::pair<const int, double> V; in main() typedef
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp89 static bool isSameCompare(Value *V, CmpInst::Predicate Pred, Value *LHS, in isSameCompare()
103 static bool ValueDominatesPHI(Value *V, PHINode *P, const DominatorTree *DT) { in ValueDominatesPHI()
162 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) { in ExpandBinOp() local
185 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) { in ExpandBinOp() local
216 if (Value *V = SimplifyBinOp(Opcode, B, C, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local
235 if (Value *V = SimplifyBinOp(Opcode, A, B, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local
258 if (Value *V = SimplifyBinOp(Opcode, C, A, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local
277 if (Value *V = SimplifyBinOp(Opcode, C, A, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local
428 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse)) in ThreadCmpOverSelect() local
433 if (Value *V = SimplifyOrInst(Cond, FCmp, Q, MaxRecurse)) in ThreadCmpOverSelect() local
[all …]
/external/clang/test/CodeGenCXX/
Darray-operator-delete-call.cpp16 struct V { struct
17 V() : iV (++count) { printf("V::V(%d)\n", iV); } in V() argument
18 virtual ~V() { printf("V::~V(%d)\n", iV); } in ~V() argument
19 int iV; argument
/external/v8/src/
Dbuiltins.h18 #define CODE_AGE_LIST_WITH_ARG(V, A) \ argument
25 #define CODE_AGE_LIST_IGNORE_ARG(X, V) V(X) argument
27 #define CODE_AGE_LIST(V) \ argument
30 #define CODE_AGE_LIST_COMPLETE(V) \ argument
36 #define DECLARE_CODE_AGE_BUILTIN(C, V) \ argument
44 #define BUILTIN_LIST_C(V) \ argument
66 #define BUILTIN_LIST_A(V) \ argument
128 #define BUILTIN_LIST_H(V) \ argument
137 #define BUILTIN_LIST_DEBUG_A(V) \ argument
166 #define BUILTINS_LIST_JS(V) \ argument
/external/libcxx/test/std/containers/associative/map/map.cons/
Dcopy_assign.pass.cpp26 typedef std::pair<const int, double> V; in main() typedef
61 typedef std::pair<const int, double> V; in main() typedef
76 typedef std::pair<const int, double> V; in main() typedef
112 typedef std::pair<const int, double> V; in main() typedef
147 typedef std::pair<const int, double> V; in main() typedef
Diter_iter_comp_alloc.pass.cpp28 typedef std::pair<const int, double> V; in main() typedef
54 typedef std::pair<const int, double> V; in main() typedef
80 typedef std::pair<const int, double> V; in main() typedef
93 typedef std::pair<const int, double> V; in main() typedef
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp4.cpp61 struct V { struct
62 constexpr V() { in V() function
85 constexpr V(int(&)[1]) { in V() argument
92 constexpr V(int(&)[2]) { in V() argument
98 constexpr V(int(&)[3]) { in V() argument
104 constexpr V(int(&)[4]) { in V() function
110 constexpr V(int(&)[5]) { in V() function
116 constexpr V(int(&)[6]) { in V() function
122 constexpr V(int(&)[7]) { in V() function
319 template<typename> struct V { struct
[all …]
/external/clang/test/CodeGen/
D2007-04-11-InlineAsmStruct.c3 struct V { short X, Y; }; struct
D2007-04-13-InlineAsmStruct2.c3 struct V { short X, Y; }; argument
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/
Dcopy_assign.pass.cpp26 typedef std::pair<const int, double> V; in main() typedef
52 typedef std::pair<const int, double> V; in main() typedef
72 typedef std::pair<const int, double> V; in main() typedef
99 typedef std::pair<const int, double> V; in main() typedef
Diter_iter.pass.cpp25 typedef std::pair<const int, double> V; in main() typedef
53 typedef std::pair<const int, double> V; in main() typedef
81 typedef std::pair<const int, double> V; in main() typedef
/external/libcxx/test/std/containers/associative/set/
Dcount.pass.cpp25 typedef int V; in main() typedef
61 typedef int V; in main() typedef
98 typedef int V; in main() typedef
133 typedef PrivateConstructor V; in main() typedef
Diterator.pass.cpp37 typedef int V; in main() typedef
76 typedef int V; in main() typedef
116 typedef int V; in main() typedef
155 typedef int V; in main() typedef
Dequal_range.pass.cpp26 typedef int V; in main() typedef
163 typedef int V; in main() typedef
233 typedef int V; in main() typedef
303 typedef PrivateConstructor V; in main() typedef
/external/libcxx/test/std/containers/associative/multiset/
Dcount.pass.cpp25 typedef int V; in main() typedef
60 typedef int V; in main() typedef
96 typedef int V; in main() typedef
129 typedef PrivateConstructor V; in main() typedef
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DSetMultimapTestSuiteBuilder.java67 OneSizeTestContainerGenerator<SetMultimap<K, V>, Entry<K, V>>> parentBuilder) { in computeMultimapGetTestSuite() argument
79 OneSizeTestContainerGenerator<SetMultimap<K, V>, Entry<K, V>>> parentBuilder) { in computeMultimapAsMapGetTestSuite() argument
96 OneSizeTestContainerGenerator<SetMultimap<K, V>, Map.Entry<K, V>>> parentBuilder) { in computeEntriesTestSuite() argument
110 OneSizeTestContainerGenerator<SetMultimap<K, V>, Entry<K, V>> multimapGenerator) { in EntriesGenerator() argument
124 OneSizeTestContainerGenerator<SetMultimap<K, V>, Entry<K, V>> multimapGenerator) { in MultimapGetGenerator() argument
139 OneSizeTestContainerGenerator<SetMultimap<K, V>, Entry<K, V>> multimapGenerator) { in MultimapAsMapGetGenerator() argument
/external/libcxx/test/std/containers/associative/multiset/multiset.cons/
Dinitializer_list.pass.cpp26 typedef C::value_type V; in main() typedef
42 typedef C::value_type V; in main() typedef
57 typedef C::value_type V; in main() typedef

12345678910>>...34