Home
last modified time | relevance | path

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

12345678910>>...56

/external/v8/src/compiler/
Dopcodes.h13 #define CONTROL_OP_LIST(V) \ argument
39 #define CONSTANT_OP_LIST(V) \ argument
51 #define INNER_OP_LIST(V) \ argument
76 #define COMMON_OP_LIST(V) \ argument
82 #define JS_COMPARE_BINOP_LIST(V) \ argument
92 #define JS_BITWISE_BINOP_LIST(V) \ argument
100 #define JS_ARITH_BINOP_LIST(V) \ argument
107 #define JS_SIMPLE_BINOP_LIST(V) \ argument
114 #define JS_CONVERSION_UNOP_LIST(V) \ argument
123 #define JS_OTHER_UNOP_LIST(V) \ argument
[all …]
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Din_place_type_args.pass.cpp29 using V = std::variant<int>; in test_ctor_sfinae() typedef
35 using V = std::variant<int, long, long long>; in test_ctor_sfinae() typedef
41 using V = std::variant<int, long, int *>; in test_ctor_sfinae() typedef
49 using V = std::variant<int, long, int>; in test_ctor_sfinae() typedef
55 using V = std::variant<int, long, int *>; in test_ctor_sfinae() typedef
61 using V = std::variant<int, long, int *>; in test_ctor_sfinae() typedef
88 using V = std::variant<const int, volatile int, int>; in test_ctor_basic() typedef
95 using V = std::variant<const int, volatile int, int>; in test_ctor_basic() typedef
102 using V = std::variant<const int, volatile int, int>; in test_ctor_basic() typedef
Din_place_index_args.pass.cpp30 using V = std::variant<int>; in test_ctor_sfinae() typedef
36 using V = std::variant<int, long, long long>; in test_ctor_sfinae() typedef
42 using V = std::variant<int, long, int *>; in test_ctor_sfinae() typedef
48 using V = std::variant<int, long, int *>; in test_ctor_sfinae() typedef
54 using V = std::variant<int, long, int *>; in test_ctor_sfinae() typedef
78 using V = std::variant<const int, volatile int, int>; in test_ctor_basic() typedef
85 using V = std::variant<const int, volatile int, int>; in test_ctor_basic() typedef
92 using V = std::variant<const int, volatile int, int>; in test_ctor_basic() typedef
DT.pass.cpp42 using V = std::variant<Dummy, NoThrowT>; in test_T_ctor_noexcept() typedef
46 using V = std::variant<Dummy, ThrowsT>; in test_T_ctor_noexcept() typedef
53 using V = std::variant<long, unsigned>; in test_T_ctor_sfinae() typedef
57 using V = std::variant<std::string, std::string>; in test_T_ctor_sfinae() typedef
61 using V = std::variant<std::string, void *>; in test_T_ctor_sfinae() typedef
67 using V = std::variant<int, int &&>; in test_T_ctor_sfinae() typedef
71 using V = std::variant<int, const int &>; in test_T_ctor_sfinae() typedef
90 using V = std::variant<const int &, int &&, long>; in test_T_ctor_basic() typedef
98 using V = std::variant<const int &, int &&, long>; in test_T_ctor_basic() typedef
Ddefault.pass.cpp42 using V = std::variant<std::monostate, int>; in test_default_ctor_sfinae() typedef
46 using V = std::variant<NonDefaultConstructible, int>; in test_default_ctor_sfinae() typedef
51 using V = std::variant<int &, int>; in test_default_ctor_sfinae() typedef
59 using V = std::variant<int>; in test_default_ctor_noexcept() typedef
63 using V = std::variant<NotNoexcept>; in test_default_ctor_noexcept() typedef
70 using V = std::variant<DefaultCtorThrows, int>; in test_default_ctor_throws() typedef
94 using V = std::variant<int, long>; in test_default_ctor_basic() typedef
100 using V = std::variant<int, long>; in test_default_ctor_basic() typedef
Din_place_type_init_list_args.pass.cpp44 using V = std::variant<InitList, InitListArg, int>; in test_ctor_sfinae() typedef
52 using V = std::variant<InitList, InitListArg, int>; in test_ctor_sfinae() typedef
60 using V = std::variant<InitList, InitListArg, int>; in test_ctor_sfinae() typedef
68 using V = std::variant<InitList, InitListArg, int>; in test_ctor_sfinae() typedef
76 using V = std::variant<InitList, InitListArg, int>; in test_ctor_sfinae() typedef
82 using V = std::variant<InitListArg, InitListArg, int>; in test_ctor_sfinae() typedef
/external/libcxx/test/std/utilities/variant/variant.get/
Dget_type.pass.cpp31 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef
40 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef
47 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef
56 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef
65 using V = std::variant<int &>; in test_const_lvalue_get() typedef
72 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
79 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
90 using V = std::variant<int, const long>; in test_lvalue_get() typedef
97 using V = std::variant<int, const long>; in test_lvalue_get() typedef
105 using V = std::variant<int &>; in test_lvalue_get() typedef
[all …]
Dget_index.pass.cpp37 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef
46 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef
53 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef
62 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef
71 using V = std::variant<int &>; in test_const_lvalue_get() typedef
78 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
85 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
96 using V = std::variant<int, const long>; in test_lvalue_get() typedef
103 using V = std::variant<int, const long>; in test_lvalue_get() typedef
111 using V = std::variant<int &>; in test_lvalue_get() typedef
[all …]
Dget_if_index.pass.cpp30 using V = std::variant<int>; in test_const_get_if() typedef
35 using V = std::variant<int, const long>; in test_const_get_if() typedef
43 using V = std::variant<int, const long>; in test_const_get_if() typedef
52 using V = std::variant<int &>; in test_const_get_if() typedef
59 using V = std::variant<int &&>; in test_const_get_if() typedef
66 using V = std::variant<const int &&>; in test_const_get_if() typedef
77 using V = std::variant<int>; in test_get_if() typedef
82 using V = std::variant<int, long>; in test_get_if() typedef
90 using V = std::variant<int, const long>; in test_get_if() typedef
99 using V = std::variant<int &>; in test_get_if() typedef
[all …]
Dget_if_type.pass.cpp28 using V = std::variant<int>; in test_const_get_if() typedef
33 using V = std::variant<int, const long>; in test_const_get_if() typedef
41 using V = std::variant<int, const long>; in test_const_get_if() typedef
50 using V = std::variant<int &>; in test_const_get_if() typedef
57 using V = std::variant<int &&>; in test_const_get_if() typedef
64 using V = std::variant<const int &&>; in test_const_get_if() typedef
75 using V = std::variant<int>; in test_get_if() typedef
80 using V = std::variant<int, const long>; in test_get_if() typedef
88 using V = std::variant<int, const long>; in test_get_if() typedef
97 using V = std::variant<int &>; in test_get_if() typedef
[all …]
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVIsValidEnum.h57 isValid(spv::SourceLanguage V) { in isValid()
71 isValid(spv::ExecutionModel V) { in isValid()
87 isValid(spv::AddressingModel V) { in isValid()
99 isValid(spv::MemoryModel V) { in isValid()
111 isValid(spv::ExecutionMode V) { in isValid()
155 isValid(spv::StorageClass V) { in isValid()
176 isValid(spv::Dim V) { in isValid()
192 isValid(spv::SamplerAddressingMode V) { in isValid()
206 isValid(spv::SamplerFilterMode V) { in isValid()
217 isValid(spv::ImageFormat V) { in isValid()
[all …]
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
Dmove.pass.cpp89 using V = std::variant<int>; in test_move_assignment_noexcept() typedef
93 using V = std::variant<MoveOnly>; in test_move_assignment_noexcept() typedef
97 using V = std::variant<int, long>; in test_move_assignment_noexcept() typedef
101 using V = std::variant<int, MoveOnly>; in test_move_assignment_noexcept() typedef
105 using V = std::variant<MoveOnlyNT>; in test_move_assignment_noexcept() typedef
109 using V = std::variant<MoveOnlyOddNothrow>; in test_move_assignment_noexcept() typedef
116 using V = std::variant<int, long>; in test_move_assignment_sfinae() typedef
122 using V = std::variant<int, CopyOnly>; in test_move_assignment_sfinae() typedef
126 using V = std::variant<int, NoCopy>; in test_move_assignment_sfinae() typedef
130 using V = std::variant<int, MoveOnly>; in test_move_assignment_sfinae() typedef
[all …]
DT.pass.cpp87 using V = std::variant<Dummy, NoThrowT>; in test_T_assignment_noexcept() typedef
91 using V = std::variant<Dummy, ThrowsCtorT>; in test_T_assignment_noexcept() typedef
95 using V = std::variant<Dummy, ThrowsAssignT>; in test_T_assignment_noexcept() typedef
102 using V = std::variant<long, unsigned>; in test_T_assignment_sfinae() typedef
106 using V = std::variant<std::string, std::string>; in test_T_assignment_sfinae() typedef
110 using V = std::variant<std::string, void *>; in test_T_assignment_sfinae() typedef
115 using V = std::variant<int, int &&>; in test_T_assignment_sfinae() typedef
119 using V = std::variant<int, const int &>; in test_T_assignment_sfinae() typedef
143 using V = std::variant<int &, int &&, long>; in test_T_assignment_basic() typedef
166 using V = std::variant<std::string, ThrowsCtorT>; in test_T_assignment_performs_construction() typedef
[all …]
Dcopy.pass.cpp152 using V = std::variant<CopyMaybeThrows>; in test_copy_assignment_not_noexcept() typedef
156 using V = std::variant<int, CopyDoesThrow>; in test_copy_assignment_not_noexcept() typedef
163 using V = std::variant<int, long>; in test_copy_assignment_sfinae() typedef
169 using V = std::variant<int, CopyOnly>; in test_copy_assignment_sfinae() typedef
173 using V = std::variant<int, NoCopy>; in test_copy_assignment_sfinae() typedef
177 using V = std::variant<int, MoveOnly>; in test_copy_assignment_sfinae() typedef
181 using V = std::variant<int, MoveOnlyNT>; in test_copy_assignment_sfinae() typedef
190 using V = std::variant<int, long, MET>; in test_copy_assignment_empty_empty() typedef
207 using V = std::variant<int, MET>; in test_copy_assignment_non_empty_empty() typedef
217 using V = std::variant<int, MET, std::string>; in test_copy_assignment_non_empty_empty() typedef
[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/libcxx/test/std/utilities/variant/variant.relops/
Drelops.pass.cpp90 using V = std::variant<int, long>; in test_equality() typedef
99 using V = std::variant<int, long>; in test_equality() typedef
108 using V = std::variant<int, long>; in test_equality() typedef
117 using V = std::variant<int, long>; in test_equality() typedef
127 using V = std::variant<int, MakeEmptyT>; in test_equality() typedef
137 using V = std::variant<int, MakeEmptyT>; in test_equality() typedef
147 using V = std::variant<int, MakeEmptyT>; in test_equality() typedef
169 using V = std::variant<int, long>; in test_relational() typedef
175 using V = std::variant<int, long>; in test_relational() typedef
181 using V = std::variant<int, long>; in test_relational() typedef
[all …]
/external/v8/src/s390/
Dconstants-s390.h160 #define S390_RSY_A_OPCODE_LIST(V) \ argument
202 #define S390_RSY_B_OPCODE_LIST(V) \ argument
221 #define S390_RXE_OPCODE_LIST(V) \ argument
262 #define S390_RRF_A_OPCODE_LIST(V) \ argument
305 #define S390_RXF_OPCODE_LIST(V) \ argument
333 #define S390_IE_OPCODE_LIST(V) \ argument
336 #define S390_RRF_B_OPCODE_LIST(V) \ argument
354 #define S390_RRF_C_OPCODE_LIST(V) \ argument
378 #define S390_MII_OPCODE_LIST(V) \ argument
381 #define S390_RRF_D_OPCODE_LIST(V) \ argument
[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()
330 static bool isKind(const SVal& V) { in isKind()
[all …]
/external/v8/src/wasm/
Dwasm-opcodes.h56 #define FOREACH_CONTROL_OPCODE(V) \ argument
73 #define FOREACH_MISC_OPCODE(V) \ argument
89 #define FOREACH_LOAD_MEM_OPCODE(V) \ argument
106 #define FOREACH_STORE_MEM_OPCODE(V) \ argument
118 #define FOREACH_MISC_MEM_OPCODE(V) \ argument
123 #define FOREACH_SIMPLE_OPCODE(V) \ argument
249 #define FOREACH_ASMJS_COMPAT_OPCODE(V) \ argument
282 #define FOREACH_SIMD_0_OPERAND_OPCODE(V) \ argument
386 #define FOREACH_SIMD_1_OPERAND_OPCODE(V) \ argument
405 #define FOREACH_ATOMIC_OPCODE(V) \ argument
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp72 static bool ValueDominatesPHI(Value *V, PHINode *P, const DominatorTree *DT) { in ValueDominatesPHI()
120 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, TD, DT, in ExpandBinOp() local
144 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, TD, DT, in ExpandBinOp() local
185 if (Value *V = SimplifyBinOp(Opcode, B, DD, TD, DT, MaxRecurse)) { in FactorizeBinOp() local
208 if (Value *V = SimplifyBinOp(Opcode, A, CC, TD, DT, MaxRecurse)) { in FactorizeBinOp() local
250 if (Value *V = SimplifyBinOp(Opcode, B, C, TD, DT, MaxRecurse)) { in SimplifyAssociativeBinOp() local
269 if (Value *V = SimplifyBinOp(Opcode, A, B, TD, DT, MaxRecurse)) { in SimplifyAssociativeBinOp() local
292 if (Value *V = SimplifyBinOp(Opcode, C, A, TD, DT, MaxRecurse)) { in SimplifyAssociativeBinOp() local
311 if (Value *V = SimplifyBinOp(Opcode, C, A, TD, DT, MaxRecurse)) { in SimplifyAssociativeBinOp() local
436 if (Value *V = SimplifyAndInst(Cond, TCmp, TD, DT, MaxRecurse)) in ThreadCmpOverSelect() local
[all …]
/external/v8/src/interpreter/
Dbytecode-operands.h14 #define INVALID_OPERAND_TYPE_LIST(V) V(None, OperandTypeInfo::kNone) argument
16 #define REGISTER_INPUT_OPERAND_TYPE_LIST(V) \ argument
21 #define REGISTER_OUTPUT_OPERAND_TYPE_LIST(V) \ argument
26 #define SIGNED_SCALABLE_SCALAR_OPERAND_TYPE_LIST(V) \ argument
29 #define UNSIGNED_SCALABLE_SCALAR_OPERAND_TYPE_LIST(V) \ argument
34 #define UNSIGNED_FIXED_SCALAR_OPERAND_TYPE_LIST(V) \ argument
40 #define NON_REGISTER_OPERAND_TYPE_LIST(V) \ argument
47 #define REGISTER_OPERAND_TYPE_LIST(V) \ argument
53 #define OPERAND_TYPE_LIST(V) \ argument
59 #define OPERAND_SCALE_LIST(V) \ argument
[all …]
/external/libcxx/test/std/utilities/variant/variant.variant/variant.status/
Dindex.pass.cpp38 using V = std::variant<int, ConstexprTestTypes::NoCtors>; in main() typedef
43 using V = std::variant<int, long>; in main() typedef
48 using V = std::variant<int, std::string>; in main() typedef
56 using V = std::variant<int, MakeEmptyT>; in main() typedef
/external/v8/src/
Dheap-symbols.h8 #define INTERNALIZED_STRING_LIST(V) \ argument
190 #define PRIVATE_SYMBOL_LIST(V) \ argument
228 #define PUBLIC_SYMBOL_LIST(V) \ argument
244 #define WELL_KNOWN_SYMBOL_LIST(V) \ argument
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DTinyPtrVector.h32 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
/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
199 if (EltTy V = Val.template dyn_cast<EltTy>()) { variable
211 if (EltTy V = Val.template dyn_cast<EltTy>()) in front() local
218 if (EltTy V = Val.template dyn_cast<EltTy>()) in back() local
233 if (EltTy V = Val.template dyn_cast<EltTy>()) { in push_back() local
299 if (EltTy V = Val.template dyn_cast<EltTy>()) { in insert() local
[all …]

12345678910>>...56