Home
last modified time | relevance | path

Searched refs:PlatformName (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/text/mac/
Dmake-charset-table.pl69 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/
Dlib_platforms.mk15 $(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/
DTargetInfo.h80 mutable StringRef PlatformName; variable
724 StringRef getPlatformName() const { return PlatformName; } in getPlatformName()
/external/clang/lib/Basic/
DTargetInfo.cpp93 PlatformName = "unknown"; in TargetInfo()
DTargets.cpp89 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/
DSemaDeclAttr.cpp2085 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()