/external/llvm-project/llvm/test/MC/Mips/ |
D | set-nomacro.s | 3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions 81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 92 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 99 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions [all …]
|
/external/llvm/test/MC/Mips/ |
D | set-nomacro.s | 3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions 81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 92 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions 99 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | round.inl | 76 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 79 return Source + (Multiple - std::fmod(Source, Multiple)); 81 return Source + std::fmod(-Source, Multiple); 89 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 92 return Tmp + (Multiple - (Tmp % Multiple)); 100 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 105 return Tmp + (Multiple - (Tmp % Multiple)); 108 return Source + (-Source % Multiple); 119 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 122 return Source - std::fmod(Source, Multiple); [all …]
|
D | round.hpp | 85 /// Return true if the 'Value' is a multiple of 'Multiple'. 89 GLM_FUNC_DECL bool isMultiple(genIUType Value, genIUType Multiple); 91 /// Return true if the 'Value' is a multiple of 'Multiple'. 95 GLM_FUNC_DECL vecType<bool, P> isMultiple(vecType<T, P> const & Value, T Multiple); 97 /// Return true if the 'Value' is a multiple of 'Multiple'. 101 …FUNC_DECL vecType<bool, P> isMultiple(vecType<T, P> const & Value, vecType<T, P> const & Multiple); 103 /// Higher multiple number of Source. 107 /// @param Multiple Must be a null or positive value 111 GLM_FUNC_DECL genType ceilMultiple(genType Source, genType Multiple); 113 /// Higher multiple number of Source. [all …]
|
/external/llvm/test/tools/dsymutil/X86/ |
D | multiple-inputs.test | 1 RUN: rm -rf %T/multiple-inputs 2 RUN: mkdir -p %T/multiple-inputs 4 RUN: cat %p/../Inputs/basic.macho.x86_64 > %T/multiple-inputs/basic.macho.x86_64 5 RUN: cat %p/../Inputs/basic-archive.macho.x86_64 > %T/multiple-inputs/basic-archive.macho.x86_64 6 RUN: cat %p/../Inputs/basic-lto.macho.x86_64 > %T/multiple-inputs/basic-lto.macho.x86_64 7 RUN: cat %p/../Inputs/basic-lto-dw4.macho.x86_64 > %T/multiple-inputs/basic-lto-dw4.macho.x86_64 9 # Multiple inputs in flat mode 10 …%p/.. %T/multiple-inputs/basic.macho.x86_64 %T/multiple-inputs/basic-archive.macho.x86_64 %T/multi… 11 RUN: llvm-dwarfdump %T/multiple-inputs/basic.macho.x86_64.dwarf \ 13 RUN: llvm-dwarfdump %T/multiple-inputs/basic-archive.macho.x86_64.dwarf \ [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-unsequenced.cpp | 27 a = a++; // cxx11-warning {{multiple unsequenced modifications to 'a'}} in test() 30 ++a + ++a; // cxx11-warning {{multiple unsequenced modifications to 'a'}} in test() 31 // cxx17-warning@-1 {{multiple unsequenced modifications to 'a'}} in test() 32 a++ + a++; // cxx11-warning {{multiple unsequenced modifications to 'a'}} in test() 33 // cxx17-warning@-1 {{multiple unsequenced modifications to 'a'}} in test() 36 a = xs[a++]; // cxx11-warning {{multiple unsequenced modifications to 'a'}} in test() 40 a = (a++, a++); // cxx11-warning {{multiple unsequenced modifications to 'a'}} in test() 46 f(a = 0, a = 0); // cxx11-warning {{multiple unsequenced modifications to 'a'}} in test() 47 // cxx17-warning@-1 {{multiple unsequenced modifications to 'a'}} in test() 50 a = f(++a, a++); // cxx11-warning {{multiple unsequenced modifications to 'a'}} in test() [all …]
|
D | member-name-lookup.cpp | 38 …d.a; // expected-error{{non-static member 'a' found in multiple base-class subobjects of type 'A':… in test_lookup() 40 d.c; // expected-error{{member 'c' found in multiple base classes of different types}} in test_lookup() 41 d.d; // expected-error{{member 'd' found in multiple base classes of different types}} in test_lookup() 42 …d.f(0); // expected-error{{non-static member 'f' found in multiple base-class subobjects of type '… in test_lookup() 50 D::E3 e3; // expected-error{{multiple base classes}} in test_lookup() 54 a; // expected-error{{non-static member 'a' found in multiple base-class subobjects of type 'A':}} in test_lookup() 56 c; // expected-error{{member 'c' found in multiple base classes of different types}} in test_lookup() 57 d; // expected-error{{member 'd' found in multiple base classes of different types}} in test_lookup() 58 …f(0); // expected-error{{non-static member 'f' found in multiple base-class subobjects of type 'A'… in test_lookup() 66 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_lookup() [all …]
|
/external/llvm/test/DebugInfo/ |
D | debuglineinfo-macho.test | 3 RUN: llvm-dwarfdump %p/Inputs/test-multiple-macho.o | FileCheck %s 4 RUN: llvm-rtdyld -printline %p/Inputs/test-multiple-macho.o | FileCheck %s 5 RUN: llvm-rtdyld -printobjline %p/Inputs/test-multiple-macho.o | FileCheck %s 14 RUN: llvm-rtdyld -printobjline %p/Inputs/test-multiple-macho.o \ 16 RUN: llvm-rtdyld -printline %p/Inputs/test-multiple-macho.o \ 25 TEST_MULTIPLE-NEXT: Line info @ 0: multiple.c, line:5 26 TEST_MULTIPLE-NEXT: Line info @ 7: multiple.c, line:6 27 TEST_MULTIPLE-NEXT: Line info @ 16: multiple.c, line:9 28 TEST_MULTIPLE-NEXT: Line info @ 21: multiple.c, line:9 29 TEST_MULTIPLE-NEXT: Line info @ 26: multiple.c, line:7 [all …]
|
/external/llvm-project/llvm/test/DebugInfo/ |
D | debuglineinfo-macho.test | 3 RUN: llvm-dwarfdump %p/Inputs/test-multiple-macho.o | FileCheck %s 4 RUN: llvm-rtdyld -printline %p/Inputs/test-multiple-macho.o | FileCheck %s 5 RUN: llvm-rtdyld -printobjline %p/Inputs/test-multiple-macho.o | FileCheck %s 14 RUN: llvm-rtdyld -printobjline %p/Inputs/test-multiple-macho.o \ 16 RUN: llvm-rtdyld -printline %p/Inputs/test-multiple-macho.o \ 25 TEST_MULTIPLE-NEXT: Line info @ 0: multiple.c, line:5 26 TEST_MULTIPLE-NEXT: Line info @ 7: multiple.c, line:6 27 TEST_MULTIPLE-NEXT: Line info @ 16: multiple.c, line:9 28 TEST_MULTIPLE-NEXT: Line info @ 21: multiple.c, line:9 29 TEST_MULTIPLE-NEXT: Line info @ 26: multiple.c, line:7 [all …]
|
/external/llvm-project/llvm/test/tools/obj2yaml/Archives/ |
D | regular.yaml | 15 ## Check how we dump archives with multiple members. 20 # RUN: yaml2obj %s --docnum=2 -o %t.multiple.a 21 # RUN: obj2yaml %t.multiple.a | FileCheck %s --check-prefix=MULTIPLE 23 # MULTIPLE: --- !Arch 24 # MULTIPLE-NEXT: Members: 25 # MULTIPLE-NEXT: - Name: 'bbb/' 26 # MULTIPLE-NEXT: LastModified: '1' 27 # MULTIPLE-NEXT: UID: '2' 28 # MULTIPLE-NEXT: GID: '3' 29 # MULTIPLE-NEXT: AccessMode: '644' [all …]
|
/external/clang/test/Sema/ |
D | warn-unsequenced.c | 13 a = ++a; // expected-warning {{multiple unsequenced modifications to 'a'}} in test() 15 a = a++; // expected-warning {{multiple unsequenced modifications to 'a'}} in test() 17 ++a + ++a; // expected-warning {{multiple unsequenced modifications}} in test() 18 a++ + a++; // expected-warning {{multiple unsequenced modifications}} in test() 19 a = xs[++a]; // expected-warning {{multiple unsequenced modifications}} in test() 20 a = xs[a++]; // expected-warning {{multiple unsequenced modifications}} in test() 21 a = (++a, ++a); // expected-warning {{multiple unsequenced modifications}} in test() 22 a = (a++, ++a); // expected-warning {{multiple unsequenced modifications}} in test() 23 a = (a++, a++); // expected-warning {{multiple unsequenced modifications}} in test() 27 f(a = 0, a = 0); // expected-warning {{multiple unsequenced modifications}} in test() [all …]
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-objcopy.rst | 33 multiple file formats. 44 specified multiple times to add multiple sections. 67 specified multiple times to dump multiple sections to different files. 97 Can be specified multiple times to keep multiple sections. 105 multiple times to rename multiple symbols. 112 anything following a '#'. Can be specified multiple times to read names from 113 multiple files. 122 Remove the specified section from the output. Can be specified multiple times 123 to remove multiple sections simultaneously. 131 multiple times to update multiple sections. [all …]
|
/external/llvm-project/llvm/test/tools/obj2yaml/ELF/ |
D | sht-symtab-shndx.yaml | 115 ## ELF gABI allows having multiple SHT_SYMTAB_SHNDX sections. 117 ## Check we report an error when multiple SHT_SYMTAB_SHNDX sections are linked 123 # CASE5: Error reading file: [[FILE]]: multiple SHT_SYMTAB_SHNDX sections are linked to the same sy… 147 ## Check it is possible to dump an object that has multiple SHT_SYMTAB_SHNDX sections. 151 # RUN: yaml2obj --docnum=5 -DLINK=.dynsym %s -o %t5.multiple 152 # RUN: obj2yaml %t5.multiple | FileCheck %s --check-prefix=MULTIPLE-SYMTAB 154 # MULTIPLE-SYMTAB: - Name: .symtab_shndx1 155 # MULTIPLE-SYMTAB-NEXT: Type: SHT_SYMTAB_SHNDX 156 # MULTIPLE-SYMTAB-NEXT: Link: .symtab 157 # MULTIPLE-SYMTAB: - Name: .symtab_shndx2 [all …]
|
/external/llvm-project/clang/test/Sema/ |
D | warn-unsequenced.c | 13 a = ++a; // expected-warning {{multiple unsequenced modifications to 'a'}} in test() 15 a = a++; // expected-warning {{multiple unsequenced modifications to 'a'}} in test() 17 ++a + ++a; // expected-warning {{multiple unsequenced modifications}} in test() 18 a++ + a++; // expected-warning {{multiple unsequenced modifications}} in test() 19 a = xs[++a]; // expected-warning {{multiple unsequenced modifications}} in test() 20 a = xs[a++]; // expected-warning {{multiple unsequenced modifications}} in test() 21 a = (++a, ++a); // expected-warning {{multiple unsequenced modifications}} in test() 22 a = (a++, ++a); // expected-warning {{multiple unsequenced modifications}} in test() 23 a = (a++, a++); // expected-warning {{multiple unsequenced modifications}} in test() 27 f(a = 0, a = 0); // expected-warning {{multiple unsequenced modifications}} in test() [all …]
|
/external/FXdiv/bench/ |
D | round-down.cc | 6 const fxdiv_divisor_uint32_t multiple = fxdiv_init_uint32_t(UINT32_C(65537)); in fxdiv_round_down_uint32_t() local 9 const uint32_t rounded_x = fxdiv_round_down_uint32_t(x++, multiple); in fxdiv_round_down_uint32_t() 16 const fxdiv_divisor_uint64_t multiple = fxdiv_init_uint64_t(UINT64_C(4294967311)); in fxdiv_round_down_uint64_t() local 19 const uint64_t rounded_x = fxdiv_round_down_uint64_t(x++, multiple); in fxdiv_round_down_uint64_t() 26 uint32_t multiple = UINT32_C(65537); in native_round_down_uint32_t() local 27 benchmark::DoNotOptimize(&multiple); in native_round_down_uint32_t() 30 const uint32_t rounded_x = x++ / multiple * multiple; in native_round_down_uint32_t() 37 uint64_t multiple = UINT64_C(4294967311); in native_round_down_uint64_t() local 38 benchmark::DoNotOptimize(&multiple); in native_round_down_uint64_t() 41 const uint64_t rounded_x = x++ / multiple * multiple; in native_round_down_uint64_t()
|
/external/clang/test/SemaObjC/ |
D | arc-repeated-weak.mm | 22 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this … 57 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}} 66 …eakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times in this fun… 71 …trongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times}} 76 …licitProp); // expected-warning{{weak implicit property 'implicitProp' is accessed multiple times}} 81 …use(Test.weakProp); // expected-warning{{weak implicit property 'weakProp' is accessed multiple ti… 92 …use(a->weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed multiple time… 98 use(a); // expected-warning{{weak variable 'a' is accessed multiple times}} 103 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}} 114 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}} [all …]
|
/external/llvm-project/llvm/test/tools/llvm-ar/ |
D | replace-update.test | 45 ## Replace multiple members with newer files: 46 # RUN: llvm-ar rcuU %t/multiple.a %t/1.o %t/2.o %t/3.o 47 # RUN: llvm-ar ruU %t/multiple.a %t/new/1.o %t/new/3.o 48 # RUN: llvm-ar t %t/multiple.a \ 49 # RUN: | FileCheck %s --check-prefix=MULTIPLE --implicit-check-not {{.}} 51 # MULTIPLE: 1.o 52 # MULTIPLE-NEXT: 2.o 53 # MULTIPLE-NEXT: 3.o 55 # RUN: llvm-nm --print-armap %t/multiple.a \ 56 # RUN: | FileCheck %s --check-prefix=MULTIPLE-SYM [all …]
|
D | quick-append.test | 19 ## Append multiple members: 20 # RUN: llvm-ar qc %t/multiple.a %t/1.o %t/2.o 21 # RUN: llvm-ar t %t/multiple.a \ 22 # RUN: | FileCheck %s --check-prefix=MULTIPLE --match-full-lines --implicit-check-not {{.}} 24 # MULTIPLE: 1.o{{$}} 25 # MULTIPLE-NEXT: 2.o{{$}} 27 # RUN: llvm-nm --print-armap %t/multiple.a \ 28 # RUN: | FileCheck %s --check-prefix=MULTIPLE-SYM 30 # MULTIPLE-SYM: symbol1 in 1.o 31 # MULTIPLE-SYM-NEXT: symbol2 in 2.o [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | readability-isolate-declaration.cpp | 9 …// CHECK-MESSAGES: [[@LINE-1]]:3: warning: multiple declarations in a single statement reduces rea… in f2() 16 …// CHECK-MESSAGES: [[@LINE-1]]:3: warning: multiple declarations in a single statement reduces rea… in f2() 24 …// CHECK-MESSAGES: [[@LINE-4]]:3: warning: multiple declarations in a single statement reduces rea… in f2() 31 …// CHECK-MESSAGES: [[@LINE-1]]:3: warning: multiple declarations in a single statement reduces rea… in f2() 37 …// CHECK-MESSAGES: [[@LINE-1]]:3: warning: multiple declarations in a single statement reduces rea… in f2() 42 …// CHECK-MESSAGES: [[@LINE-1]]:3: warning: multiple declarations in a single statement reduces rea… in f2() 49 …// CHECK-MESSAGES: [[@LINE-1]]:3: warning: multiple declarations in a single statement reduces rea… in f3() 54 …// CHECK-MESSAGES: [[@LINE-1]]:3: warning: multiple declarations in a single statement reduces rea… in f3() 59 …// CHECK-MESSAGES: [[@LINE-1]]:3: warning: multiple declarations in a single statement reduces rea… in f3() 64 …// CHECK-MESSAGES: [[@LINE-1]]:3: warning: multiple declarations in a single statement reduces rea… in f3() [all …]
|
D | fuchsia-multiple-inheritance.cpp | 1 // RUN: %check_clang_tidy %s fuchsia-multiple-inheritance %t 47 // Inherits from multiple concrete classes. 48 …ES: [[@LINE+2]]:1: warning: inheriting multiple classes that aren't pure virtual is discouraged [f… 52 …ES: [[@LINE+1]]:1: warning: inheriting multiple classes that aren't pure virtual is discouraged [f… 57 …ES: [[@LINE+2]]:1: warning: inheriting multiple classes that aren't pure virtual is discouraged [f… 69 // Valid uses of multiple inheritance 86 …ES: [[@LINE+2]]:1: warning: inheriting multiple classes that aren't pure virtual is discouraged [f… 103 …ES: [[@LINE+2]]:1: warning: inheriting multiple classes that aren't pure virtual is discouraged [f… 121 …ES: [[@LINE+2]]:1: warning: inheriting multiple classes that aren't pure virtual is discouraged [f…
|
/external/libxml2/result/XPath/xptr/ |
D | strpoint | 3 Expression: xpointer(start-point(string-range(//p,'multiple'))) 6 content=multiple tests 10 Expression: xpointer(end-point(string-range(//p,'multiple'))) 13 content=multiple tests 23 content=multiple tests 36 content=multiple tests 43 Expression: xpointer(start-point(string-range(//*,'multiple',1,0))) 46 content=multiple tests 50 Expression: xpointer(end-point(string-range(//*,'multiple',1,0))) 53 content=multiple tests [all …]
|
/external/llvm-project/clang/test/SemaObjC/ |
D | arc-repeated-weak.mm | 23 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this … 58 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}} 67 …eakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times in this fun… 72 …trongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times}} 77 …licitProp); // expected-warning{{weak implicit property 'implicitProp' is accessed multiple times}} 82 …use(Test.weakProp); // expected-warning{{weak implicit property 'weakProp' is accessed multiple ti… 93 …use(a->weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed multiple time… 99 use(a); // expected-warning{{weak variable 'a' is accessed multiple times}} 104 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}} 115 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}} [all …]
|
/external/clang/test/SemaCXX/ |
D | member-name-lookup.cpp | 38 …d.a; // expected-error{{non-static member 'a' found in multiple base-class subobjects of type 'A':… in test_lookup() 40 d.c; // expected-error{{member 'c' found in multiple base classes of different types}} in test_lookup() 41 d.d; // expected-error{{member 'd' found in multiple base classes of different types}} in test_lookup() 42 …d.f(0); // expected-error{{non-static member 'f' found in multiple base-class subobjects of type '… in test_lookup() 50 D::E3 e3; // expected-error{{multiple base classes}} in test_lookup() 54 a; // expected-error{{non-static member 'a' found in multiple base-class subobjects of type 'A':}} in test_lookup() 56 c; // expected-error{{member 'c' found in multiple base classes of different types}} in test_lookup() 57 d; // expected-error{{member 'd' found in multiple base classes of different types}} in test_lookup() 58 …f(0); // expected-error{{non-static member 'f' found in multiple base-class subobjects of type 'A'… in test_lookup() 66 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_lookup() [all …]
|
/external/llvm-project/lld/test/ELF/ |
D | input-section-flags.s | 62 ## Check that we can handle multiple InputSectionDescriptions in a single 72 # RUN: llvm-readobj --symbols %t4 | FileCheck --check-prefix MULTIPLE %s 74 # MULTIPLE: Name: _start 75 # MULTIPLE: Section: .outsec1 76 # MULTIPLE: Name: s1 77 # MULTIPLE: Section: .outsec1 78 # MULTIPLE: Name: s2 79 # MULTIPLE: Section: .outsec1 80 # MULTIPLE: Name: s3 81 # MULTIPLE: Section: .sec.aw [all …]
|
/external/google-breakpad/src/processor/ |
D | basic_source_line_resolver_unittest.cc | 458 // FUNC [<multiple>] <address> <size> <stack_param_size> <name> 460 bool multiple; in TEST() local 467 ASSERT_TRUE(SymbolParseHelper::ParseFunction(kTestLine, &multiple, &address, in TEST() 470 EXPECT_FALSE(multiple); in TEST() 478 ASSERT_TRUE(SymbolParseHelper::ParseFunction(kTestLine1, &multiple, &address, in TEST() 481 EXPECT_FALSE(multiple); in TEST() 488 ASSERT_TRUE(SymbolParseHelper::ParseFunction(kTestLine2, &multiple, &address, in TEST() 491 EXPECT_FALSE(multiple); in TEST() 497 // Test optional multiple field. in TEST() 499 ASSERT_TRUE(SymbolParseHelper::ParseFunction(kTestLine3, &multiple, &address, in TEST() [all …]
|