Home
last modified time | relevance | path

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

12345678910>>...31

/dports/astro/py-ro/RO-3.6.9/python/RO/OS/
H A DgetDirs.py85 PlatformName = None variable
90 PlatformName = 'mac' variable
95 PlatformName = 'win' variable
98 PlatformName = 'unix' variable
132 if PlatformName == 'win':
141 global PlatformName
142 if PlatformName == 'unix':
148 print('PlatformName = %r' % PlatformName)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/mac/
H A 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;
/dports/devel/compiler-rt/compiler-rt-0.r131639/make/
H A 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)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Basic/Targets/
H A DOSTargets.cpp23 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
54 PlatformName = "macos"; in getDarwinDefines()
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
58 if (PlatformName == "ios" && Triple.isMacCatalystEnvironment()) in getDarwinDefines()
59 PlatformName = "maccatalyst"; in getDarwinDefines()
65 if (PlatformName == "win32") { in getDarwinDefines()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Basic/Targets/
H A DOSTargets.cpp23 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
54 PlatformName = "macos"; in getDarwinDefines()
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
58 if (PlatformName == "ios" && Triple.isMacCatalystEnvironment()) in getDarwinDefines()
59 PlatformName = "maccatalyst"; in getDarwinDefines()
65 if (PlatformName == "win32") { in getDarwinDefines()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Basic/Targets/
H A DOSTargets.cpp23 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
54 PlatformName = "macos"; in getDarwinDefines()
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
58 if (PlatformName == "ios" && Triple.isMacCatalystEnvironment()) in getDarwinDefines()
59 PlatformName = "maccatalyst"; in getDarwinDefines()
65 if (PlatformName == "win32") { in getDarwinDefines()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp23 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
54 PlatformName = "macos"; in getDarwinDefines()
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
58 if (PlatformName == "ios" && Triple.isMacCatalystEnvironment()) in getDarwinDefines()
59 PlatformName = "maccatalyst"; in getDarwinDefines()
65 if (PlatformName == "win32") { in getDarwinDefines()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Basic/Targets/
H A DOSTargets.cpp23 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
54 PlatformName = "macos"; in getDarwinDefines()
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
58 if (PlatformName == "ios" && Triple.isMacCatalystEnvironment()) in getDarwinDefines()
59 PlatformName = "maccatalyst"; in getDarwinDefines()
65 if (PlatformName == "win32") { in getDarwinDefines()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Basic/Targets/
H A DOSTargets.cpp23 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
54 PlatformName = "macos"; in getDarwinDefines()
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
58 if (PlatformName == "ios" && Triple.isMacCatalystEnvironment()) in getDarwinDefines()
59 PlatformName = "maccatalyst"; in getDarwinDefines()
65 if (PlatformName == "win32") { in getDarwinDefines()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/muesli/goefa/
H A Ddeparture.go36 PlatformName string // platform name member
50 PlatformName string `xml:"platformName,attr"` member
110 PlatformName: dep.PlatformName,
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Basic/Targets/
H A DOSTargets.cpp24 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
55 PlatformName = "macos"; in getDarwinDefines()
58 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
64 if (PlatformName == "win32") { in getDarwinDefines()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Basic/Targets/
H A DOSTargets.cpp24 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
55 PlatformName = "macos"; in getDarwinDefines()
58 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
64 if (PlatformName == "win32") { in getDarwinDefines()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Basic/Targets/
H A DOSTargets.cpp23 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
54 PlatformName = "macos"; in getDarwinDefines()
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
63 if (PlatformName == "win32") { in getDarwinDefines()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Basic/Targets/
H A DOSTargets.cpp23 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
54 PlatformName = "macos"; in getDarwinDefines()
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
63 if (PlatformName == "win32") { in getDarwinDefines()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Basic/Targets/
H A DOSTargets.cpp23 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
54 PlatformName = "macos"; in getDarwinDefines()
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
63 if (PlatformName == "win32") { in getDarwinDefines()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Basic/Targets/
H A DOSTargets.cpp23 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
54 PlatformName = "macos"; in getDarwinDefines()
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
63 if (PlatformName == "win32") { in getDarwinDefines()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Basic/Targets/
H A DOSTargets.cpp23 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
54 PlatformName = "macos"; in getDarwinDefines()
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
63 if (PlatformName == "win32") { in getDarwinDefines()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Basic/Targets/
H A DOSTargets.cpp23 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
54 PlatformName = "macos"; in getDarwinDefines()
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
63 if (PlatformName == "win32") { in getDarwinDefines()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp23 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
54 PlatformName = "macos"; in getDarwinDefines()
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
63 if (PlatformName == "win32") { in getDarwinDefines()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Basic/Targets/
H A DOSTargets.cpp23 const llvm::Triple &Triple, StringRef &PlatformName, in getDarwinDefines() argument
54 PlatformName = "macos"; in getDarwinDefines()
57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
63 if (PlatformName == "win32") { in getDarwinDefines()
/dports/databases/db5/db-5.3.28/build_windows/VS8/
H A Ddb_stl.vcproj7 …<Configuration Name="Debug|Win32" OutputDirectory="..\..\build_windows\$(PlatformName)\Debug" Inte…
18 …<Configuration Name="Release|Win32" OutputDirectory="..\..\build_windows\$(PlatformName)\Release" …
29 …<Configuration Name="Static Debug|Win32" OutputDirectory="..\..\build_windows\$(PlatformName)\Stat…
37 …<Configuration Name="Static Release|Win32" OutputDirectory="..\..\build_windows\$(PlatformName)\St…
45 …<Configuration Name="Debug|x64" OutputDirectory="..\..\build_windows\$(PlatformName)\Debug" Interm…
56 …<Configuration Name="Release|x64" OutputDirectory="..\..\build_windows\$(PlatformName)\Release" In…
67 …<Configuration Name="Static Debug|x64" OutputDirectory="..\..\build_windows\$(PlatformName)\Static…
75 …<Configuration Name="Static Release|x64" OutputDirectory="..\..\build_windows\$(PlatformName)\Stat…
H A Dex_sql_load.vcproj7 …<Configuration Name="Debug|Win32" OutputDirectory="..\..\build_windows\$(PlatformName)\Debug" Inte…
18 …<Configuration Name="Release|Win32" OutputDirectory="..\..\build_windows\$(PlatformName)\Release" …
29 …<Configuration Name="Debug|x64" OutputDirectory="..\..\build_windows\$(PlatformName)\Debug" Interm…
40 …<Configuration Name="Release|x64" OutputDirectory="..\..\build_windows\$(PlatformName)\Release" In…
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmVisualStudioWCEPlatformParser.cxx62 this->PlatformName.clear(); in StartElement()
110 this->PlatformName = this->CharacterData; in EndElement()
116 if (this->PlatformName == this->RequiredName) { in EndElement()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmVisualStudioWCEPlatformParser.cxx62 this->PlatformName.clear(); in StartElement()
110 this->PlatformName = this->CharacterData; in EndElement()
116 if (this->PlatformName == this->RequiredName) { in EndElement()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmVisualStudioWCEPlatformParser.cxx62 this->PlatformName.clear(); in StartElement()
110 this->PlatformName = this->CharacterData; in EndElement()
116 if (this->PlatformName == this->RequiredName) { in EndElement()

12345678910>>...31