HomeSort by relevance Sort by last modified time
    Searched refs:alias (Results 1 - 25 of 1576) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Misc/
serialized-diags-really-long-text.cpp 6 typedef class AReallyLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongName {} alias; typedef in typeref:class:AReallyLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongName
10 typedef MyTS<N-1, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias
    [all...]
  /frameworks/base/keystore/java/android/security/
IKeyChainAliasCallback.aidl 19 * Used by the {@code KeyChainActivity} to return alias for {@link KeyStore#chooseAlias}.
25 void alias(String alias);
KeyChainAliasCallback.java 27 * Called with the alias of the certificate chosen by the user, or
30 public void alias(@Nullable String alias); method in interface:KeyChainAliasCallback
  /external/clang/test/Sema/
attr-self-alias.c 3 int self_alias(void) __attribute__((weak, alias("self_alias"))); // expected-error {{alias definition is part of a cycle}}
attr-alias-elf.c 3 void f1(void) __attribute__((alias("g1")));
7 void f2(void) __attribute__((alias("g2"))); // expected-error {{alias must point to a defined variable or function}}
10 void f3(void) __attribute__((alias("g3"))); // expected-error {{alias must point to a defined variable or function}}
14 void f4() __attribute__((alias("g4")));
16 void h4() __attribute__((alias("f4")));
18 void f5() __attribute__((alias("g5")));
19 void h5() __attribute__((alias("f5")));
23 void f6() __attribute__((alias("g6")))
    [all...]
attr-alias.c 8 void f() __attribute__((alias("g"))); //expected-error {{only weak aliases are supported}}
alias-redefinition.c 4 void fun0(void) __attribute((alias("f0")));
8 void fun1(void) __attribute((alias("f1"))); // expected-error {{redefinition of 'fun1'}}
11 void fun2(void) __attribute((alias("f2"))); // expected-note {{previous definition}}
15 void fun3(void) __attribute((alias("f3"))); // expected-note {{previous definition}}
16 void fun3(void) __attribute((alias("f3"))); // expected-error {{redefinition of 'fun3'}}
19 void fun4(void) __attribute((alias("f4")));
24 void __attribute((alias("f5"))) fun5(void) {} // expected-error {{redefinition of 'fun5'}} // expected-note {{previous definition}}
26 int var1 __attribute((alias("v1"))); // expected-error {{definition 'var1' cannot also be an alias}}
27 static int var2 __attribute((alias("v2"))) = 2; // expected-error {{definition 'var2' cannot also be an alias}
    [all...]
  /external/clang/test/CodeGen/
2008-11-02-WeakAlias.c 5 void init_IRQ(void) __attribute__((weak, alias("native_init_IRQ")));
  /external/llvm/test/MC/ELF/
ifunc-reloc.s 4 alias: label
5 .global alias
6 .type alias, @function
7 .set sym, alias