Searched refs:Multiple (Results 1 – 25 of 195) sorted by relevance
12345678
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-member-pointers.cpp | 40 struct Multiple : B1, B2 { struct 74 int Multiple ::*m_d_memptr; 92 void (Multiple::*m_f_memptr)(); 99 struct Unspecified : Multiple, Virtual { 111 void (Multiple ::*m_f_mp)() = &B2::foo; 177 void (Multiple ::*m_f_memptr)() = &Multiple::foo; in EmitNonVirtualMemberPointers() 352 void callMemberPointerMultiple(Multiple *o, void (Multiple::*memptr)()) { in callMemberPointerMultiple() 484 void (Multiple::*convertB2FuncToMultiple(void (B2::*mp)()))() { in convertB2FuncToMultiple() 502 void (B2::*convertMultipleFuncToB2(void (Multiple::*mp)()))() { in convertMultipleFuncToB2()
|
/external/clang/test/SemaCXX/ |
D | member-pointer-ms.cpp | 113 struct Multiple : B1, B2 { }; struct 116 static_assert(sizeof(int Multiple::*) == kMultipleDataSize, ""); 119 static_assert(sizeof(void (Multiple::*)()) == kMultipleFunctionSize, ""); 146 static_assert(sizeof(int Y<Multiple>::*) == kMultipleDataSize, ""); 149 static_assert(sizeof(void (Y<Multiple>::*)()) == kMultipleFunctionSize, "");
|
/external/clang/test/Analysis/ |
D | nonnull.m | 79 // Multiple attributes, the basic case 101 // Multiple attributes, multiple prototypes 119 // Multiple attributes, same index 132 // Multiple attributes, the middle argument is missing an attribute 151 // Multiple attributes, when the last is without index 164 // Multiple attributes, when the first is without index
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.vertex_arrays.multiple_attributes.txt | 19 Multiple vertex attribute vertex array tests 26 + Multiple attributes from different sources(buffer, user pointer). 27 + Multiple attributes with different strides 28 + Multiple attributes with different input types.
|
D | functional.transform_feedback.txt | 29 - Multiple output variables
|
D | functional.texture.sampler.txt | 29 - Multiple units
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.vertex_arrays.multiple_attributes.txt | 19 Multiple vertex attribute vertex array tests 26 + Multiple attributes from different sources(buffer, user pointer). 27 + Multiple attributes with different strides 28 + Multiple attributes with different input types.
|
/external/llvm/test/CodeGen/X86/ |
D | cmov-into-branch.ll | 26 ; Multiple uses of %a, should not form cmov. 39 ; Multiple uses of the load. 51 ; Multiple uses of the cmp.
|
D | zext-fold.ll | 13 ;; Multiple uses of %x but easily extensible. 29 ;; Multiple uses of %x where we shouldn't extend the load.
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleV6.td | 282 // FP Load Multiple 285 // FP Load Multiple + update 295 // FP Store Multiple 298 // FP Store Multiple + update
|
D | ARMScheduleA8.td | 393 // FP Load Multiple 402 // FP Load Multiple + update 422 // FP Store Multiple 430 // FP Store Multiple + update 868 // Double-register FP Multiple-Accumulate 872 // Quad-register FP Multiple-Accumulate 878 // Double-register Fused FP Multiple-Accumulate 882 // Quad-register Fused FP Multiple-Accumulate
|
/external/valgrind/docs/internals/ |
D | directory-structure.txt | 8 1. Multiple tools, plus the core. 9 2. Multiple architectures, OSes, and platforms (arch/OS combinations).
|
/external/eigen/cmake/ |
D | FindGMP.cmake | 1 # Try to find the GNU Multiple Precision Arithmetic Library (GMP)
|
/external/bison/tests/ |
D | push.at | 80 ## Multiple impure instances. ## 83 AT_SETUP([[Multiple impure instances]])
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.synchronization.txt | 59 Multiple computes are dispatched without calling MemoryBarrier(). Result and 66 Multiple instances of programs are dispatched without calling MemoryBarrrier(). Buffer
|
D | functional.compute.shared_var.txt | 33 + Multiple work groups for atomic function cases 36 + Multiple shared variables
|
D | functional.shaders.atomic_counter.txt | 37 + Multiple binding points and buffers 42 + Multiple shader innovocations
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Ordered and unordered lists.text | 85 Multiple paragraphs:
|
/external/markdown/tests/markdown-test/ |
D | ordered-and-unordered-list.txt | 85 Multiple paragraphs:
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Ordered and unordered lists.text | 85 Multiple paragraphs:
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.sample-plainrsa | 24 # Multiple certfiles are supported.
|
/external/llvm/test/Transforms/InstCombine/ |
D | select-extractelement.ll | 16 ; Multiple extractelements 60 ; Multiple extractelements from a vector select
|
/external/clang/docs/ |
D | ClangFormat.rst | 39 Multiple ranges can be formatted by specifying 47 Multiple ranges can be formatted by specifying 52 Multiple ranges can be formatted by specifying
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | test1.test | 59 {"description":"Multiple atts", 63 {"description":"Multiple atts no space",
|
/external/llvm/test/Analysis/CostModel/ARM/ |
D | insertelement.ll | 6 ; Multiple insert elements from loads into d subregisters are expensive on swift
|
12345678