/external/llvm-project/clang/test/Preprocessor/ |
D | pragma_microsoft.c | 165 #pragma warning(push, 1) asdf // expected-warning {{extra tokens at end of #pragma warning directiv… 170 #pragma warning(asdf : 321) // expected-warning {{expected 'push', 'pop'}} 180 #pragma intrinsic(asdf) // expected-warning {{'asdf' is not a recognized builtin; consider includin… 184 #pragma intrinsic(strcmp) asdf // expected-warning {{extra tokens at end}} 187 #pragma intrinsic(asdf) // expected-warning-re {{'asdf' is not a recognized builtin{{$}}}} 190 #pragma intrinsic(asdf) // expected-warning {{'asdf' is not a recognized builtin; consider includin… 194 #pragma intrinsic(asdf) // no-warning 196 #pragma intrinsic(asdf) // expected-warning {{'asdf' is not a recognized builtin; consider includin… 200 #pragma intrinsic(asdf) // no-warning 202 #pragma intrinsic(asdf) // expected-warning {{'asdf' is not a recognized builtin; consider includin… [all …]
|
D | print-assembler.s | 7 # asdf 8 # asdf
|
/external/llvm-project/clang/test/SemaCXX/ |
D | ms-inline-asm.cpp | 17 namespace asdf { namespace 26 __asm mov eax, asdf::a_global.a3.b2 in test_field_lookup() 32 __asm mov eax, asdf::a_global.not_a_field.b2 in test_field_lookup() 36 __asm mov eax, asdf::a_global.a3.not_a_field in test_field_lookup() 43 __asm mov eax, asdf::a_global.a3.kValue in test_field_lookup() 46 __asm mov eax, asdf :: a_global.a3.b2 in test_field_lookup() 49 __asm mov eax, asdf::a_global . a3 . b2 in test_field_lookup() 52 __asm mov eax, asdf::a_global.indirect_field in test_field_lookup()
|
D | pragma-init_seg.cpp | 11 #pragma init_seg asdf // expected-warning {{missing '('}} 15 #pragma init_seg("a") asdf // expected-warning {{extra tokens at end of '#pragma init_seg'}}
|
/external/clang/test/SemaCXX/ |
D | ms-inline-asm.cpp | 17 namespace asdf { namespace 26 __asm mov eax, asdf::a_global.a3.b2 in test_field_lookup() 32 __asm mov eax, asdf::a_global.not_a_field.b2 in test_field_lookup() 36 __asm mov eax, asdf::a_global.a3.not_a_field in test_field_lookup() 43 __asm mov eax, asdf::a_global.a3.kValue in test_field_lookup() 46 __asm mov eax, asdf :: a_global.a3.b2 in test_field_lookup() 49 __asm mov eax, asdf::a_global . a3 . b2 in test_field_lookup() 52 __asm mov eax, asdf::a_global.indirect_field in test_field_lookup()
|
D | pragma-init_seg.cpp | 11 #pragma init_seg asdf // expected-warning {{missing '('}} 15 #pragma init_seg("a") asdf // expected-warning {{extra tokens at end of '#pragma init_seg'}}
|
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/ |
D | win-string-literal.ll | 6 ; const char *getstr() { return "asdf"; } 8 ; CHECK: $"??_C@_04JIHMPGLA@asdf?$AA@" = comdat any 10 ; CHECK: @"??_C@_04JIHMPGLA@asdf?$AA@" = 12 ; CHECK-SAME: { [5 x i8] c"asdf\00", [59 x i8] zeroinitializer }, comdat, align 32 14 ; CHECK: @"__asan_global_??_C@_04JIHMPGLA@asdf?$AA@" = 16 ; CHECK-SAME: { i64 ptrtoint ({ [5 x i8], [59 x i8] }* @"??_C@_04JIHMPGLA@asdf?$AA@" to i64), 20 ; CHECK-SAME: section ".ASAN$GL", comdat($"??_C@_04JIHMPGLA@asdf?$AA@"), align 64 27 $"??_C@_04JIHMPGLA@asdf?$AA@" = comdat any 29 @"??_C@_04JIHMPGLA@asdf?$AA@" = linkonce_odr dso_local unnamed_addr constant [5 x i8] c"asdf\00", c… 34 ret i8* getelementptr inbounds ([5 x i8], [5 x i8]* @"??_C@_04JIHMPGLA@asdf?$AA@", i32 0, i32 0) [all …]
|
/external/markdown/tests/misc/ |
D | lists3.txt | 2 sdf asdf asdf asdf asdf 3 asda asdf asdfasd
|
D | lists2.txt | 2 sdf asdf asdf asdf asdf 3 asda asdf asdfasd
|
/external/llvm-project/llvm/test/MC/COFF/ |
D | cv-fpo-errors.s | 21 .cv_fpo_stackalloc asdf 23 .cv_fpo_stackalloc 20 asdf 26 .cv_fpo_endprologue asdf 33 .cv_fpo_endproc asdf 44 .cv_fpo_data _foo asdf
|
/external/clang/test/Driver/ |
D | modules-cache-path.m | 1 // RUN: env USERNAME=asdf LOGNAME=asdf %clang -fmodules -### %s 2>&1 | FileCheck %s -check-prefix=C… 2 // CHECK-SET: -fmodules-cache-path={{.*}}org.llvm.clang.asdf{{[/\\]+}}ModuleCache
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | ms-inline-asm-fields.cpp | 13 namespace asdf { namespace 29 __asm mov eax, asdf::a_global.a3.b2 in test_namespace_global()
|
/external/clang/test/CodeGenCXX/ |
D | ms-inline-asm-fields.cpp | 13 namespace asdf { namespace 29 __asm mov eax, asdf::a_global.a3.b2 in test_namespace_global()
|
/external/curl/tests/data/ |
D | test571 | 20 Session: asdf 29 Session: asdf 46 Session: asdf
|
D | test339 | 17 ETag: W/"asdf" 57 W/"asdf"
|
D | test570 | 24 Session: asdf 71 Session: asdf
|
/external/llvm-project/llvm/test/Demangle/ |
D | ms-md5.test | 14 ??@a6a285da2eea70dba6b578022be61d81@asdf 15 ; CHECK: ??@a6a285da2eea70dba6b578022be61d81@asdf
|
/external/llvm/test/CodeGen/X86/ |
D | musttail-fastcall.ll | 7 @asdf = internal constant [4 x i8] c"asdf" 17 call void @puts(i8* getelementptr ([4 x i8], [4 x i8]* @asdf, i32 0, i32 0)) 46 call void @puts(i8* getelementptr ([4 x i8], [4 x i8]* @asdf, i32 0, i32 0))
|
/external/openscreen/util/json/ |
D | json_value_unittest.cc | 14 absl::string_view obj(R"!({"key1": 17, "key2": 32.3, "key3": "asdf"})!"); in TEST() 33 R"!({"key1": 17, "key2": 32.3, "key3": "asdf", "key4": ""})!"); in TEST()
|
/external/clang/test/Preprocessor/ |
D | pragma_microsoft.c | 155 #pragma warning(push, 1) asdf // expected-warning {{extra tokens at end of #pragma warning directiv… 160 #pragma warning(asdf : 321) // expected-warning {{expected 'push', 'pop'}}
|
/external/protobuf/src/google/protobuf/ |
D | proto3_lite_unittest.inc | 48 m->set_optional_string("asdf"); 58 m->add_repeated_string("asdf"); 75 EXPECT_EQ("asdf", m.optional_string()); 91 EXPECT_EQ("asdf", m.repeated_string(0));
|
/external/llvm-project/clang/test/Sema/ |
D | conditional-expr.c | 35 typedef void *asdf; in foo() typedef 36 *(0 ? (asdf) 0 : &x) = 10; in foo()
|
/external/clang/test/Sema/ |
D | conditional-expr.c | 35 typedef void *asdf; in foo() typedef 36 *(0 ? (asdf) 0 : &x) = 10; in foo()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | musttail-fastcall.ll | 8 @asdf = internal constant [4 x i8] c"asdf" 18 call void @puts(i8* getelementptr ([4 x i8], [4 x i8]* @asdf, i32 0, i32 0)) 47 call void @puts(i8* getelementptr ([4 x i8], [4 x i8]* @asdf, i32 0, i32 0)) 120 call void @puts(i8* getelementptr ([4 x i8], [4 x i8]* @asdf, i32 0, i32 0))
|
/external/llvm-project/polly/test/Isl/ |
D | isl-args.ll | 3 ; RUN: not opt %loadPolly -polly-scops -disable-output -polly-isl-arg=-asdf < %s 2>&1| FileCheck %s… 8 ; UNKNOWN: -polly-isl-arg: unrecognized option: -asdf
|