| /external/clang/test/CodeGenCXX/ |
| D | 2012-03-16-StoreAlign.cpp | 4 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
|
| /external/clang/test/Parser/ |
| D | pragma-loop.cpp | 7 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()
|
| D | warn-cuda-compat.cu | 8 void test(int *List, int Length) { in test()
|
| D | pragma-unroll.cpp | 6 void test(int *List, int Length) { in test()
|
| /external/clang/test/CodeGen/ |
| D | pragma-loop.cpp | 4 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()
|
| D | pragma-unroll.cpp | 4 void while_test(int *List, int Length) { in while_test() 17 void do_test(int *List, int Length) { in do_test() 29 void for_test(int *List, int Length) { in for_test() 51 void for_define_test(int *List, int Length, int Value) { in for_define_test() 61 void for_template_test(A *List, int Length, A Value) { in for_template_test() 71 void for_template_define_test(A *List, int Length, A Value) { in for_template_define_test() 82 void template_test(double *List, int Length) { in template_test()
|
| /external/clang/test/PCH/ |
| D | pragma-loop.cpp | 27 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/ |
| D | ARMWinEHPrinter.cpp | 232 unsigned Length, bool Prologue) { in opcode_0xxxxxxx() 243 unsigned Length, bool Prologue) { in opcode_10Lxxxxx() 262 unsigned Length, bool Prologue) { in opcode_1100xxxx() 274 unsigned Length, bool Prologue) { in opcode_11010Lxx() 291 unsigned Length, bool Prologue) { in opcode_11011Lxx() 308 unsigned Length, bool Prologue) { in opcode_11100xxx() 322 unsigned Length, bool Prologue) { in opcode_111010xx() 335 unsigned Length, bool Prologue) { in opcode_1110110L() 349 unsigned Length, bool Prologue) { in opcode_11101110() 365 unsigned Length, bool Prologue) { in opcode_11101111() [all …]
|
| D | ARMAttributeParser.cpp | 75 unsigned Length; in ParseInteger() local 84 size_t Length = std::strlen(String); in ParseString() local 546 unsigned Length; in ParseIndexList() local 556 uint32_t &Offset, uint32_t Length) { in ParseAttributeList() 558 unsigned Length; in ParseAttributeList() local 587 void ARMAttributeParser::ParseSubsection(const uint8_t *Data, uint32_t Length) { in ParseSubsection()
|
| /external/clang/test/Misc/ |
| D | ast-print-pragmas.cpp | 9 void test(int *List, int Length) { in test() 43 void test_nontype_template_param(int *List, int Length) { in test_nontype_template_param() 53 void test_templates(int *List, int Length) { in test_templates()
|
| D | ast-print-pragmas-xfail.cpp | 6 void run1(int *List, int Length) { in run1()
|
| D | backend-optimization-failure.cpp | 7 void test_switch(int *A, int *B, int Length) { in test_switch()
|
| /external/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugArangeSet.h | 26 uint32_t Length; member 42 uint64_t Length; member
|
| /external/clang/test/SemaCXX/ |
| D | constructor.cpp | 43 struct Length { struct 44 Length l() const { return *this; } in l() argument
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugFrame.cpp | 32 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() 240 FDE(uint64_t Offset, uint64_t Length, int64_t LinkedCIEOffset, in FDE() 422 uint32_t Offset, int Length) { in dumpDataAux() 440 uint64_t Length = Data.getU32(&Offset); in parse() local
|
| /external/clang/include/clang/Tooling/Core/ |
| D | Replacement.h | 38 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {} in Range() 62 unsigned Length; variable
|
| /external/protobuf/gtest/samples/ |
| D | sample2.h | 77 size_t Length() const { in Length() function
|
| /external/google-breakpad/src/testing/gtest/samples/ |
| D | sample2.h | 76 size_t Length() const { in Length() function
|
| /external/libnfc-nxp/src/ |
| D | phFriNfc_MapTools.c | 65 uint32_t Length) in phFriNfc_MapTool_SetCardState()
|
| D | phFriNfc_IntNdefMap.c | 120 uint16_t Length) in phFriNfc_NdefMap_SetCardState()
|
| /external/llvm/lib/Support/ |
| D | LineIterator.cpp | 88 size_t Length = 0; in advance() local
|
| /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
| D | SkPdfEncryptionCommonDictionary_autogen.cpp | 35 int64_t SkPdfEncryptionCommonDictionary::Length(SkPdfNativeDoc* doc) { in Length() function in SkPdfEncryptionCommonDictionary
|
| /external/clang/lib/Tooling/Core/ |
| D | Replacement.cpp | 34 Replacement::Replacement(StringRef FilePath, unsigned Offset, unsigned Length, in Replacement() 40 unsigned Length, StringRef ReplacementText) { in Replacement() 105 SourceLocation Start, unsigned Length, in setFromSourceLocation()
|
| /external/libvpx/libvpx/third_party/libwebm/ |
| D | mkvreader.cpp | 86 int MkvReader::Length(long long* total, long long* available) { in Length() function in mkvparser::MkvReader
|
| /external/llvm/include/llvm/ADT/ |
| D | StringRef.h | 52 size_t Length; variable 56 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { in compareMemory()
|