/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/Inputs/ |
D | globals-fundamental.lldbinit | 1 target variable BFalse 2 target variable BTrue 3 target variable CA 4 target variable CZ 5 target variable SCa 6 target variable SCz 7 target variable UC24 8 target variable UC42 9 target variable C16_24 10 target variable C32_42 [all …]
|
/external/llvm-project/libcxx/test/std/re/re.const/re.matchflag/ |
D | match_multiline.pass.cpp | 23 const char* target, bool expected) in search() argument 27 assert(std::regex_search(target, m, re) == expected); in search() 52 const char* target = "foo"; in main() local 54 search(pat, ECMAScript, target, true); in main() 55 search(pat, basic, target, true); in main() 56 search(pat, extended, target, true); in main() 57 search(pat, awk, target, true); in main() 58 search(pat, grep, target, true); in main() 59 search(pat, egrep, target, true); in main() 61 search(pat, ECMAScript | multiline, target, true); in main() [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | attr-target-mv.cpp | 2 void __attribute__((target("default"))) invalid_features(void); 5 void __attribute__((target("hello_world"))) invalid_features(void); 7 void __attribute__((target("no-sse4.2"))) invalid_features(void); 9 void __attribute__((target("sse4.2"))) no_default(void); 10 void __attribute__((target("arch=sandybridge"))) no_default(void); 16 constexpr int __attribute__((target("sse4.2"))) foo(void) { return 0; } in foo() 17 constexpr int __attribute__((target("arch=sandybridge"))) foo(void); 19 int __attribute__((target("arch=ivybridge"))) foo(void) {return 1;} in foo() 20 constexpr int __attribute__((target("default"))) foo(void) { return 2; } in foo() 22 int __attribute__((target("sse4.2"))) foo2(void) { return 0; } in foo2() [all …]
|
/external/llvm-project/clang/test/OpenMP/ |
D | target_map_messages.cpp | 20 …#pragma omp target map(marr[2][0:2][0:2]) // expected-error {{array section does not specify conti… in foo() 22 #pragma omp target map(marr[:][0:][:]) in foo() 24 …#pragma omp target map(marr[:][1:][:]) // expected-error {{array section does not specify contiguo… in foo() 26 #pragma omp target map(marr[:][n:][:]) in foo() 33 #pragma omp target map(tofrom: map) // expected-warning {{variable 'map' is uninitialized when used… in xxx() 58 #pragma omp target in func() 64 #pragma omp target map(arg,a,d,sref.b) in func() 66 …#pragma omp target map(arg[2:2],a,d) // expected-error {{subscripted value is not an array or poin… in func() 68 …#pragma omp target map(arg,a*2) // lt50-error {{expected expression containing only member accesse… in func() 70 …#pragma omp target map(arg,(c+1)[2]) // lt50-error {{expected expression containing only member ac… in func() [all …]
|
D | target_ast_print.cpp | 21 #pragma omp target in tmain() 23 #pragma omp target if (target:argc > 0) in tmain() 25 #pragma omp target if (C) in tmain() 27 #pragma omp target map(i) in tmain() 29 #pragma omp target map(a[0:10], i) in tmain() 31 #pragma omp target map(to: i) map(from: j) in tmain() 33 #pragma omp target map(always,alloc: i) in tmain() 35 #pragma omp target map(always from: i) in tmain() 37 #pragma omp target map(always) in tmain() 39 #pragma omp target map(always,i) in tmain() [all …]
|
D | target_teams_map_messages.cpp | 15 …#pragma omp target teams map(marr[2][0:2][0:2]) // expected-error {{array section does not specify… in foo() 17 #pragma omp target teams map(marr[:][0:][:]) in foo() 19 …#pragma omp target teams map(marr[:][1:][:]) // expected-error {{array section does not specify co… in foo() 21 #pragma omp target teams map(marr[:][n:][:]) in foo() 28 #pragma omp target teams map(tofrom: map) // expected-warning {{variable 'map' is uninitialized whe… in xxx() 44 #pragma omp target teams map(arg,a,d) in func() 46 …#pragma omp target teams map(arg[2:2],a,d) // expected-error {{subscripted value is not an array o… in func() 50 #pragma omp target teams map(arg,a*2) in func() 53 #pragma omp target teams map(arg,(c+1)[2]) in func() 55 …#pragma omp target teams map(arg,a[:2],d) // expected-error {{subscripted value is not an array or… in func() [all …]
|
D | target_if_messages.cpp | 17 #pragma omp target if(cond) // expected-warning {{variable 'cond' is uninitialized when used here}} in xxx() 27 #pragma omp target if // expected-error {{expected '(' after 'if'}} in tmain() 29 …#pragma omp target if ( // expected-error {{expected expression}} expected-error {{expected ')'}} … in tmain() 31 #pragma omp target if () // expected-error {{expected expression}} in tmain() 33 #pragma omp target if (argc // expected-error {{expected ')'}} expected-note {{to match this '('}} in tmain() 35 …#pragma omp target if (argc)) // expected-warning {{extra tokens at the end of '#pragma omp target… in tmain() 37 #pragma omp target if (argc > 0 ? argv[1] : argv[2]) in tmain() 39 …#pragma omp target if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp target… in tmain() 41 #pragma omp target if (S) // expected-error {{'S' does not refer to a value}} in tmain() 43 …#pragma omp target if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this… in tmain() [all …]
|
D | target_teams_if_messages.cpp | 17 #pragma omp target teams if(cond) // expected-warning {{variable 'cond' is uninitialized when used … in xxx() 27 #pragma omp target teams if // expected-error {{expected '(' after 'if'}} in tmain() 29 #pragma omp target teams if ( // expected-error {{expected expression}} expected-error {{expected '… in tmain() 31 #pragma omp target teams if () // expected-error {{expected expression}} in tmain() 33 #pragma omp target teams if (argc // expected-error {{expected ')'}} expected-note {{to match this … in tmain() 35 #pragma omp target teams if (z)) // expected-warning {{extra tokens at the end of '#pragma omp targ… in tmain() 37 #pragma omp target teams if (argc > 0 ? argv[1] : argv[2]) in tmain() 39 #pragma omp target teams if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp t… in tmain() 41 #pragma omp target teams if (S) // expected-error {{'S' does not refer to a value}} in tmain() 43 #pragma omp target teams if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match… in tmain() [all …]
|
D | target_parallel_if_messages.cpp | 17 #pragma omp target parallel if(cond) // expected-warning {{variable 'cond' is uninitialized when us… in xxx() 27 #pragma omp target parallel if // expected-error {{expected '(' after 'if'}} in tmain() 29 …#pragma omp target parallel if ( // expected-error {{expected expression}} expected-error {{expect… in tmain() 31 #pragma omp target parallel if () // expected-error {{expected expression}} in tmain() 33 …#pragma omp target parallel if (argc // expected-error {{expected ')'}} expected-note {{to match t… in tmain() 35 …#pragma omp target parallel if (argc)) // expected-warning {{extra tokens at the end of '#pragma o… in tmain() 37 #pragma omp target parallel if (argc > 0 ? argv[1] : argv[2] + z) in tmain() 39 …#pragma omp target parallel if (foobool(argc)), if (true) // expected-error {{directive '#pragma o… in tmain() 41 #pragma omp target parallel if (S) // expected-error {{'S' does not refer to a value}} in tmain() 43 …#pragma omp target parallel if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to m… in tmain() [all …]
|
D | target_update_if_messages.cpp | 17 #pragma omp target update to(argc) if(cond) // expected-warning {{variable 'cond' is uninitialized … in xxx() 27 #pragma omp target update to(n) if // expected-error {{expected '(' after 'if'}} in tmain() 28 #pragma omp target update from(n) if ( // expected-error {{expected expression}} expected-error {{e… in tmain() 29 #pragma omp target update to(n) if () // expected-error {{expected expression}} in tmain() 30 #pragma omp target update from(n) if (argc // expected-error {{expected ')'}} expected-note {{to ma… in tmain() 31 #pragma omp target update to(n) if (argc)) // expected-warning {{extra tokens at the end of '#pragm… in tmain() 32 #pragma omp target update from(n) if (argc > 0 ? argv[1] : argv[2]) in tmain() 33 #pragma omp target update to(n) if (foobool(argc)), if (true) // expected-error {{directive '#pragm… in tmain() 34 #pragma omp target update from(n) if (S) // expected-error {{'S' does not refer to a value}} in tmain() 35 #pragma omp target update to(n) if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{t… in tmain() [all …]
|
D | target_update_from_messages.cpp | 70 #pragma omp target update from(*this) // le45-error {{expected expression containing only member ac… in foo() 72 #pragma omp target update from(*(this->ptr)) // le45-error {{expected expression containing only me… in foo() 73 #pragma omp target update from(*(this->S->i+this->S->p)) // le45-error {{expected expression contai… in foo() 74 #pragma omp target update from(*(this->S->i+this->S->s6[0].pp)) // le45-error {{expected expression… in foo() 75 #pragma omp target update from(*(a+this->ptr)) // le45-error {{expected expression containing only … in foo() 76 #pragma omp target update from(*(*(this->ptr)+a+this->ptr)) // le45-error {{expected expression con… in foo() 77 #pragma omp target update from(*(this+this)) // expected-error {{invalid operands to binary express… in foo() 102 #pragma omp target update from // expected-error {{expected '(' after 'from'}} expected-error {{exp… in tmain() 103 #pragma omp target update from( // expected-error {{expected ')'}} expected-note {{to match this '(… in tmain() 104 #pragma omp target update from() // expected-error {{expected expression}} expected-error {{expecte… in tmain() [all …]
|
D | target_simd_misc_messages.c | 8 #pragma omp target simd 11 #pragma omp target simd foo 15 #pragma omp target simd in test_no_clause() 20 #pragma omp target simd in test_no_clause() 31 #pragma omp target simd in test_branch_protected_scope() 54 #pragma omp target simd foo bar in test_invalid_clause() 63 #pragma omp target simd; in test_non_identifiers() 68 #pragma omp target simd private(x); in test_non_identifiers() 73 #pragma omp target simd, private(x); in test_non_identifiers() 83 #pragma omp target simd collapse in test_collapse() [all …]
|
D | target_parallel_map_messages.cpp | 18 #pragma omp target parallel map(tofrom: map) // expected-warning {{variable 'map' is uninitialized … in xxx() 80 #pragma omp target parallel map // expected-error {{expected '(' after 'map'}} in tmain() 82 #pragma omp target parallel map( // expected-error {{expected ')'}} expected-note {{to match this '… in tmain() 84 #pragma omp target parallel map() // expected-error {{expected expression}} in tmain() 86 #pragma omp target parallel map(alloc) // expected-error {{use of undeclared identifier 'alloc'}} in tmain() 88 #pragma omp target parallel map(to argc // expected-error {{expected ')'}} expected-note {{to match… in tmain() 90 #pragma omp target parallel map(to:) // expected-error {{expected expression}} in tmain() 92 #pragma omp target parallel map(from: argc, // expected-error {{expected expression}} expected-erro… in tmain() 94 #pragma omp target parallel map(x: y) // expected-error {{incorrect map type, expected one of 'to',… in tmain() 96 #pragma omp target parallel map(l[-1:]) // expected-error 2 {{array section must be a subset of the… in tmain() [all …]
|
/external/clang/test/OpenMP/ |
D | target_map_messages.cpp | 9 …#pragma omp target map(marr[2][0:2][0:2]) // expected-error {{array section does not specify conti… in foo() 11 #pragma omp target map(marr[:][0:][:]) in foo() 13 …#pragma omp target map(marr[:][1:][:]) // expected-error {{array section does not specify contiguo… in foo() 15 #pragma omp target map(marr[:][n:][:]) in foo() 30 #pragma omp target map(arg,a,d) in func() 32 …#pragma omp target map(arg[2:2],a,d) // expected-error {{subscripted value is not an array or poin… in func() 34 …#pragma omp target map(arg,a*2) // expected-error {{expected expression containing only member acc… in func() 36 …#pragma omp target map(arg,(c+1)[2]) // expected-error {{expected expression containing only membe… in func() 38 …#pragma omp target map(arg,a[:2],d) // expected-error {{subscripted value is not an array or point… in func() 40 …#pragma omp target map(arg,a,d[:2]) // expected-error {{subscripted value is not an array or point… in func() [all …]
|
D | target_if_messages.cpp | 14 #pragma omp target if // expected-error {{expected '(' after 'if'}} in tmain() 16 …#pragma omp target if ( // expected-error {{expected expression}} expected-error {{expected ')'}} … in tmain() 18 #pragma omp target if () // expected-error {{expected expression}} in tmain() 20 #pragma omp target if (argc // expected-error {{expected ')'}} expected-note {{to match this '('}} in tmain() 22 …#pragma omp target if (argc)) // expected-warning {{extra tokens at the end of '#pragma omp target… in tmain() 24 #pragma omp target if (argc > 0 ? argv[1] : argv[2]) in tmain() 26 …#pragma omp target if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp target… in tmain() 28 #pragma omp target if (S) // expected-error {{'S' does not refer to a value}} in tmain() 30 …#pragma omp target if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this… in tmain() 32 …#pragma omp target if (argc argc) // expected-error {{expected ')'}} expected-note {{to match this… in tmain() [all …]
|
D | target_parallel_if_messages.cpp | 14 #pragma omp target parallel if // expected-error {{expected '(' after 'if'}} in tmain() 16 …#pragma omp target parallel if ( // expected-error {{expected expression}} expected-error {{expect… in tmain() 18 #pragma omp target parallel if () // expected-error {{expected expression}} in tmain() 20 …#pragma omp target parallel if (argc // expected-error {{expected ')'}} expected-note {{to match t… in tmain() 22 …#pragma omp target parallel if (argc)) // expected-warning {{extra tokens at the end of '#pragma o… in tmain() 24 #pragma omp target parallel if (argc > 0 ? argv[1] : argv[2]) in tmain() 26 …#pragma omp target parallel if (foobool(argc)), if (true) // expected-error {{directive '#pragma o… in tmain() 28 #pragma omp target parallel if (S) // expected-error {{'S' does not refer to a value}} in tmain() 30 …#pragma omp target parallel if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to m… in tmain() 32 …#pragma omp target parallel if (argc argc) // expected-error {{expected ')'}} expected-note {{to m… in tmain() [all …]
|
D | target_update_if_messages.cpp | 15 #pragma omp target update to(n) if // expected-error {{expected '(' after 'if'}} in tmain() 16 #pragma omp target update from(n) if ( // expected-error {{expected expression}} expected-error {{e… in tmain() 17 #pragma omp target update to(n) if () // expected-error {{expected expression}} in tmain() 18 #pragma omp target update from(n) if (argc // expected-error {{expected ')'}} expected-note {{to ma… in tmain() 19 #pragma omp target update to(n) if (argc)) // expected-warning {{extra tokens at the end of '#pragm… in tmain() 20 #pragma omp target update from(n) if (argc > 0 ? argv[1] : argv[2]) in tmain() 21 #pragma omp target update to(n) if (foobool(argc)), if (true) // expected-error {{directive '#pragm… in tmain() 22 #pragma omp target update from(n) if (S) // expected-error {{'S' does not refer to a value}} in tmain() 23 #pragma omp target update to(n) if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{t… in tmain() 24 #pragma omp target update from(n) if (argc argc) // expected-error {{expected ')'}} expected-note {… in tmain() [all …]
|
D | target_map_codegen.cpp | 40 #pragma omp target in implicit_maps_integer() 84 #pragma omp target in implicit_maps_integer_reference() 133 #pragma omp target in implicit_maps_parameter() 185 #pragma omp target in implicit_maps_nested_integer() 239 #pragma omp target in implicit_maps_nested_integer_and_enum() 286 #pragma omp target in implicit_maps_host_global() 343 #pragma omp target in implicit_maps_double() 393 #pragma omp target in implicit_maps_float() 434 #pragma omp target in implicit_maps_array() 475 #pragma omp target in implicit_maps_pointer() [all …]
|
/external/llvm-project/clang/test/Sema/ |
D | attr-target-mv.c | 3 void __attribute__((target("sse4.2"))) no_default(void); 4 void __attribute__((target("arch=sandybridge"))) no_default(void); 11 void __attribute__((target("sse4.2"))) has_def(void); 12 void __attribute__((target("default"))) has_def(void); 20 int __attribute__((target("sse4.2"))) no_proto(); 23 int __attribute__((target("arch=sandybridge"))) no_proto(); 26 int __attribute__((target("sse4.2"))) redecl1(void); 27 int __attribute__((target("sse4.2"))) redecl1(void) { return 1; } in redecl1() 28 int __attribute__((target("arch=sandybridge"))) redecl1(void) { return 2; } in redecl1() 30 int __attribute__((target("sse4.2"))) redecl2(void) { return 1; } in redecl2() [all …]
|
/external/google-breakpad/src/processor/ |
D | static_address_map_unittest.cc | 93 void CompareRetrieveResult(int testcase, int target) { in CompareRetrieveResult() argument 102 found = addr_map[testcase].Retrieve(target, &entry, &address); in CompareRetrieveResult() 104 test_map[testcase].Retrieve(target, entry_cstring, &address_test); in CompareRetrieveResult() 116 int target; in RetrieveTester() local 117 target = INT_MIN; in RetrieveTester() 118 CompareRetrieveResult(testcase, target); in RetrieveTester() 119 target = INT_MAX; in RetrieveTester() 120 CompareRetrieveResult(testcase, target); in RetrieveTester() 129 target = testdata[testcase][data_item]; in RetrieveTester() 130 CompareRetrieveResult(testcase, target); in RetrieveTester() [all …]
|
/external/OpenCSD/decoder/tests/snapshots/juno_r1_1/ds-5-dumps/ |
D | Trace_Report_0x11_cpu_1_2015Sep17_104748.txt | 4 EL1N:0xFFFFFFC000781E8C ? Cannot access target memory 7 EL1N:0xFFFFFFC000781E8C ? Cannot access target memory 8 EL1N:0xFFFFFFC000781E8C ? Cannot access target memory 9 EL1N:0xFFFFFFC0000F3698 ? Cannot access target memory 11 EL1N:0xFFFFFFC0000F408C ? Cannot access target memory 59 EL1N:0xFFFFFFC0001124D8 ? Cannot access target memory 62 EL1N:? ? Cannot access target memory 63 EL1N:? ? Cannot access target memory 64 EL1N:? ? Cannot access target memory 65 EL1N:? ? Cannot access target memory [all …]
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-fixups.s | 10 # CHECK-BE: b target # encoding: [0b010010AA,A,A,0bAAAAAA00] 11 # CHECK-LE: b target # encoding: [0bAAAAAA00,A,A,0b010010AA] 12 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 13 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 14 # CHECK-BE-REL: 0x{{[0-9A-F]*[048C]}} R_PPC64_REL24 target 0x0 15 # CHECK-LE-REL: 0x{{[0-9A-F]*[048C]}} R_PPC64_REL24 target 0x0 16 b target 18 # CHECK-BE: ba target # encoding: [0b010010AA,A,A,0bAAAAAA10] 19 # CHECK-LE: ba target # encoding: [0bAAAAAA10,A,A,0b010010AA] 20 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… [all …]
|
D | ppc64-encoding-ext.s | 168 # CHECK-BE: bt 2, target # encoding: [0x41,0x82,A,0bAAAAAA00] 169 # CHECK-LE: bt 2, target # encoding: [0bAAAAAA00,A,0x82,0x41] 170 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 171 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 172 bt 2, target 173 # CHECK-BE: bta 2, target # encoding: [0x41,0x82,A,0bAAAAAA10] 174 # CHECK-LE: bta 2, target # encoding: [0bAAAAAA10,A,0x82,0x41] 175 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 176 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 177 bta 2, target [all …]
|
/external/llvm-project/llvm/test/MC/PowerPC/ |
D | ppc64-fixups.s | 10 # CHECK-BE: b target # encoding: [0b010010AA,A,A,0bAAAAAA00] 11 # CHECK-LE: b target # encoding: [0bAAAAAA00,A,A,0b010010AA] 12 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 13 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 14 # CHECK-BE-REL: 0x{{[0-9A-F]*[048C]}} R_PPC64_REL24 target 0x0 15 # CHECK-LE-REL: 0x{{[0-9A-F]*[048C]}} R_PPC64_REL24 target 0x0 16 b target 18 # CHECK-BE: ba target # encoding: [0b010010AA,A,A,0bAAAAAA10] 19 # CHECK-LE: ba target # encoding: [0bAAAAAA10,A,A,0b010010AA] 20 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… [all …]
|
D | ppc64-encoding-ext.s | 168 # CHECK-BE: bt 2, target # encoding: [0x41,0x82,A,0bAAAAAA00] 169 # CHECK-LE: bt 2, target # encoding: [0bAAAAAA00,A,0x82,0x41] 170 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 171 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 172 bt 2, target 173 # CHECK-BE: bta 2, target # encoding: [0x41,0x82,A,0bAAAAAA10] 174 # CHECK-LE: bta 2, target # encoding: [0bAAAAAA10,A,0x82,0x41] 175 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 176 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc… 177 bta 2, target [all …]
|