/external/clang/test/CodeGenCXX/ |
H A D | 2012-03-16-StoreAlign.cpp | 4 struct Length { struct 5 Length(double v) { function in struct:Length 9 bool operator==(const Length& o) const { 12 bool operator!=(const Length& o) const { return !(*this == o); } 22 static Length inchLength(double inch); 23 static bool getPageSizeFromName(const Length &A) { 24 static const Length legalWidth = inchLength(8.5); 30 // CHECK: @_ZZN3Foo19getPageSizeFromNameERK6LengthE10legalWidth = linkonce_odr global %struct.Length zeroinitializer, align 4 31 // CHECK: store float %{{.*}}, float* getelementptr inbounds (%struct.Length, %struct.Length* [all...] |
H A D | pragma-unroll.cpp | 4 void while_test(int *List, int Length) { argument 9 while (i < Length) { 17 void do_test(int *List, int Length) { argument 26 } while (i < Length); 30 void for_test(int *List, int Length) { argument 33 for (int i = 0; i < Length; i++) { 54 void for_define_test(int *List, int Length, int Value) { argument 57 for (int i = 0; i < Length; i++) { 65 void for_template_test(A *List, int Length, A Value) { argument 68 for (int i = 0; i < Length; 76 for_template_define_test(A *List, int Length, A Value) argument 89 template_test(double *List, int Length) argument [all...] |
H A D | pragma-loop-safety.cpp | 4 void vectorize_test(int *List, int Length) { argument 11 for (int i = 0; i < Length; i++) { 27 void interleave_test(int *List, int Length) { argument 34 for (int i = 0; i < Length; i++) {
|
H A D | pragma-loop.cpp | 4 void while_test(int *List, int Length) { argument 13 while (i < Length) { 21 void do_test(int *List, int Length) { argument 29 } while (i < Length); 35 void for_test(int *List, int Length) { argument 39 for (int i = 0; i < Length; i++) { 58 void disable_test(int *List, int Length) { argument 60 for (int i = 0; i < Length; i++) { 71 void for_define_test(int *List, int Length, int Value) { argument 74 for (int i = 0; i < Length; 81 for_contant_expression_test(int *List, int Length) argument 97 for_template_test(A *List, int Length, A Value) argument 107 for_template_define_test(A *List, int Length, A Value) argument 121 for_template_constant_expression_test(A *List, int Length) argument 153 template_test(double *List, int Length) argument [all...] |
/external/clang/test/Parser/ |
H A D | pragma-unroll.cpp | 6 void test(int *List, int Length) { argument 10 while (i + 1 < Length) { 15 while (i < Length) { 20 while (i - 1 < Length) { 25 while (i - 2 < Length) { 32 while (i-6 < Length) { 37 while (i-7 < Length) { 47 while (i-8 < Length) { 52 /* expected-error {{expected a for, while, or do-while loop to follow '#pragma unroll'}} */ int j = Length; 54 /* expected-error {{expected a for, while, or do-while loop to follow '#pragma unroll'}} */ int k = Length; [all...] |
H A D | pragma-loop.cpp | 7 void test_nontype_template_param(int *List, int Length) { argument 9 for (int i = 0; i < Length; i++) { 14 for (int i = 0; i < Length; i++) { 20 void test_nontype_template_vectorize(int *List, int Length) { argument 22 for (int i = 0; i < Length; i++) { 27 for (int i = 0; i < Length; i++) { 33 void test_nontype_template_interleave(int *List, int Length) { argument 35 for (int i = 0; i < Length; i++) { 40 for (int i = 0; i < Length; i++) { 46 void test_nontype_template_char(int *List, int Length) { argument 54 test_nontype_template_bool(int *List, int Length) argument 62 test_nontype_template_badarg(int *List, int Length) argument 71 test_type_template_vectorize(int *List, int Length) argument 79 test(int *List, int Length) argument [all...] |
H A D | pragma-loop-safety.cpp | 6 void test(int *List, int Length) { argument 11 while (i + 1 < Length) { 24 while (i-7 < Length) { 32 while (i-9 < Length) {
|
/external/clang/test/Misc/ |
H A D | ast-print-pragmas-xfail.cpp | 6 void run1(int *List, int Length) { argument 16 // CHECK-NEXT: while (i < Length) 17 while (i < Length) {
|
H A D | ast-print-pragmas.cpp | 10 void test(int *List, int Length) { argument 14 // CHECK-NEXT: while (i < Length) 15 while (i < Length) { 27 // CHECK-NEXT: while (i - 1 < Length) 28 while (i - 1 < Length) { 40 // CHECK-NEXT: while (i - 2 < Length) 41 while (i - 2 < Length) { 48 void test_nontype_template_param(int *List, int Length) { argument 50 for (int i = 0; i < Length; i++) { 58 void test_templates(int *List, int Length) { argument [all...] |
H A D | backend-optimization-failure-nodbg.cpp | 7 void test_switch(int *A, int *B, int Length) { /* expected-warning {{loop not vectorized: failed explicitly specified loop vectorization}} */ argument 9 for (int i = 0; i < Length; i++) {
|
H A D | backend-optimization-failure.cpp | 7 void test_switch(int *A, int *B, int Length) { argument 9 for (int i = 0; i < Length; i++) {
|
/external/clang/test/PCH/ |
H A D | pragma-loop.cpp | 29 inline void run1(int *List, int Length) { argument 34 while (i < Length) { 40 inline void run2(int *List, int Length) { argument 46 while (i - 1 < Length) { 52 inline void run3(int *List, int Length) { argument 58 while (i - 3 < Length) { 64 inline void run4(int *List, int Length) { argument 67 while (i - 3 < Length) { 73 inline void run5(int *List, int Length) { argument 76 while (i - 3 < Length) { 82 run6(int *List, int Length) argument 92 run7(int *List, int Length) argument [all...] |
/external/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | StreamRef.h | 21 StreamRef() : Stream(nullptr), ViewOffset(0), Length(0) {} 23 : Stream(&Stream), ViewOffset(0), Length(Stream.getLength()) {} 24 StreamRef(const StreamInterface &Stream, uint32_t Offset, uint32_t Length) argument 25 : Stream(&Stream), ViewOffset(Offset), Length(Length) {} 28 StreamRef(const StreamRef &S, uint32_t Offset, uint32_t Length) = delete; 34 if (Size + Offset > Length) 43 if (Offset >= Length) 51 uint32_t MaxLength = Length - Offset; 58 if (Data.size() + Offset > Length) 99 uint32_t Length; member in class:llvm::codeview::StreamRef [all...] |
/external/clang/test/SemaTemplate/ |
H A D | ext-vector-type.cpp | 2 template<typename T, unsigned Length> 4 typedef T __attribute__((ext_vector_type(Length))) type; 12 template<typename T, unsigned Length> 14 typedef T __attribute__((ext_vector_type(Length))) type; // expected-error{{zero vector size}} 21 template<typename T, unsigned Length> 23 typedef T __attribute__((ext_vector_type(Length))) type; // expected-error{{invalid vector element type 's'}} 32 template<typename T, T Length> 34 typedef T __attribute__((ext_vector_type(Length))) type; 43 template<unsigned Length> 45 typedef int_ptr __attribute__((ext_vector_type(Length))) typ [all...] |
/external/llvm/tools/llvm-readobj/ |
H A D | ARMWinEHPrinter.h | 36 unsigned Length, bool Prologue); 38 unsigned Length, bool Prologue); 40 unsigned Length, bool Prologue); 42 unsigned Length, bool Prologue); 44 unsigned Length, bool Prologue); 46 unsigned Length, bool Prologue); 48 unsigned Length, bool Prologue); 50 unsigned Length, bool Prologue); 52 unsigned Length, bool Prologue); 54 unsigned Length, boo [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
H A D | StringRef.h | 42 size_t Length; member in class:llvm::StringRef 52 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { argument 53 if (Length == 0) { return 0; } 54 return ::memcmp(Lhs,Rhs,Length); 62 /*implicit*/ StringRef() : Data(0), Length(0) {} 68 Length = ::strlen(Str); // invoking strlen(NULL) is undefined behavior 73 : Data(data), Length(length) { 80 : Data(Str.data()), Length(Str.length()) {} 88 iterator end() const { return Data + Length; } 99 bool empty() const { return Length [all...] |
H A D | ArrayRef.h | 42 size_type Length; member in class:llvm::ArrayRef 49 /*implicit*/ ArrayRef() : Data(0), Length(0) {} 53 : Data(&OneElt), Length(1) {} 57 : Data(data), Length(length) {} 61 : Data(begin), Length(end - begin) {} 65 : Data(Vec.data()), Length(Vec.size()) {} 69 : Data(Vec.empty() ? (T*)0 : &Vec[0]), Length(Vec.size()) {} 74 : Data(Arr), Length(N) {} function in class:llvm::ArrayRef 81 iterator end() const { return Data + Length; } 84 bool empty() const { return Length [all...] |
/external/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 54 size_t Length; member in class:llvm::StringRef 59 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { argument 60 if (Length == 0) { return 0; } 61 return ::memcmp(Lhs,Rhs,Length); 69 /*implicit*/ StringRef() : Data(nullptr), Length(0) {} 75 Length = ::strlen(Str); // invoking strlen(NULL) is undefined behavior 81 : Data(data), Length(length) { 89 : Data(Str.data()), Length(Str.length()) {} 97 iterator end() const { return Data + Length; } 120 bool empty() const { return Length [all...] |
/external/llvm/unittests/Support/ |
H A D | StreamingMemoryObjectTest.cpp | 21 size_t GetBytes(unsigned char *Buffer, size_t Length) override { 22 memset(Buffer, 0, Length); 23 return Length; 32 size_t GetBytes(unsigned char *OutBuffer, size_t Length) override { 33 if (Length >= Buffer.size()) 34 Length = Buffer.size(); 36 std::copy(Buffer.begin(), Buffer.begin() + Length, OutBuffer); 37 Buffer = Buffer.drop_front(Length); 38 return Length;
|
/external/swiftshader/third_party/LLVM/runtime/libprofile/ |
H A D | CommonProfiling.c | 38 unsigned Length, i;
local 65 for (Length = 0, i = 0; i != (unsigned)argc; ++i)
66 Length += strlen(argv[i])+1;
68 SavedArgs = (char*)malloc(Length);
69 for (Length = 0, i = 0; i != (unsigned)argc; ++i) {
71 memcpy(SavedArgs+Length, argv[i], Len);
72 Length += Len;
73 SavedArgs[Length++] = ' ';
76 SavedArgsLength = Length;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
H A D | StringTokenizer.cs | 54 if ( i == _tokens.Length - 1 ) 56 if (EnumerableExtensions.Contains(delims, str[str.Length - 1])) 71 delegate(string t) { return t.Length + 1; })) - 1].ToString() }; 79 return _current < _tokens.Length;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
H A D | StringTokenizer.cs | 55 if ( i == _tokens.Length - 1 ) 57 if ( delims.Contains( str[str.Length - 1] ) ) 71 return new string[] { token, str[_tokens.Take( i + 1 ).Select( t => t.Length + 1 ).Sum() - 1].ToString() }; 79 return _current < _tokens.Length;
|
/external/clang/test/SemaCXX/ |
H A D | invalid-member-expr.cpp | 55 struct Length { struct in namespace:rdar11293995 56 explicit Length(PassRefPtr<CalculationValue>); // expected-error {{unknown type name}} \ 62 Length m_width; 63 Length m_height;
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
H A D | extend.hpp | 53 /// Extends of Length the Origin position using the (Source - Origin) direction. 59 typename genType::value_type const Length);
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
H A D | qp_parser.cc | 22 return vp8::GetQp(frame.Buffer(), frame.Length(), qp);
|