Home
last modified time | relevance | path

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

12345678910>>...38

/external/v8/src/compiler/
Dopcodes.h11 #define CONTROL_OP_LIST(V) \ argument
33 #define CONSTANT_OP_LIST(V) \ argument
42 #define INNER_OP_LIST(V) \ argument
59 #define COMMON_OP_LIST(V) \ argument
65 #define JS_COMPARE_BINOP_LIST(V) \ argument
75 #define JS_BITWISE_BINOP_LIST(V) \ argument
83 #define JS_ARITH_BINOP_LIST(V) \ argument
90 #define JS_SIMPLE_BINOP_LIST(V) \ argument
95 #define JS_CONVERSION_UNOP_LIST(V) \ argument
102 #define JS_OTHER_UNOP_LIST(V) \ 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
171 if (EltTy V = Val.template dyn_cast<EltTy>()) { variable
183 if (EltTy V = Val.template dyn_cast<EltTy>()) in front() local
190 if (EltTy V = Val.template dyn_cast<EltTy>()) in back() local
205 if (EltTy V = Val.template dyn_cast<EltTy>()) { in push_back() local
271 if (EltTy V = Val.template dyn_cast<EltTy>()) { in insert() local
[all …]
DSmallSet.h54 size_type count(const T &V) const { in count()
70 std::pair<NoneType, bool> insert(const T &V) { in insert()
97 bool erase(const T &V) { in erase()
116 VIterator vfind(const T &V) const { in vfind()
/external/harfbuzz_ng/src/
Dhb-atomic-private.hh66 #define HB_ATOMIC_INT_IMPL_INIT(V) (V) argument
67 #define hb_atomic_int_impl_add(AI, V) InterlockedExchangeAdd (&(AI), (V)) argument
84 #define HB_ATOMIC_INT_IMPL_INIT(V) (V) argument
85 #define hb_atomic_int_impl_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) argument
102 #define HB_ATOMIC_INT_IMPL_INIT(V) (V) argument
103 #define hb_atomic_int_impl_add(AI, V) __sync_fetch_and_add (&(AI), (V)) argument
115 #define HB_ATOMIC_INT_IMPL_INIT(V) (V) argument
116 #define hb_atomic_int_impl_add(AI, V) ( ({__machine_rw_barrier ();}), atomic_add_int_nv (&(AI), (V… argument
127 static inline int hb_fetch_and_add(volatile int* AI, unsigned int V) { in hb_fetch_and_add()
141 #define HB_ATOMIC_INT_IMPL_INIT(V) (V) argument
[all …]
/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
/external/clang/test/CodeGenCXX/
Darray-operator-delete-call.cpp16 struct V { struct
17 V() : iV (++count) { printf("V::V(%d)\n", iV); } in V() function
18 virtual ~V() { printf("V::~V(%d)\n", iV); } in ~V() argument
19 int iV; argument
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp90 static bool isSameCompare(Value *V, CmpInst::Predicate Pred, Value *LHS, in isSameCompare()
104 static bool ValueDominatesPHI(Value *V, PHINode *P, const DominatorTree *DT) { in ValueDominatesPHI()
163 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) { in ExpandBinOp() local
186 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) { in ExpandBinOp() local
217 if (Value *V = SimplifyBinOp(Opcode, B, C, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local
236 if (Value *V = SimplifyBinOp(Opcode, A, B, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local
259 if (Value *V = SimplifyBinOp(Opcode, C, A, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local
278 if (Value *V = SimplifyBinOp(Opcode, C, A, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local
429 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse)) in ThreadCmpOverSelect() local
434 if (Value *V = SimplifyOrInst(Cond, FCmp, Q, MaxRecurse)) in ThreadCmpOverSelect() local
[all …]
/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/CodeGen/
D2007-04-13-InlineAsmStruct2.c3 struct V { short X, Y; }; argument
D2007-04-11-InlineAsmStruct.c3 struct V { short X, Y; }; struct
/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() function
104 constexpr V(int(&)[4]) { in V() function
110 constexpr V(int(&)[5]) { in V() function
116 constexpr V(int(&)[6]) { in V() argument
122 constexpr V(int(&)[7]) { in V() argument
319 template<typename> struct V { struct
[all …]
/external/v8/src/
Dbuiltins.h27 #define CODE_AGE_LIST_WITH_ARG(V, A) \ argument
34 #define CODE_AGE_LIST_IGNORE_ARG(X, V) V(X) argument
36 #define CODE_AGE_LIST(V) \ argument
39 #define CODE_AGE_LIST_COMPLETE(V) \ argument
46 #define DECLARE_CODE_AGE_BUILTIN(C, V) \ argument
54 #define BUILTIN_LIST_C(V) \ argument
148 #define BUILTIN_LIST_A(V) \ argument
266 #define BUILTIN_LIST_H(V) \ argument
278 #define BUILTIN_LIST_DEBUG_A(V) \ 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
/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/llvm/lib/IR/
DValueSymbolTable.cpp35 ValueName *ValueSymbolTable::makeUniqueName(Value *V, in makeUniqueName()
55 void ValueSymbolTable::reinsertValue(Value* V) { in reinsertValue()
74 void ValueSymbolTable::removeValueName(ValueName *V) { in removeValueName()
83 ValueName *ValueSymbolTable::createValueName(StringRef Name, Value *V) { in createValueName()
/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/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp61 static SmallPtrSet<Value *, 8> findAllDefs(Value *V) { in findAllDefs()
78 static Value *translate(Value *V) { in translate()
124 auto IsValidUser = [] (const Value *V) -> bool { in getPromotablePHINodes()
128 auto IsValidOperand = [] (const Value *V) -> bool { in getPromotablePHINodes()
140 auto IsPromotable = [&Promotable] (const Value *V) -> bool { in getPromotablePHINodes()
202 for (const auto &V : Defs) in runOnUse() local
206 for (const auto &V : Defs) in runOnUse() local
217 for (const auto &V : Defs) in runOnUse() local
/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>>...38