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

<<21222324252627282930>>

  /external/llvm/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 1 //===- ScalarEvolutionAliasAnalysis.cpp - SCEV-based Alias Analysis -------===//
11 // simple alias analysis implemented in terms of ScalarEvolution queries.
26 AliasResult SCEVAAResult::alias(const MemoryLocation &LocA, function in class:SCEVAAResult
81 if (alias(MemoryLocation(AO ? AO : LocA.Ptr,
90 return AAResultBase::alias(LocA, LocB);
123 "ScalarEvolution-based Alias Analysis", false, true)
127 "ScalarEvolution-based Alias Analysis", false, true)
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 1 //===- llvm/Analysis/AliasAnalysis.h - Alias Analysis Interface -*- C++ -*-===//
11 // common interface used by all clients of alias analysis information, and
12 // implemented by all alias analysis implementations. Mod/Ref information is
28 // alias, regardless of the value of the Size component.
61 /// The possible results of an alias query.
64 /// a query to some alias analysis.
75 /// The two locations do not alias at all.
81 /// The two locations may or may not alias. This is the least precise result.
83 /// The two locations alias, but only due to a partial overlap.
85 /// The two locations precisely alias each other
188 AliasResult alias(const Value *V1, uint64_t V1Size, const Value *V2, function in class:llvm::AAResults
194 AliasResult alias(const Value *V1, const Value *V2) { function in class:llvm::AAResults
725 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB) { function in class:llvm::AAResultBase::AAResultsProxy
773 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB) { function in class:llvm::AAResultBase
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pdb.doc 39 have parameters (see the alias help entry) which allows one a certain
142 "restart" is an alias for "run".
174 alias [name [command]]
175 Creates an alias called 'name' that executes 'command'. The
179 current alias for name is shown. If no name is given, all
185 are then hidden until the alias is removed. Aliasing is
193 alias pi for k in %1.__dict__.keys(): print "%1.",k,"=",%1.__dict__[k]
195 alias ps pi self
198 Deletes the specified alias.
  /prebuilts/gdb/linux-x86/lib/python2.7/
pdb.doc 39 have parameters (see the alias help entry) which allows one a certain
142 "restart" is an alias for "run".
174 alias [name [command]]
175 Creates an alias called 'name' that executes 'command'. The
179 current alias for name is shown. If no name is given, all
185 are then hidden until the alias is removed. Aliasing is
193 alias pi for k in %1.__dict__.keys(): print "%1.",k,"=",%1.__dict__[k]
195 alias ps pi self
198 Deletes the specified alias.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.doc 39 have parameters (see the alias help entry) which allows one a certain
142 "restart" is an alias for "run".
174 alias [name [command]]
175 Creates an alias called 'name' that executes 'command'. The
179 current alias for name is shown. If no name is given, all
185 are then hidden until the alias is removed. Aliasing is
193 alias pi for k in %1.__dict__.keys(): print "%1.",k,"=",%1.__dict__[k]
195 alias ps pi self
198 Deletes the specified alias.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.doc 39 have parameters (see the alias help entry) which allows one a certain
142 "restart" is an alias for "run".
174 alias [name [command]]
175 Creates an alias called 'name' that executes 'command'. The
179 current alias for name is shown. If no name is given, all
185 are then hidden until the alias is removed. Aliasing is
193 alias pi for k in %1.__dict__.keys(): print "%1.",k,"=",%1.__dict__[k]
195 alias ps pi self
198 Deletes the specified alias.
  /external/libunwind/include/
compiler.h 39 # define ALIAS(name) __attribute__((alias (#name)))
64 # define ALIAS(name)
  /external/llvm/test/Transforms/FunctionImport/Inputs/
funcimport.ll 7 @weakalias = weak alias void (...), bitcast (void ()* @globalfunc1 to void (...)*)
8 @analias = alias void (...), bitcast (void ()* @globalfunc2 to void (...)*)
9 @linkoncealias = alias void (...), bitcast (void ()* @linkoncefunc to void (...)*)
  /external/llvm/test/Transforms/InstCombine/
bitcast-alias-function.ll 9 @alias_i32_to_f32 = alias float (float), bitcast (i32 (i32)* @func_i32 to float (float)*)
12 @alias_v2i32_to_v2f32 = alias <2 x float> (<2 x float>), bitcast (<2 x i32> (<2 x i32>)* @func_v2i32 to <2 x float> (<2 x float>)*)
15 @alias_v2f32_to_i64 = alias <2 x float> (<2 x float>), bitcast (i64 (i64)* @func_i64 to <2 x float> (<2 x float>)*)
18 @alias_i64_to_v2f32 = alias i64 (i64), bitcast (<2 x float> (<2 x float>)* @func_v2f32 to i64 (i64)*)
21 @alias_v2i32p_to_v2i64p = alias <2 x i64*> (<2 x i64*>), bitcast (<2 x i32*> (<2 x i32*>)* @func_v2i32p to <2 x i64*> (<2 x i64*>)*)
27 @alias_i64_to_f32 = alias float (float), bitcast (i64 (i64)* @func_i64 to float (float)*)
31 @alias_v2i64_to_v2f32 = alias <2 x float> (<2 x float>), bitcast (<2 x i64> (<2 x i64>)* @func_v2i64 to <2 x float> (<2 x float>)*)
35 @alias_v2i32_to_v4f32 = alias <4 x float> (<4 x float>), bitcast (<2 x i32> (<2 x i32>)* @func_v2i32 to <4 x float> (<4 x float>)*)
38 @alias_i64_to_v4f32 = alias i64 (i64), bitcast (<4 x float> (<4 x float>)* @func_v4f32 to i64 (i64)*)
41 @alias_v4f32_to_i64 = alias <4 x float> (<4 x float>), bitcast (i64 (i64)* @func_i64 to <4 x float> (<4 x float>)*
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPSchemaRegistry.java 30 * they are ordered, there is an alias name pointing to an actual name. The
34 * The names that can be aliased in XMP are restricted. The alias must be a top
38 * mean the alias can only be a simple property. It is OK to alias a top level
134 // Alias Functions
138 * Determines if a name is an alias, and what it is aliased to.
141 * The namespace URI of the alias. Must not be <code>null</code> or the empty
144 * The name of the alias. May be an arbitrary path expression
146 * @return Returns the <code>XMPAliasInfo</code> for the given alias namespace and property or
147 * <code>null</code> if there is no such alias
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
XMPAliasInfo.java 16 * This interface is used to return info about an alias.
41 * @return Returns the kind of the alias. This can be a direct alias
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
X509KeyManagerTest.java 65 String alias = ((X509KeyManager) manager).chooseClientAlias(keyTypes, null, null); local
67 assertNotNull(alias);
69 assertNull(alias);
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialHelper.java 328 String alias = trustedCertificateStore.getCertificateAlias(caCert); local
329 if (alias == null) {
330 Log.e(TAG, "alias is null");
335 dpm.approveCaCert(alias, UserHandle.myUserId(), true);
372 String alias = aliases.nextElement(); local
373 if (keystore.isKeyEntry(alias)) {
374 KeyStore.Entry entry = keystore.getEntry(alias, password);
375 Log.d(TAG, "extracted alias = " + alias + ", entry=" + entry.getClass());
379 mName = alias;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
argvemulator.py 79 alias = File.Alias(rawdata=aliasdesc.data)
80 fsref = alias.FSResolveAlias(None)[0]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
argvemulator.py 79 alias = File.Alias(rawdata=aliasdesc.data)
80 fsref = alias.FSResolveAlias(None)[0]
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 481 * private alias name. The X509Certificate will be stored on the
482 * public alias name and have the given subject distinguished
    [all...]
  /external/icu/icu4c/source/i18n/
transreg.h 35 * the create() method on the alias to create the actual
36 * transliterator, and deletes the alias.
44 * Construct a simple alias (type == SIMPLE)
50 * Construct a compound RBT alias (type == COMPOUND)
57 * Construct a rules alias (type = RULES)
78 * Return TRUE if this alias is rule-based. If so, the caller
99 // 1. Simple alias
100 // Here aliasID is the alias string. Everything else is
113 const UnicodeSet* compoundFilter; // alias
164 * Return a non-NULL aliasReturn value if the ID points to an alias
    [all...]
  /build/target/product/
sdk.mk 17 # Don't modify this file - It's just an alias!
sdk_arm64.mk 17 # Don't modify this file - It's just an alias!
sdk_mips.mk 17 # Don't modify this file - It's just an alias!
sdk_x86.mk 17 # Don't modify this file - It's just an alias!
sdk_x86_64.mk 17 # Don't modify this file - It's just an alias!
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
ApkPreconditionCheck.java 23 @OptionClass(alias="apk-precondition-check")
  /cts/hostsidetests/devicepolicy/app/IntentReceiver/
AndroidManifest.xml 41 <activity-alias android:name=".BrowserActivity"
49 </activity-alias>
51 <activity-alias android:name=".AppLinkActivity"
59 </activity-alias>
  /development/ndk/samples/hello-neon/
build.properties 15 # 'key.alias' for the name of the key to use.

Completed in 2114 milliseconds

<<21222324252627282930>>