Home
last modified time | relevance | path

Searched defs:Length (Results 1 – 25 of 191) sorted by relevance

12345678

/external/clang/test/CodeGenCXX/
D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() argument
9 bool operator==(const Length& o) const { in operator ==() argument
12 bool operator!=(const Length& o) const { return !(*this == o); } in operator !=() argument
22 static Length inchLength(double inch); argument
Dpragma-loop.cpp4 void while_test(int *List, int Length) { in while_test()
20 void do_test(int *List, int Length) { in do_test()
34 void for_test(int *List, int Length) { in for_test()
57 void disable_test(int *List, int Length) { in disable_test()
70 void for_define_test(int *List, int Length, int Value) { in for_define_test()
80 void for_contant_expression_test(int *List, int Length) { in for_contant_expression_test()
96 void for_template_test(A *List, int Length, A Value) { in for_template_test()
106 void for_template_define_test(A *List, int Length, A Value) { in for_template_define_test()
120 void for_template_constant_expression_test(A *List, int Length) { in for_template_constant_expression_test()
152 void template_test(double *List, int Length) { in template_test()
Dpragma-unroll.cpp4 void while_test(int *List, int Length) { in while_test()
17 void do_test(int *List, int Length) { in do_test()
30 void for_test(int *List, int Length) { in for_test()
54 void for_define_test(int *List, int Length, int Value) { in for_define_test()
65 void for_template_test(A *List, int Length, A Value) { in for_template_test()
76 void for_template_define_test(A *List, int Length, A Value) { in for_template_define_test()
89 void template_test(double *List, int Length) { in template_test()
Dpragma-loop-safety.cpp4 void vectorize_test(int *List, int Length) { in vectorize_test()
27 void interleave_test(int *List, int Length) { in interleave_test()
/external/clang/test/Parser/
Dpragma-loop.cpp7 void test_nontype_template_param(int *List, int Length) { in test_nontype_template_param()
20 void test_nontype_template_vectorize(int *List, int Length) { in test_nontype_template_vectorize()
33 void test_nontype_template_interleave(int *List, int Length) { in test_nontype_template_interleave()
46 void test_nontype_template_char(int *List, int Length) { in test_nontype_template_char()
54 void test_nontype_template_bool(int *List, int Length) { in test_nontype_template_bool()
62 void test_nontype_template_badarg(int *List, int Length) { in test_nontype_template_badarg()
71 void test_type_template_vectorize(int *List, int Length) { in test_type_template_vectorize()
79 void test(int *List, int Length) { in test()
Dpragma-loop-safety.cpp6 void test(int *List, int Length) { in test()
Dwarn-cuda-compat.cu8 void test(int *List, int Length) { in test()
Dpragma-unroll.cpp6 void test(int *List, int Length) { in test()
/external/clang/test/PCH/
Dpragma-loop.cpp27 inline void run1(int *List, int Length) { in run1()
38 inline void run2(int *List, int Length) { in run2()
49 inline void run3(int *List, int Length) { in run3()
60 inline void run4(int *List, int Length) { in run4()
69 inline void run5(int *List, int Length) { in run5()
78 inline void run6(int *List, int Length) { in run6()
88 inline void run7(int *List, int Length) { in run7()
/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp225 unsigned Length, bool Prologue) { in opcode_0xxxxxxx()
236 unsigned Length, bool Prologue) { in opcode_10Lxxxxx()
255 unsigned Length, bool Prologue) { in opcode_1100xxxx()
267 unsigned Length, bool Prologue) { in opcode_11010Lxx()
284 unsigned Length, bool Prologue) { in opcode_11011Lxx()
301 unsigned Length, bool Prologue) { in opcode_11100xxx()
315 unsigned Length, bool Prologue) { in opcode_111010xx()
328 unsigned Length, bool Prologue) { in opcode_1110110L()
342 unsigned Length, bool Prologue) { in opcode_11101110()
358 unsigned Length, bool Prologue) { in opcode_11101111()
[all …]
/external/clang/test/Misc/
Dast-print-pragmas.cpp10 void test(int *List, int Length) { in test()
44 void test_nontype_template_param(int *List, int Length) { in test_nontype_template_param()
54 void test_templates(int *List, int Length) { in test_templates()
Dast-print-pragmas-xfail.cpp6 void run1(int *List, int Length) { in run1()
Dbackend-optimization-failure-nodbg.cpp7 void test_switch(int *A, int *B, int Length) { in test_switch()
Dbackend-optimization-failure.cpp7 void test_switch(int *A, int *B, int Length) { in test_switch()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp32 FrameEntry(FrameKind K, uint64_t Offset, uint64_t Length) in FrameEntry()
61 uint64_t Length; member in llvm::FrameEntry
191 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, in CIE()
251 FDE(uint64_t Offset, uint64_t Length, int64_t LinkedCIEOffset, in FDE()
433 uint32_t Offset, int Length) { in dumpDataAux()
451 uint64_t Length = Data.getU32(&Offset); in parse() local
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugArangeSet.h26 uint32_t Length; member
42 uint64_t Length; member
/external/clang/test/SemaCXX/
Dconstructor.cpp42 struct Length { struct
43 Length l() const { return *this; } in l() argument
/external/clang/include/clang/Tooling/Core/
DReplacement.h39 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {} in Range()
63 unsigned Length; variable
/external/c-ares/
Dares_iphlpapi.h124 ULONG Length; member
142 ULONG Length; member
154 ULONG Length; member
166 ULONG Length; member
178 ULONG Length; member
191 ULONG Length; member
/external/clang/lib/Tooling/Core/
DReplacement.cpp34 Replacement::Replacement(StringRef FilePath, unsigned Offset, unsigned Length, in Replacement()
40 unsigned Length, StringRef ReplacementText) { in Replacement()
111 SourceLocation Start, unsigned Length, in setFromSourceLocation()
375 unsigned Length; member in clang::tooling::__anon6258f4af0311::MergedReplacement
/external/protobuf/gtest/samples/
Dsample2.h77 size_t Length() const { in Length() function
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
Dsample2.h76 size_t Length() const { in Length() function
/external/google-breakpad/src/testing/gtest/samples/
Dsample2.h76 size_t Length() const { in Length() function
/external/libnfc-nxp/src/
DphFriNfc_MapTools.c65 uint32_t Length) in phFriNfc_MapTool_SetCardState()
/external/llvm/lib/Support/
DLineIterator.cpp88 size_t Length = 0; in advance() local

12345678