Searched refs:PlatformName (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/platform/text/mac/ |
D | make-charset-table.pl | 69 if (my ($PlatformName, undef, $flags, $IANANames) = /^(.+?)(, (.+))?: (.+)$/) { 72 my $PlatformNameWithFlags = $PlatformName; 78 …error "Platform encoding name $PlatformName is mentioned twice in $baseFilename" if $seenPlatformN… 123 …error "$baseFilename lists both $name and $otherName under $PlatformName, but that aliasing is alr… 129 emit_line($firstName, $PlatformPrefix, $PlatformName, $flags); 131 … emit_line($alias, $PlatformPrefix, $PlatformName, $flags) if $alias ne $canonicalFirstName; 134 my $PlatformName = $1; 136 …error "Platform encoding name $PlatformName is mentioned twice in $baseFilename" if $seenPlatformN… 137 $seenPlatformNames{$PlatformName} = 1;
|
/external/compiler-rt/make/ |
D | lib_platforms.mk | 15 $(call Set,PlatformName,$(basename $(notdir $(1)))) 17 $$(info MAKE: $(PlatformName): Loading platform) 21 $(call Set,PlatformKey,Platform.$(PlatformName)) 23 $(call Set,$(PlatformKey).Name,$(PlatformName)) 71 $$(info MAKE: $(PlatformName): Done loading platform)
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 80 mutable StringRef PlatformName; variable 724 StringRef getPlatformName() const { return PlatformName; } in getPlatformName()
|
/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 93 PlatformName = "unknown"; in TargetInfo()
|
D | Targets.cpp | 89 StringRef &PlatformName, in getDarwinDefines() argument 127 PlatformName = "macosx"; in getDarwinDefines() 130 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines() 136 if (PlatformName == "win32") { in getDarwinDefines() 177 getDarwinDefines(Builder, Opts, Triple, this->PlatformName, in getOSDefines() 3897 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion); in getOSDefines()
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 2085 StringRef PlatformName in checkAvailabilityAttr() local 2087 if (PlatformName.empty()) in checkAvailabilityAttr() 2088 PlatformName = Platform->getName(); in checkAvailabilityAttr() 2095 << 1 << PlatformName << Deprecated.getAsString() in checkAvailabilityAttr() 2103 << 2 << PlatformName << Obsoleted.getAsString() in checkAvailabilityAttr() 2111 << 2 << PlatformName << Obsoleted.getAsString() in checkAvailabilityAttr()
|