Home
last modified time | relevance | path

Searched refs:Multiple (Results 1 – 25 of 195) sorted by relevance

12345678

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-member-pointers.cpp40 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/
Dmember-pointer-ms.cpp113 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/
Dnonnull.m79 // 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/
Dfunctional.vertex_arrays.multiple_attributes.txt19 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.
Dfunctional.transform_feedback.txt29 - Multiple output variables
Dfunctional.texture.sampler.txt29 - Multiple units
/external/deqp/doc/testspecs/GLES2/
Dfunctional.vertex_arrays.multiple_attributes.txt19 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/
Dcmov-into-branch.ll26 ; Multiple uses of %a, should not form cmov.
39 ; Multiple uses of the load.
51 ; Multiple uses of the cmp.
Dzext-fold.ll13 ;; Multiple uses of %x but easily extensible.
29 ;; Multiple uses of %x where we shouldn't extend the load.
/external/llvm/lib/Target/ARM/
DARMScheduleV6.td282 // FP Load Multiple
285 // FP Load Multiple + update
295 // FP Store Multiple
298 // FP Store Multiple + update
DARMScheduleA8.td393 // 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/
Ddirectory-structure.txt8 1. Multiple tools, plus the core.
9 2. Multiple architectures, OSes, and platforms (arch/OS combinations).
/external/eigen/cmake/
DFindGMP.cmake1 # Try to find the GNU Multiple Precision Arithmetic Library (GMP)
/external/bison/tests/
Dpush.at80 ## Multiple impure instances. ##
83 AT_SETUP([[Multiple impure instances]])
/external/deqp/doc/testspecs/GLES31/
Dfunctional.synchronization.txt59 Multiple computes are dispatched without calling MemoryBarrier(). Result and
66 Multiple instances of programs are dispatched without calling MemoryBarrrier(). Buffer
Dfunctional.compute.shared_var.txt33 + Multiple work groups for atomic function cases
36 + Multiple shared variables
Dfunctional.shaders.atomic_counter.txt37 + Multiple binding points and buffers
42 + Multiple shader innovocations
/external/markdown/MarkdownTest/Tests_2004/
DOrdered and unordered lists.text85 Multiple paragraphs:
/external/markdown/tests/markdown-test/
Dordered-and-unordered-list.txt85 Multiple paragraphs:
/external/markdown/MarkdownTest/Tests_2007/
DOrdered and unordered lists.text85 Multiple paragraphs:
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-plainrsa24 # Multiple certfiles are supported.
/external/llvm/test/Transforms/InstCombine/
Dselect-extractelement.ll16 ; Multiple extractelements
60 ; Multiple extractelements from a vector select
/external/clang/docs/
DClangFormat.rst39 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/
Dtest1.test59 {"description":"Multiple atts",
63 {"description":"Multiple atts no space",
/external/llvm/test/Analysis/CostModel/ARM/
Dinsertelement.ll6 ; Multiple insert elements from loads into d subregisters are expensive on swift

12345678