HomeSort by relevance Sort by last modified time
    Searched full:alias (Results 476 - 500 of 4726) sorted by null

<<11121314151617181920>>

  /external/clang/lib/CodeGen/
CGCXX.cpp 32 /// Try to emit a base destructor as an alias to its primary
38 // Producing an alias to a base class ctor/dtor can degrade debug quality
44 // an alias, unless this class owns no members.
117 /// Try to emit a definition as a global alias for another definition.
118 /// If \p InEveryTU is true, we know that an equivalent alias can be produced
126 // The alias will use the linkage of the referent. If we can't
130 // We can't use an alias if the linkage is not valid for one.
145 // Derive the type for the alias.
157 // Instead of creating as alias to a linkonce_odr, replace all of the uses
171 // If we have a weak, non-discardable alias (weak, weak_odr), like an exter
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
ICUPropertyFactory.java 225 // String alias = String_Extras.get(propEnum);
226 // if (alias == null)
227 String alias = Binary_Extras.get(propEnum); local
228 if (alias != null) {
229 addUnique(alias, result);
249 String alias = UCharacter.getPropertyValueName(UProperty.CANONICAL_COMBINING_CLASS, i, typedefs
252 if (alias != null) {
253 cccHack.put(alias, numStr);
276 String alias = getFixedValueAlias(null, i, UProperty.NameChoice.LONG); local
278 if (alias == null)
292 String alias = getFixedValueAlias(null, -1, UProperty.NameChoice.LONG); local
489 String alias = UCharacter.getPropertyName(j, UProperty.NameChoice.LONG); local
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
ICUPropertyFactory.java 224 // String alias = String_Extras.get(propEnum);
225 // if (alias == null)
226 String alias = Binary_Extras.get(propEnum); local
227 if (alias != null) {
228 addUnique(alias, result);
248 String alias = UCharacter.getPropertyValueName(UProperty.CANONICAL_COMBINING_CLASS, i, typedefs
251 if (alias != null) {
252 cccHack.put(alias, numStr);
275 String alias = getFixedValueAlias(null, i, UProperty.NameChoice.LONG); local
277 if (alias == null)
291 String alias = getFixedValueAlias(null, -1, UProperty.NameChoice.LONG); local
488 String alias = UCharacter.getPropertyName(j, UProperty.NameChoice.LONG); local
    [all...]
  /cts/tests/app/app/res/xml/
alias.xml 20 <alias xmlns:android="http://schemas.android.com/apk/res/android">
26 </alias>
  /cts/tests/tests/content/res/xml/
alias.xml 20 <alias xmlns:android="http://schemas.android.com/apk/res/android">
26 </alias>
  /cts/tests/tests/graphics/res/xml/
bitmapdrawable.xml 17 <alias xmlns:android="http://schemas.android.com/apk/res/android">
40 </alias>
scaledrawable.xml 17 <alias xmlns:android="http://schemas.android.com/apk/res/android">
35 </alias>
scaledrawable_level.xml 18 <alias xmlns:android="http://schemas.android.com/apk/res/android">
28 </alias
  /cts/tests/tests/os/res/xml/
alias.xml 20 <alias xmlns:android="http://schemas.android.com/apk/res/android">
26 </alias>
  /cts/tests/tests/widget/res/xml/
base_attributes.xml 17 <alias xmlns:android="http://schemas.android.com/apk/res/android">
32 </alias>
  /development/apps/DevelopmentSettings/
AndroidManifest.xml 31 <meta-data android:name="android.app.alias"
32 android:resource="@xml/alias" />
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
ASTDbg.stg 14 alias tree_adaptor adaptor
15 alias tree_adaptor= adaptor=
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA224.java 68 provider.addAlgorithm("Alg.Alias.MessageDigest.SHA224", "SHA-224");
69 provider.addAlgorithm("Alg.Alias.MessageDigest." + NISTObjectIdentifiers.id_sha224, "SHA-224");
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/jsdoc-template/
symbol.tmpl 1 <symbol alias="{+data.alias+}">
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 27 using ::T = void(int n); // expected-error {{name defined in alias declaration must be an identifier}}
28 using operator int = void(int n); // expected-error {{name defined in alias declaration must be an identifier}}
29 using typename U = void; // expected-error {{name defined in alias declaration must be an identifier}}
30 using typename ::V = void(int n); // expected-error {{name defined in alias declaration must be an identifier}}
31 using typename ::operator bool = void(int n); // expected-error {{name defined in alias declaration must be an identifier}}
43 using U = int; // expected-error {{type alias redefinition with different types ('int' vs 'int [42]')}}
48 using T = int[n]; // expected-note {{bypasses initialization of VLA type alias}}
114 ~X(); // expected-error {{destructor cannot be declared using a type alias}}
  /external/clang/test/CodeGen/
redefine_extname.c 4 #pragma redefine_extname name alias
15 // CHECK: load i32, i32* @alias
  /external/clang/test/CodeGenCXX/
attr.cpp 3 // CHECK: @test2 = alias i32 (), i32 ()* @_Z5test1v
32 extern "C" int test2() __attribute__((alias("_Z5test1v")));
  /external/clang/test/PCH/
cxx-alias-decl.cpp 2 // RUN: %clang_cc1 -x c++ -std=c++11 -include %S/cxx-alias-decl.h -fsyntax-only -emit-llvm -o - %s
5 // RUN: %clang_cc1 -x c++ -std=c++11 -emit-pch -o %t %S/cxx-alias-decl.h
  /external/clang/test/SemaCXX/
redeclared-alias-template.cpp 4 template<typename T> using A = char; // expected-error {{type alias template redefinition with different types ('char' vs 'int')}}
8 template<typename T2, typename T1> using B = T1; // expected-error {{type alias template redefinition with different types}}
  /external/conscrypt/src/platform/java/org/conscrypt/
JSSEProvider.java 48 put("Alg.Alias.KeyManagerFactory.X509", "PKIX");
51 put("Alg.Alias.TrustManagerFactory.X509", "PKIX");
  /external/iptables/extensions/
libip6t_mh.c 32 /* Alias */ { "brr", 0, },
34 /* Alias */ { "hoti", 1, },
36 /* Alias */ { "coti", 2, },
38 /* Alias */ { "hot", 3, },
40 /* Alias */ { "cot", 4, },
42 /* Alias */ { "bu", 5, },
44 /* Alias */ { "ba", 6, },
46 /* Alias */ { "be", 7, },
  /external/llvm/test/Analysis/CFLAliasAnalysis/
gep-signed-arithmetic.ll 1 ; RUN: opt < %s -disable-basicaa -cfl-aa -aa-eval -print-all-alias-modref-info -disable-output 2>&1 | FileCheck %s
7 ; CHECK: 1 may alias response
multilevel-combine.ll 18 ; CHECK: 10 Total Alias Queries Performed
19 ; CHECK: 4 no alias responses
multilevel.ll 16 ; CHECK: 15 Total Alias Queries Performed
17 ; CHECK: 13 no alias responses
phi-and-select.ll 1 ; RUN: opt < %s -cfl-aa -aa-eval -print-all-alias-modref-info -disable-output 2>&1 | FileCheck %s
6 ; CHECK: ===== Alias Analysis Evaluator Report =====

Completed in 933 milliseconds

<<11121314151617181920>>