Home
last modified time | relevance | path

Searched refs:VC (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd-14.2/crypto/openssl/Configurations/
H A D50-win-onecore.conf34 "VC-WIN32-ONECORE" => {
35 inherit_from => [ "VC-WIN32" ],
44 "VC-WIN64A-ONECORE" => {
45 inherit_from => [ "VC-WIN64A" ],
67 "VC-WIN32-ARM" => {
76 "VC-WIN64-ARM" => {
98 "VC-WIN32-UWP" => {
108 "VC-WIN64A-UWP" => {
118 "VC-WIN32-ARM-UWP" => {
119 inherit_from => [ "VC-WIN32-ARM" ],
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h38 VC, // No overflow Not unordered enumerator
57 case VS: return VC; in getOppositeCondition()
58 case VC: return VS; in getOppositeCondition()
155 case ARMCC::VC: return "vc"; in ARMCondCodeToString()
178 .Case("vc", ARMCC::VC) in ARMCondCodeFromString()
/freebsd-14.2/contrib/sqlite3/tea/
H A DREADME30 If you have VC++ then you may wish to use the files in the win
31 subdirectory and build the extension using just VC++. These files have
35 VC++ makefile are written in the first part of the Makefile.vc
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1504 for (unsigned VC = 0; VC != VariantCount; ++VC) { in buildInfo() local
1505 Record *AsmVariant = Target.getAsmParserVariant(VC); in buildInfo()
2829 for (unsigned VC = 0; VC != VariantCount; ++VC) { in emitMnemonicAliases() local
2830 Record *AsmVariant = Target.getAsmParserVariant(VC); in emitMnemonicAliases()
3074 for (unsigned VC = 0; VC != VariantCount; ++VC) { in emitMnemonicSpellChecker() local
3075 Record *AsmVariant = Target.getAsmParserVariant(VC); in emitMnemonicSpellChecker()
3136 for (unsigned VC = 0; VC != VariantCount; ++VC) { in emitMnemonicChecker() local
3508 for (unsigned VC = 0; VC != VariantCount; ++VC) { in run() local
3509 Record *AsmVariant = Target.getAsmParserVariant(VC); in run()
3610 for (unsigned VC = 0; VC != VariantCount; ++VC) { in run() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCombinationGenerator.h96 for (ArrayRef<choice_type> VC : VariablesChoices) in performGeneration()
97 VariablesState.emplace_back(VC); in performGeneration()
/freebsd-14.2/crypto/openssl/
H A DNOTES-WINDOWS.md31 The native builds using Visual C++ have a `VC-*` prefix.
76 - `perl Configure VC-WIN32` if you want 32-bit OpenSSL or
77 - `perl Configure VC-WIN64A` if you want 64-bit OpenSSL or
78 - `perl Configure VC-WIN64-ARM` if you want Windows on Arm (win-arm64)
97 For VC-WIN32, the following defaults are use:
102 For VC-WIN64, the following defaults are use:
120 Special notes for Universal Windows Platform builds, aka `VC-*-UWP`
H A DNOTES-PERL.md36 Indeed, there are `VC-*` configs targeting VisualStudio C, as well as
41 For VC-* builds we recommend Strawberry Perl, from <http://strawberryperl.com>.
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp693 Classification VC = Classify(Ctx); in ClassifyLValue() local
694 switch (VC.getKind()) { in ClassifyLValue()
714 Classification VC = ClassifyModifiable(Ctx, Loc ? *Loc : dummy); in isModifiableLvalue() local
715 switch (VC.getKind()) { in isModifiableLvalue()
728 return VC.getModifiable() == Cl::CM_LValueCast ? in isModifiableLvalue()
731 assert(VC.getKind() == Cl::CL_LValue && "Unhandled kind"); in isModifiableLvalue()
732 switch (VC.getModifiable()) { in isModifiableLvalue()
/freebsd-14.2/crypto/openssl/tools/
H A Dbuild.info2 $config{target} =~ /^(VC|vms)-/ ? "c_rehash.pl" : "c_rehash";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h33 VC = 0x8, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp2333 for (const FunctionSummary::ConstVCall &VC : in run() local
2336 CallSlots[{MD, VC.VFunc.Offset}] in run()
2337 .ConstCSInfo[VC.Args] in run()
2344 CallSlots[{MD, VC.VFunc.Offset}] in run()
2345 .ConstCSInfo[VC.Args] in run()
2481 for (const FunctionSummary::ConstVCall &VC : in run() local
2484 CallSlots[{Name, VC.VFunc.Offset}] in run()
2485 .ConstCSInfo[VC.Args] in run()
2489 for (const FunctionSummary::ConstVCall &VC : in run() local
2492 CallSlots[{Name, VC.VFunc.Offset}] in run()
[all …]
/freebsd-14.2/sys/contrib/libsodium/builds/msvc/build/
H A Dbuildbase.bat7 SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat
8 IF %version% == 15 SET tools=Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_ignorelist.txt12 # Stack buffer overflow in VC/INCLUDE/xlocnum, see http://goo.gl/L4qqUG
/freebsd-14.2/contrib/bearssl/samples/
H A Dkey-ee-rsa.pem20 5Z/F4notuBw5ArOP5rDL9Uk9EVQ95bnU8kJVCXZPTD2dJQkCgYByDKfPBpVp9HUgNAPgz5pRk/VC
/freebsd-14.2/crypto/openssl/apps/lib/
H A Dbuild.info2 IF[{- $config{target} =~ /^(?:VC-|mingw|BC-)/ -}]
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp404 StatType VT, StatType VC) { in exportGraphAsDOT() argument
434 if (VC != StatType::NONE) in exportGraphAsDOT()
437 std::sqrt(VA.S.getDouble(VC) / G.GraphVertexMax.getDouble(VC))) in exportGraphAsDOT()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dgames488 # GTA 3D-Era (III/VC/SA/LCS/VCS) - used by the RenderWare engine by Criterion Games
504 8 ulelong 0x0c02ffff RenderWare data, v3.3.0.2, used in GTA III PC and GTA VC PS2,
510 8 ulelong 0x1003ffff RenderWare data, v3.4.0.3, used in GTA VC PC,
513 8 ulelong 0x1005ffff RenderWare data, v3.4.0.5, used in GTA III/VC on Android,
516 8 ulelong 0x1400ffff RenderWare data, v3.5.0.0, used in GTA III/VC on Xbox,
524 >3 string L version 1, used in GTA III/VC/SA
531 0 string/c #\ ipl\ generated\ from\ max\ file GTA Item Placement data (IPL), used in GTA III/VC
536 >3 string K version 1, used in GTA III/VC
544 0 string TABL GTA in-game text (GXT), version 3, used in GTA VC/LS/VCS
548 0 string \x02\x00\x01 GTA script (SCM), used in GTA III/VC/SA
/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1249 VarCapture VC; in printVariableDefs() local
1250 VC.Name = VariableDef.first; in printVariableDefs()
1254 VC.Range = SMRange(Start, End); in printVariableDefs()
1255 VarCaptures.push_back(VC); in printVariableDefs()
1258 VarCapture VC; in printVariableDefs() local
1259 VC.Name = VariableDef.getKey(); in printVariableDefs()
1266 VC.Range = SMRange(Start, End); in printVariableDefs()
1267 VarCaptures.push_back(VC); in printVariableDefs()
1279 for (const VarCapture &VC : VarCaptures) { in printVariableDefs() local
1282 OS << "captured var \"" << VC.Name << "\""; in printVariableDefs()
[all …]
/freebsd-14.2/contrib/googletest/
H A D.gitignore18 *.VC.opendb
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp119 return ARCCC::VC; in getOppositeBranchCondition()
120 case ARCCC::VC: in getOppositeBranchCondition()
/freebsd-14.2/crypto/openssl/crypto/bn/
H A Dbuild.info28 IF[{- $config{target} !~ /^VC/ -}]
36 IF[{- $config{target} !~ /^VC/ -}]
/freebsd-14.2/contrib/libdivsufsort/include/
H A Dconfig.h.cmake71 /** for VC++ warning **/
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h263 VC = 0x7, // No overflow Not unordered enumerator
292 case VC: return "vc"; in getCondCodeName()
326 case VC: return 0; // V == 0 in getNZCVToSatisfyCondCode()
/freebsd-14.2/sys/contrib/zstd/
H A Dappveyor.yml46 …s\Windows\v7.1\lib\x64;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib\amd64;C:\Program…
162 …s\Windows\v7.1\lib\x64;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib\amd64;C:\Program…
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.cpp126 CondCode = AArch64CC::VC; in changeFCMPPredToAArch64CC()

1234