/external/llvm-project/llvm/test/Transforms/LowerTypeTests/ |
D | export-alias.ll | 4 ; CHECK: @alias2 = hidden alias void (), void ()* @external_addrtaken 16 ; alias2 not included here, this could happen if the only reference to alias2 20 !5 = !{!"alias2", !"external_addrtaken", i8 1, i8 0}
|
D | export-symver.ll | 16 !4 = !{!"not_exported", !"alias2"}
|
/external/clang/test/SemaObjC/ |
D | alias-test-1.m | 16 typedef int alias2; // expected-note {{previous declaration is here}} typedef 17 @compatibility_alias alias2 class3; // expected-error {{conflicting types for alias 'alias2'}}
|
/external/llvm-project/clang/test/SemaObjC/ |
D | alias-test-1.m | 16 typedef int alias2; // expected-note {{previous declaration is here}} typedef 17 @compatibility_alias alias2 class3; // expected-error {{conflicting types for alias 'alias2'}}
|
/external/llvm-project/llvm/test/MC/ELF/ |
D | type.s | 58 alias2: label 59 .global alias2 symbol 60 .type alias2, @object 61 .set sym2, alias2
|
/external/llvm/test/MC/ELF/ |
D | type.s | 58 alias2: label 59 .global alias2 symbol 60 .type alias2, @object 61 .set sym2, alias2
|
/external/llvm/test/CodeGen/X86/ |
D | dllexport-x86_64.ll | 68 ; CHECK: .globl alias2 69 ; CHECK: alias2 = f1 70 @alias2 = dllexport alias void(), void()* @f1 113 ; WIN32-SAME: /EXPORT:alias2 129 ; MINGW-SAME: -export:alias2
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | dllexport-x86_64.ll | 85 ; WIN32: .ascii " /EXPORT:alias2" 101 ; MINGW: .ascii " -export:alias2" 114 ; CHECK: .globl alias2 115 ; CHECK: .set alias2, f1 116 @alias2 = dllexport alias void(), void()* @f1
|
/external/llvm-project/llvm/test/Transforms/GlobalOpt/ |
D | alias-used.ll | 55 @alias2 = alias i32, i32* getelementptr inbounds (%struct.S, %struct.S* @s, i64 0, i32 2) 58 ; CHECK: load i32, i32* @alias2, align 4 63 %1 = load i32, i32* @alias2, align 4
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | alias-used.ll | 55 @alias2 = alias i32, i32* getelementptr inbounds (%struct.S, %struct.S* @s, i64 0, i32 2) 58 ; CHECK: load i32, i32* @alias2, align 4 63 %1 = load i32, i32* @alias2, align 4
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-deprecated-ios-base-aliases.cpp | 76 using alias2 = std::ios_base::io_state; in f_1() typedef 79 alias2 e; in f_1()
|
/external/conscrypt/platform/src/test/java/org/conscrypt/ |
D | TrustedCertificateStoreTest.java | 569 X509Certificate x2, String alias2) { in testTwo() argument 571 install(x2, alias2); in testTwo() 573 assertRootCa(x2, alias2); in testTwo() 574 assertAliases(alias1, alias2); in testTwo() 611 private void testChain(String alias1, String alias2) throws Exception { in testChain() argument 613 install(getChain()[2], alias2); in testChain() local 615 assertRootCa(getChain()[2], alias2); in testChain() local 616 assertAliases(alias1, alias2); in testChain()
|
/external/conscrypt/repackaged/platform/src/test/java/com/android/org/conscrypt/ |
D | TrustedCertificateStoreTest.java | 573 X509Certificate x2, String alias2) { in testTwo() argument 575 install(x2, alias2); in testTwo() 577 assertRootCa(x2, alias2); in testTwo() 578 assertAliases(alias1, alias2); in testTwo() 615 private void testChain(String alias1, String alias2) throws Exception { in testChain() argument 617 install(getChain()[2], alias2); in testChain() local 619 assertRootCa(getChain()[2], alias2); in testChain() local 620 assertAliases(alias1, alias2); in testChain()
|
/external/llvm-project/llvm/test/Assembler/ |
D | invalid-uselistorder-indexes-toomany.ll | 5 @alias2 = alias i32, i32* @global
|
D | invalid-uselistorder-indexes-toofew.ll | 5 @alias2 = alias i32, i32* @global
|
D | invalid-uselistorder-indexes-range.ll | 5 @alias2 = alias i32, i32* @global
|
D | invalid-uselistorder-indexes-ordered.ll | 5 @alias2 = alias i32, i32* @global
|
D | invalid-uselistorder-indexes-duplicated.ll | 5 @alias2 = alias i32, i32* @global
|
/external/llvm/test/Assembler/ |
D | invalid-uselistorder-indexes-toomany.ll | 5 @alias2 = alias i32, i32* @global
|
D | invalid-uselistorder-indexes-toofew.ll | 5 @alias2 = alias i32, i32* @global
|
D | invalid-uselistorder-indexes-ordered.ll | 5 @alias2 = alias i32, i32* @global
|
D | invalid-uselistorder-indexes-range.ll | 5 @alias2 = alias i32, i32* @global
|
D | invalid-uselistorder-indexes-duplicated.ll | 5 @alias2 = alias i32, i32* @global
|
/external/llvm-project/clang/test/Modules/Inputs/nested-template-default-arg-redecl/ |
D | module.modulemap | 4 header "alias2.h"
|
/external/llvm-project/llvm/test/Transforms/Coroutines/ |
D | coro-alloca-04.ll | 16 %x.alias2 = bitcast i64* %x to i32* 20 %alias_phi = phi i32* [ %x.alias1, %flag_true ], [ %x.alias2, %flag_false ]
|