Searched refs:isAlias (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/dyld-353.2.1/launch-cache/
H A Ddsc_iterator.h31 uint32_t isAlias; // this is alternate path (symlink) member in struct:dyld_shared_cache_dylib_info
H A Ddyld_shared_cache_util.cpp223 if ( dylibInfo->isAlias )
236 if ( dylibInfo->isAlias )
276 if ( dylibInfo->isAlias )
327 if ( !dylibInfo->isAlias )
H A Ddsc_iterator.cpp70 dylibInfo.isAlias = (dylibPath < (char*)firstSeg); // paths for aliases are store between cache header and first segment
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnv_io.cpp317 isAlias(const char *alias, UErrorCode *pErrorCode) { function
753 if(haveAliasData(pErrorCode) && isAlias(aliasTmp, pErrorCode)) {
834 if (haveAliasData(pErrorCode) && isAlias(convName, pErrorCode)) {
866 if(haveAliasData(pErrorCode) && isAlias(alias, pErrorCode)) {
884 if(haveAliasData(pErrorCode) && isAlias(alias, pErrorCode)) {
909 if(haveAliasData(pErrorCode) && isAlias(alias, pErrorCode)) {
956 if (haveAliasData(pErrorCode) && isAlias(alias, pErrorCode)) {
1002 if (haveAliasData(pErrorCode) && isAlias(alias, pErrorCode)) {
/macosx-10.10/IOKitTools-91/ioreg.tproj/
H A Dioreg.c1602 *isAlias, local
1635 isAlias = ((tmpCell & kPhysAliasMask) != 0) ? ", alias" : "";
1671 isAlias );
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dtz2icu.cpp196 bool isAlias() const { function in struct:ZoneInfo
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp281 /// isAlias - Return true if there is any possibility that the two addresses
283 bool isAlias(SDValue Ptr1, int64_t Size1,
9420 /// isAlias - Return true if there is any possibility that the two addresses
9422 bool DAGCombiner::isAlias(SDValue Ptr1, int64_t Size1, function in class:DAGCombiner
9579 isAlias(Ptr, Size, SrcValue, SrcValueOffset, SrcValueAlign,

Completed in 310 milliseconds