/external/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/ |
D | vcmulq.c | 128 #ifdef polymorphic in test_vcmulq_m_f16() 144 #ifdef polymorphic in test_vcmulq_m_f32() 160 #ifdef polymorphic in test_vcmulq_rot90_m_f16() 176 #ifdef polymorphic in test_vcmulq_rot90_m_f32() 192 #ifdef polymorphic in test_vcmulq_rot180_m_f16() 208 #ifdef polymorphic in test_vcmulq_rot180_m_f32() 224 #ifdef polymorphic in test_vcmulq_rot270_m_f16() 240 #ifdef polymorphic in test_vcmulq_rot270_m_f32()
|
/external/llvm-project/clang/utils/VtableTest/ |
D | gen.cc | 70 bool polymorphic = false; in gs() local 267 polymorphic = true; in gs() 268 if (polymorphic) { in gs() 278 if (polymorphic) { in gs()
|
/external/clang/utils/VtableTest/ |
D | gen.cc | 70 bool polymorphic = false; in gs() local 267 polymorphic = true; in gs() 268 if (polymorphic) { in gs() 278 if (polymorphic) { in gs()
|
/external/libcxx/include/experimental/ |
D | string | 22 // basic_string using polymorphic allocator in namespace pmr 27 // basic_string typedef names using polymorphic allocator in namespace
|
D | memory_resource | 153 // 8.6, memory.polymorphic.allocator.class 155 // 8.6.1, memory.polymorphic.allocator.overview 162 // 8.6.2, memory.polymorphic.allocator.ctor 184 // 8.6.3, memory.polymorphic.allocator.mem 318 // 8.6.4, memory.polymorphic.allocator.eq
|
/external/llvm-project/libcxx/include/experimental/ |
D | string | 21 // basic_string using polymorphic allocator in namespace pmr 26 // basic_string typedef names using polymorphic allocator in namespace
|
D | memory_resource | 152 // 8.6, memory.polymorphic.allocator.class 154 // 8.6.1, memory.polymorphic.allocator.overview 161 // 8.6.2, memory.polymorphic.allocator.ctor 183 // 8.6.3, memory.polymorphic.allocator.mem 317 // 8.6.4, memory.polymorphic.allocator.eq
|
/external/llvm-project/clang/include/clang/Basic/ |
D | arm_mve_defs.td | 424 // its shorter polymorphic name. 431 // PNT_None: the intrinsic is not polymorphic at all, so its short name is the 435 // PNT_Type: the usual case, in which the polymorphic name is made by dropping 440 // PNT_2Type: the polymorphic name is made by dropping _two_ type suffixes. 444 // PNT_NType: the polymorphic name is made by dropping an "_n" suffix and a 448 // PNT_NType: the polymorphic name is made by just dropping an "_n" suffix 452 // PNT_WBType: the polymorphic name is made by dropping an "_wb" suffix and a 456 // PNT_WB: the polymorphic name is made by just dropping "_wb". E.g. 466 // name of the function. Its shorter polymorphic name is constructed from that 472 // [Void] if the intrinsic is not polymorphic at all. [all …]
|
D | arm_neon_incl.td | 259 // !: make this the key type passed to CGBuiltin.cpp in a polymorphic call. 276 // a Q register. Only used for intrinsics which end up calling polymorphic
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | cppcoreguidelines-slicing.rst | 25 …/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#c145-access-polymorphic-objects-through…
|
/external/jackson-databind/release-notes/ |
D | VERSION-2.x | 35 #2644: `BigDecimal` precision not retained for polymorphic deserialization 133 use of unsafe base type for polymorphic deserialization 183 #2605: Failure to deserializer polymorphic subtypes of base type `Enum` 281 #2336: `MapDeserializer` can not merge `Map`s with polymorphic values 525 #1604: Nested type arguments doesn't work with polymorphic types 721 #1604: Nested type arguments doesn't work with polymorphic types 745 #1735: Missing type checks when using polymorphic type ids 747 #1737: Block more JDK types from polymorphic deserialization (CVE 2017-15095) 935 #2097: Block more classes from polymorphic deserialization (CVE-2018-14718 940 #2186: Block more classes from polymorphic deserialization (CVE-2018-19360, [all …]
|
D | CREDITS-2.x | 128 * Reported #353: Problems with polymorphic types, `JsonNode` (related to #88) 162 * Reported #580: delegate deserializers choke on a (single) abstract/polymorphic parameter 592 * Reported #1441: Failure with custom Enum key deserializer, polymorphic types 662 * Reported #1735: Missing type checks when using polymorphic type ids
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | attr-trivial-abi.mm | 17 … { // expected-warning {{'trivial_abi' cannot be applied to 'S3'}} expected-note {{is polymorphic}} 23 … // expected-warning {{'trivial_abi' cannot be applied to 'S3_2'}} expected-note {{is polymorphic}}
|
/external/grpc-grpc/doc/core/ |
D | moving-to-c++.md | 43 …- Spend a little time deciding how to do non-leaf stuff that isn't central or polymorphic (e.g., t… 44 …- For big central or polymorphic interfaces, actually do an API review (for things like transport,…
|
/external/python/pybind11/docs/ |
D | classes.rst | 289 The C++ classes defined above are regular non-polymorphic types with an 301 Pet # no pointer downcasting for regular non-polymorphic types 305 The function returned a ``Dog`` instance, but because it's a non-polymorphic 307 considered polymorphic if it has at least one virtual function and pybind11 337 Given a pointer to a polymorphic base, pybind11 performs automatic downcasting 345 For more information about polymorphic behavior see :ref:`overriding_virtuals`.
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-param-util-generated.h.pump | 70 // Used in the Values() function to provide polymorphic capabilities. 241 // Helper classes providing Combine() with polymorphic features. They allow
|
/external/jackson-annotations/ |
D | README.md | 176 ### Handling polymorphic types 209 [Intro to polymorphic type handling](http://www.cowtowncoder.com/blog/archives/2010/03/entry_372.ht…
|
/external/python/cpython2/Doc/library/ |
D | xml.sax.utils.rst | 86 function to implement the polymorphic *source* argument to their
|
/external/llvm-project/clang/include/clang/AST/ |
D | CXXRecordDeclDefinitionBits.def | 55 /// True when this class is polymorphic, i.e., has at 56 /// least one virtual member or derives from a polymorphic class.
|
/external/python/pybind11/docs/advanced/cast/ |
D | functional.rst | 10 The C++11 standard brought lambda functions and the generic polymorphic
|
/external/python/cpython3/Doc/library/ |
D | xml.sax.utils.rst | 89 function to implement the polymorphic *source* argument to their
|
/external/llvm-project/clang/utils/TableGen/ |
D | MveEmitter.cpp | 856 bool polymorphic() const { return ShortName != FullName; } in polymorphic() function in __anonf88c1dfe0111::ACLEIntrinsic 1704 Int.polymorphic() ? StringTable.GetOrAddStringOffset(Int.shortName()) in EmitBuiltinAliases() 1790 if (Polymorphic && !Int.polymorphic()) in EmitHeader() 1941 if (Int.polymorphic()) { in EmitBuiltinDef() 2049 if (Polymorphic && !Int.polymorphic()) in EmitHeader()
|
/external/llvm-project/llvm/docs/ |
D | CFIVerify.rst | 50 directives (e.g. CFI directives around a static call to a non-polymorphic base
|
/external/catch2/docs/ |
D | opensource-users.md | 72 A polymorphic value-type for C++.
|
/external/clang/docs/ |
D | ControlFlowIntegrity.rst | 129 where the class being casted to is a polymorphic class. 166 polymorphic class type. This CFI scheme can be enabled on its own using
|