Home
last modified time | relevance | path

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

12345678910>>...27

/external/llvm-project/clang/test/CodeGenCXX/
D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() function
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()
21 void do_test(int *List, int Length) { in do_test()
35 void for_test(int *List, int Length) { in for_test()
58 void disable_test(int *List, int Length) { in disable_test()
71 void for_define_test(int *List, int Length, int Value) { in for_define_test()
81 void for_contant_expression_test(int *List, int Length) { in for_contant_expression_test()
97 void for_template_test(A *List, int Length, A Value) { in for_template_test()
107 void for_template_define_test(A *List, int Length, A Value) { in for_template_define_test()
121 void for_template_constant_expression_test(A *List, int Length) { in for_template_constant_expression_test()
153 void template_test(double *List, int Length) { in template_test()
Dpragma-loop-predicate.cpp3 void test0(int *List, int Length) { in test0()
12 void test1(int *List, int Length) { in test1()
21 void test2(int *List, int Length) { in test2()
31 void test3(int *List, int Length) { in test3()
42 void test4(int *List, int Length) { in test4()
52 void test5(int *List, int Length) { in test5()
Dpragma-unroll.cpp7 void while_test(int *List, int Length) { in while_test()
20 void do_test(int *List, int Length) { in do_test()
33 void for_test(int *List, int Length) { in for_test()
57 void for_define_test(int *List, int Length, int Value) { in for_define_test()
68 void for_template_test(A *List, int Length, A Value) { in for_template_test()
79 void for_template_define_test(A *List, int Length, A Value) { in for_template_define_test()
92 void template_test(double *List, int Length) { in template_test()
Dpragma-loop-pr27643.cpp3 void loop1(int *List, int Length) { in loop1()
14 void loop2(int *List, int Length) { in loop2()
24 void loop3(int *List, int Length) { in loop3()
34 void loop4(int *List, int Length) { in loop4()
Dpragma-pipeline.cpp3 void pipeline_disabled(int *List, int Length, int Value) { in pipeline_disabled()
12 void pipeline_not_disabled(int *List, int Length, int Value) { in pipeline_not_disabled()
19 void pipeline_initiation_interval(int *List, int Length, int Value) { in pipeline_initiation_interval()
28 void pipeline_disabled_on_nested_loop(int *List, int Length, int Value) { in pipeline_disabled_on_nested_loop()
Dpragma-unroll-and-jam.cpp3 void unroll_and_jam(int *List, int Length, int Value) { in unroll_and_jam()
15 void unroll_and_jam_count(int *List, int Length, int Value) { in unroll_and_jam_count()
27 void nounroll_and_jam(int *List, int Length, int Value) { in nounroll_and_jam()
39 void clang_unroll_plus_nounroll_and_jam(int *List, int Length, int Value) { in clang_unroll_plus_nounroll_and_jam()
Dfno-unroll-loops-metadata.cpp11 void while_test(int *List, int Length) { in while_test()
24 void do_test(int *List, int Length) { in do_test()
37 void for_test(int *List, int Length) { in for_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/CodeGenCXX/
D2012-03-16-StoreAlign.cpp4 struct Length { struct
5 Length(double v) { in Length() function
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()
21 void do_test(int *List, int Length) { in do_test()
35 void for_test(int *List, int Length) { in for_test()
58 void disable_test(int *List, int Length) { in disable_test()
71 void for_define_test(int *List, int Length, int Value) { in for_define_test()
81 void for_contant_expression_test(int *List, int Length) { in for_contant_expression_test()
97 void for_template_test(A *List, int Length, A Value) { in for_template_test()
107 void for_template_define_test(A *List, int Length, A Value) { in for_template_define_test()
121 void for_template_constant_expression_test(A *List, int Length) { in for_template_constant_expression_test()
153 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/llvm-project/clang/test/Parser/
Dpragma-fp.cpp3 void test_0(int *List, int Length) { in test_0()
10 void test_1(int *List, int Length) { in test_1()
18 void test_3(int *List, int Length) { in test_3()
26 void test_4(int *List, int Length) { in test_4()
34 void test_5(int *List, int Length) { in test_5()
42 void test_6(int *List, int Length) { in test_6()
50 void test_7(int *List, int Length) { in test_7()
58 void test_8(int *List, int Length) { in test_8()
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()
/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()
/external/clang/test/PCH/
Dpragma-loop.cpp29 inline void run1(int *List, int Length) { in run1()
40 inline void run2(int *List, int Length) { in run2()
52 inline void run3(int *List, int Length) { in run3()
64 inline void run4(int *List, int Length) { in run4()
73 inline void run5(int *List, int Length) { in run5()
82 inline void run6(int *List, int Length) { in run6()
92 inline void run7(int *List, int Length) { in run7()
/external/llvm-project/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()
50 inline void run3(int *List, int Length) { in run3()
62 inline void run4(int *List, int Length) { in run4()
71 inline void run5(int *List, int Length) { in run5()
80 inline void run6(int *List, int Length) { in run6()
90 inline void run7(int *List, int Length) { in run7()
/external/pigweed/pw_string/
Dutil_test.cc22 TEST(Length, Nullptr_Returns0) { EXPECT_EQ(0u, Length(nullptr, 100)); } in TEST() argument
24 TEST(Length, EmptyString_Returns0) { in TEST() argument
29 TEST(Length, MaxLongerThanString_ReturnsStrlen) { in TEST() argument
33 TEST(Length, StringMaxLongerThanMax_ReturnsMax) { in TEST() argument
38 TEST(Length, LengthEqualsMax) { EXPECT_EQ(5u, Length("12345", 5)); } in TEST() argument
/external/llvm-project/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp257 unsigned Length, bool Prologue) { in opcode_0xxxxxxx()
268 unsigned Length, bool Prologue) { in opcode_10Lxxxxx()
287 unsigned Length, bool Prologue) { in opcode_1100xxxx()
299 unsigned Length, bool Prologue) { in opcode_11010Lxx()
316 unsigned Length, bool Prologue) { in opcode_11011Lxx()
333 unsigned Length, bool Prologue) { in opcode_11100xxx()
347 unsigned Length, bool Prologue) { in opcode_111010xx()
360 unsigned Length, bool Prologue) { in opcode_1110110L()
374 unsigned Length, bool Prologue) { in opcode_11101110()
390 unsigned Length, bool Prologue) { in opcode_11101111()
[all …]
/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp228 unsigned Length, bool Prologue) { in opcode_0xxxxxxx()
239 unsigned Length, bool Prologue) { in opcode_10Lxxxxx()
258 unsigned Length, bool Prologue) { in opcode_1100xxxx()
270 unsigned Length, bool Prologue) { in opcode_11010Lxx()
287 unsigned Length, bool Prologue) { in opcode_11011Lxx()
304 unsigned Length, bool Prologue) { in opcode_11100xxx()
318 unsigned Length, bool Prologue) { in opcode_111010xx()
331 unsigned Length, bool Prologue) { in opcode_1110110L()
345 unsigned Length, bool Prologue) { in opcode_11101110()
361 unsigned Length, bool Prologue) { in opcode_11101111()
[all …]
/external/clang/test/Misc/
Dast-print-pragmas.cpp10 void test(int *List, int Length) { in test()
48 void test_nontype_template_param(int *List, int Length) { in test_nontype_template_param()
58 void test_templates(int *List, int Length) { in test_templates()
/external/llvm-project/clang/test/AST/
Dast-print-pragmas.cpp7 void test(int *List, int Length) { in test()
49 void test_nontype_template_param(int *List, int Length) { in test_nontype_template_param()
59 void test_templates(int *List, int Length) { in test_templates()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamRef.h34 Optional<uint32_t> Length) in BinaryStreamRefBase()
38 Optional<uint32_t> Length) in BinaryStreamRefBase()
146 Optional<uint32_t> Length; variable
161 Optional<uint32_t> Length) in BinaryStreamRef()
227 uint32_t ViewOffset, Optional<uint32_t> Length) in WritableBinaryStreamRef()
/external/llvm-project/llvm/lib/Support/
DBinaryStreamReader.cpp92 size_t Length = FoundOffset - OriginalOffset; in readCString() local
103 uint32_t Length = 0; in readWideString() local
122 Error BinaryStreamReader::readFixedString(StringRef &Dest, uint32_t Length) { in readFixedString()
134 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref, uint32_t Length) { in readStreamRef()
143 uint32_t Length) { in readSubstream()

12345678910>>...27