/external/v8/src/compiler/ |
D | opcodes.h | 13 #define CONTROL_OP_LIST(V) \ argument 39 #define CONSTANT_OP_LIST(V) \ argument 51 #define INNER_OP_LIST(V) \ argument 79 #define COMMON_OP_LIST(V) \ argument 87 #define JS_COMPARE_BINOP_LIST(V) \ argument 95 #define JS_BITWISE_BINOP_LIST(V) \ argument 103 #define JS_ARITH_BINOP_LIST(V) \ argument 111 #define JS_SIMPLE_BINOP_LIST(V) \ argument 119 #define JS_CONVERSION_UNOP_LIST(V) \ argument 130 #define JS_SIMPLE_UNOP_LIST(V) \ argument [all …]
|
/external/libcxx/test/std/utilities/variant/variant.get/ |
D | get_type.pass.cpp | 39 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef 48 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef 55 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef 64 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef 73 using V = std::variant<int &>; in test_const_lvalue_get() typedef 80 using V = std::variant<int &&>; in test_const_lvalue_get() typedef 87 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef 98 using V = std::variant<int, const long>; in test_lvalue_get() typedef 105 using V = std::variant<int, const long>; in test_lvalue_get() typedef 113 using V = std::variant<int &>; in test_lvalue_get() typedef [all …]
|
D | get_index.pass.cpp | 45 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef 54 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef 61 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef 70 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef 79 using V = std::variant<int &>; in test_const_lvalue_get() typedef 86 using V = std::variant<int &&>; in test_const_lvalue_get() typedef 93 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef 104 using V = std::variant<int, const long>; in test_lvalue_get() typedef 111 using V = std::variant<int, const long>; in test_lvalue_get() typedef 119 using V = std::variant<int &>; in test_lvalue_get() typedef [all …]
|
D | get_if_index.pass.cpp | 30 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 …]
|
D | get_if_type.pass.cpp | 28 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/ |
D | SPIRVIsValidEnum.h | 57 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.ctor/ |
D | in_place_type_args.pass.cpp | 37 using V = std::variant<int>; in test_ctor_sfinae() typedef 43 using V = std::variant<int, long, long long>; in test_ctor_sfinae() typedef 49 using V = std::variant<int, long, int *>; in test_ctor_sfinae() typedef 57 using V = std::variant<int, long, int>; in test_ctor_sfinae() typedef 63 using V = std::variant<int, long, int *>; in test_ctor_sfinae() typedef 69 using V = std::variant<int, long, int *>; in test_ctor_sfinae() typedef 96 using V = std::variant<const int, volatile int, int>; in test_ctor_basic() typedef 103 using V = std::variant<const int, volatile int, int>; in test_ctor_basic() typedef 110 using V = std::variant<const int, volatile int, int>; in test_ctor_basic() typedef
|
D | in_place_index_args.pass.cpp | 38 using V = std::variant<int>; in test_ctor_sfinae() typedef 44 using V = std::variant<int, long, long long>; in test_ctor_sfinae() typedef 50 using V = std::variant<int, long, int *>; in test_ctor_sfinae() typedef 56 using V = std::variant<int, long, int *>; in test_ctor_sfinae() typedef 62 using V = std::variant<int, long, int *>; in test_ctor_sfinae() typedef 86 using V = std::variant<const int, volatile int, int>; in test_ctor_basic() typedef 93 using V = std::variant<const int, volatile int, int>; in test_ctor_basic() typedef 100 using V = std::variant<const int, volatile int, int>; in test_ctor_basic() typedef
|
D | T.pass.cpp | 53 using V = std::variant<Dummy, NoThrowT>; in test_T_ctor_noexcept() typedef 57 using V = std::variant<Dummy, ThrowsT>; in test_T_ctor_noexcept() typedef 64 using V = std::variant<long, unsigned>; in test_T_ctor_sfinae() typedef 68 using V = std::variant<std::string, std::string>; in test_T_ctor_sfinae() typedef 72 using V = std::variant<std::string, void *>; in test_T_ctor_sfinae() typedef 77 using V = std::variant<AnyConstructible, NoConstructible>; in test_T_ctor_sfinae() typedef 89 using V = std::variant<int, int &&>; in test_T_ctor_sfinae() typedef 93 using V = std::variant<int, const int &>; in test_T_ctor_sfinae() typedef 112 using V = std::variant<const int &, int &&, long>; in test_T_ctor_basic() typedef 120 using V = std::variant<const int &, int &&, long>; in test_T_ctor_basic() typedef
|
D | default.pass.cpp | 50 using V = std::variant<std::monostate, int>; in test_default_ctor_sfinae() typedef 54 using V = std::variant<NonDefaultConstructible, int>; in test_default_ctor_sfinae() typedef 59 using V = std::variant<int &, int>; in test_default_ctor_sfinae() typedef 67 using V = std::variant<int>; in test_default_ctor_noexcept() typedef 71 using V = std::variant<NotNoexcept>; in test_default_ctor_noexcept() typedef 78 using V = std::variant<DefaultCtorThrows, int>; in test_default_ctor_throws() typedef 107 using V = std::variant<int, long>; in test_default_ctor_basic() typedef 113 using V = std::variant<int, long>; in test_default_ctor_basic() typedef 119 using V = std::variant<int, NonDefaultConstructible>; in test_default_ctor_basic() typedef
|
D | in_place_type_init_list_args.pass.cpp | 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 84 using V = std::variant<InitList, InitListArg, int>; in test_ctor_sfinae() typedef 90 using V = std::variant<InitListArg, InitListArg, int>; in test_ctor_sfinae() typedef
|
/external/v8/src/asmjs/ |
D | asm-names.h | 9 #define STDLIB_MATH_VALUE_LIST(V) \ argument 20 #define STDLIB_MATH_FUNCTION_MONOMORPHIC_LIST(V) \ argument 35 #define STDLIB_MATH_FUNCTION_CEIL_LIKE_LIST(V) \ argument 41 #define STDLIB_MATH_FUNCTION_LIST(V) \ argument 50 #define STDLIB_ARRAY_TYPE_LIST(V) \ argument 60 #define STDLIB_OTHER_LIST(V) \ argument 66 #define KEYWORD_NAME_LIST(V) \ argument 87 #define LONG_SYMBOL_NAME_LIST(V) \ argument 98 #define SIMPLE_SINGLE_TOKEN_LIST(V) \ argument 104 #define SPECIAL_TOKEN_LIST(V) \ argument
|
/external/antlr/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/libcxx/test/std/utilities/variant/variant.variant/variant.assign/ |
D | move.pass.cpp | 156 using V = std::variant<int>; in test_move_assignment_noexcept() typedef 160 using V = std::variant<MoveOnly>; in test_move_assignment_noexcept() typedef 164 using V = std::variant<int, long>; in test_move_assignment_noexcept() typedef 168 using V = std::variant<int, MoveOnly>; in test_move_assignment_noexcept() typedef 172 using V = std::variant<MoveOnlyNT>; in test_move_assignment_noexcept() typedef 176 using V = std::variant<MoveOnlyOddNothrow>; in test_move_assignment_noexcept() typedef 183 using V = std::variant<int, long>; in test_move_assignment_sfinae() typedef 187 using V = std::variant<int, CopyOnly>; in test_move_assignment_sfinae() typedef 191 using V = std::variant<int, NoCopy>; in test_move_assignment_sfinae() typedef 195 using V = std::variant<int, MoveOnly>; in test_move_assignment_sfinae() typedef [all …]
|
D | copy.pass.cpp | 212 using V = std::variant<CopyMaybeThrows>; in test_copy_assignment_not_noexcept() typedef 216 using V = std::variant<int, CopyDoesThrow>; in test_copy_assignment_not_noexcept() typedef 223 using V = std::variant<int, long>; in test_copy_assignment_sfinae() typedef 227 using V = std::variant<int, CopyOnly>; in test_copy_assignment_sfinae() typedef 231 using V = std::variant<int, NoCopy>; in test_copy_assignment_sfinae() typedef 235 using V = std::variant<int, MoveOnly>; in test_copy_assignment_sfinae() typedef 239 using V = std::variant<int, MoveOnlyNT>; in test_copy_assignment_sfinae() typedef 246 using V = std::variant<int, long>; in test_copy_assignment_sfinae() typedef 250 using V = std::variant<int, NTCopyAssign>; in test_copy_assignment_sfinae() typedef 255 using V = std::variant<int, TCopyAssign>; in test_copy_assignment_sfinae() typedef [all …]
|
/external/v8/src/ |
D | objects-definitions.h | 41 #define INSTANCE_TYPE_LIST_BEFORE_INTL(V) \ argument 207 #define INSTANCE_TYPE_LIST_AFTER_INTL(V) \ argument 217 #define INSTANCE_TYPE_LIST(V) \ argument 233 #define STRING_TYPE_LIST(V) \ argument 294 #define STRUCT_LIST(V) \ argument 329 #define ALLOCATION_SITE_LIST(V) \ argument 334 #define DATA_HANDLER_LIST(V) \ argument
|
/external/v8/src/wasm/ |
D | wasm-opcodes.h | 28 #define FOREACH_CONTROL_OPCODE(V) \ argument 47 #define FOREACH_MISC_OPCODE(V) \ argument 64 #define FOREACH_LOAD_MEM_OPCODE(V) \ argument 81 #define FOREACH_STORE_MEM_OPCODE(V) \ argument 93 #define FOREACH_MISC_MEM_OPCODE(V) \ argument 98 #define FOREACH_SIMPLE_OPCODE(V) \ argument 223 #define FOREACH_SIMPLE_PROTOTYPE_OPCODE(V) \ argument 232 #define FOREACH_ASMJS_COMPAT_OPCODE(V) \ argument 265 #define FOREACH_SIMD_0_OPERAND_OPCODE(V) \ argument 378 #define FOREACH_SIMD_1_OPERAND_1_PARAM_OPCODE(V) \ argument [all …]
|
D | wasm-objects.h | 122 #define WASM_MODULE_OBJECT_FIELDS(V) \ argument 249 #define WASM_TABLE_OBJECT_FIELDS(V) \ argument 291 #define WASM_MEMORY_OBJECT_FIELDS(V) \ argument 331 #define WASM_GLOBAL_OBJECT_FLAGS_BIT_FIELDS(V, _) \ argument 340 #define WASM_GLOBAL_OBJECT_FIELDS(V) \ argument 412 #define WASM_INSTANCE_OBJECT_FIELDS(V) \ argument 510 #define WASM_EXPORTED_FUNCTION_DATA_FIELDS(V) \ argument 541 #define WASM_DEBUG_INFO_FIELDS(V) \ argument
|
/external/v8/src/s390/ |
D | constants-s390.h | 156 #define S390_RSY_A_OPCODE_LIST(V) \ argument 198 #define S390_RSY_B_OPCODE_LIST(V) \ argument 217 #define S390_RXE_OPCODE_LIST(V) \ argument 258 #define S390_RRF_A_OPCODE_LIST(V) \ argument 293 #define S390_RXF_OPCODE_LIST(V) \ argument 321 #define S390_IE_OPCODE_LIST(V) \ argument 324 #define S390_RRF_B_OPCODE_LIST(V) \ argument 342 #define S390_RRF_C_OPCODE_LIST(V) \ argument 364 #define S390_MII_OPCODE_LIST(V) \ argument 367 #define S390_RRF_D_OPCODE_LIST(V) \ argument [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SVals.h | 197 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/libcxx/test/std/utilities/variant/variant.variant/variant.status/ |
D | index.pass.cpp | 31 using V = std::variant<int, long>; in main() typedef 36 using V = std::variant<int, long>; in main() typedef 41 using V = std::variant<int, long>; in main() typedef 46 using V = std::variant<int, std::string>; in main() typedef 54 using V = std::variant<int, MakeEmptyT>; in main() typedef
|
/external/libcxx/test/std/language.support/cmp/cmp.strongord/ |
D | strongord.pass.cpp | 59 auto V = std::strong_ordering::equivalent; in test_conversion() local 67 for (auto V : WeakTestCases) in test_conversion() local 75 auto V = std::strong_ordering::equivalent; in test_conversion() local 80 auto V = std::strong_ordering::equal; in test_conversion() local 88 for (auto V : StrongTestCases) in test_conversion() local 97 auto V = std::strong_ordering::equivalent; in test_conversion() local 102 auto V = std::strong_ordering::less; in test_conversion() local 107 auto V = std::strong_ordering::greater; in test_conversion() local 115 auto V = std::strong_ordering::equivalent; in test_conversion() local 120 auto V = std::strong_ordering::less; in test_conversion() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 66 void setUValue(uint64_t V) { Value.uval = V; } in setUValue() 67 void setSValue(int64_t V) { Value.sval = V; } in setSValue() 68 void setPValue(const char *V) { Value.cstr = V; } in setPValue() 148 inline Optional<const char *> toString(const Optional<DWARFFormValue> &V) { in toString() 160 inline const char *toString(const Optional<DWARFFormValue> &V, in toString() 170 inline Optional<uint64_t> toUnsigned(const Optional<DWARFFormValue> &V) { in toUnsigned() 182 inline uint64_t toUnsigned(const Optional<DWARFFormValue> &V, in toUnsigned() 192 inline Optional<uint64_t> toReference(const Optional<DWARFFormValue> &V) { in toReference() 204 inline uint64_t toReference(const Optional<DWARFFormValue> &V, in toReference() 214 inline Optional<int64_t> toSigned(const Optional<DWARFFormValue> &V) { in toSigned() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 72 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 61 static bool classof(const Value *V) { in classof() 112 static bool classof(const Value *V) { in classof() 128 static bool classof(const Value *V) { in classof() 144 static bool classof(const Value *V) { in classof() 161 static bool classof(const Value *V) { in classof() 187 static bool classof(const Value *V) { in classof() 242 static bool classof(const Value *V) { in classof() 384 void setElementSizeInBytes(Constant *V) { in setElementSizeInBytes() 400 static bool classof(const Value *V) { in classof() 412 static bool classof(const Value *V) { in classof() [all …]
|