| /freebsd/crypto/openssl/Configurations/ |
| H A D | 50-win-onecore.conf | 34 "VC-WIN32-ONECORE" => { 35 inherit_from => [ "VC-WIN32" ], 43 "VC-WIN64A-ONECORE" => { 44 inherit_from => [ "VC-WIN64A" ], 66 "VC-WIN32-ARM" => { 67 inherit_from => [ "VC-noCE-common" ], 75 "VC-WIN64-ARM" => { 76 inherit_from => [ "VC-noCE-common" ], 97 "VC-WIN32-UWP" => { 98 inherit_from => [ "VC-WIN32-ONECORE" ], [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/ |
| H A D | ARMBaseInfo.h | 38 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/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 1530 for (unsigned VC = 0; VC != VariantCount; ++VC) { in buildInfo() local 1531 const Record *AsmVariant = Target.getAsmParserVariant(VC); in buildInfo() 2850 for (unsigned VC = 0; VC != VariantCount; ++VC) { in emitMnemonicAliases() local 2851 const Record *AsmVariant = Target.getAsmParserVariant(VC); in emitMnemonicAliases() 2862 if (VC == 0) in emitMnemonicAliases() 2869 if (VC == VariantCount - 1) in emitMnemonicAliases() 3118 for (unsigned VC = 0; VC != VariantCount; ++VC) { in emitMnemonicSpellChecker() local 3119 const Record *AsmVariant = Target.getAsmParserVariant(VC); in emitMnemonicSpellChecker() 3121 OS << " case " << AsmVariantNo << ": Start = std::begin(MatchTable" << VC in emitMnemonicSpellChecker() 3122 << "); End = std::end(MatchTable" << VC << "); break;\n"; in emitMnemonicSpellChecker() [all …]
|
| /freebsd/crypto/openssl/ |
| H A D | NOTES-WINDOWS.md | 31 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) 80 - `perl Configure VC-WIN64-CLANGASM-ARM` if you want Windows on Arm (win-arm64) 82 - `perl Configure VC-CLANG-WIN64-CLANGASM-ARM` if you want Windows on Arm (win-arm64) 84 - `perl Configure VC-WIN32-HYBRIDCRT` if you want 32-bit OpenSSL dependent 86 - `perl Configure VC-WIN64A-HYBRIDCRT` if you want 64-bit OpenSSL dependent 143 Special notes for Universal Windows Platform builds, aka `VC-*-UWP`
|
| H A D | NOTES-PERL.md | 36 Indeed, there are `VC-*` configs targeting Visual Studio C, as well as 41 For VC-* builds, we recommend Strawberry Perl, from <http://strawberryperl.com>.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | CombinationGenerator.h | 96 for (ArrayRef<choice_type> VC : VariablesChoices) in performGeneration() 97 VariablesState.emplace_back(VC); in performGeneration()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 723 Classification VC = Classify(Ctx); in ClassifyLValue() local 724 switch (VC.getKind()) { in ClassifyLValue() 744 Classification VC = ClassifyModifiable(Ctx, Loc ? *Loc : dummy); in isModifiableLvalue() local 745 switch (VC.getKind()) { in isModifiableLvalue() 758 return VC.getModifiable() == Cl::CM_LValueCast ? in isModifiableLvalue() 761 assert(VC.getKind() == Cl::CL_LValue && "Unhandled kind"); in isModifiableLvalue() 762 switch (VC.getModifiable()) { in isModifiableLvalue()
|
| /freebsd/contrib/sqlite3/tea/ |
| H A D | README.txt | 98 If you have VC++ then you may wish to use the files in the win 99 subdirectory and build the extension using just VC++. These files have 103 VC++ makefile are written in the first part of the Makefile.vc
|
| /freebsd/crypto/openssl/tools/ |
| H A D | build.info | 2 $config{target} =~ /^(VC|vms)-/ ? "c_rehash.pl" : "c_rehash";
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 2412 for (const FunctionSummary::ConstVCall &VC : in run() local 2414 for (Metadata *MD : MetadataByGUID[VC.VFunc.GUID]) { in run() 2415 CallSlots[{MD, VC.VFunc.Offset}] in run() 2416 .ConstCSInfo[VC.Args] in run() 2420 for (const FunctionSummary::ConstVCall &VC : in run() local 2422 for (Metadata *MD : MetadataByGUID[VC.VFunc.GUID]) { in run() 2423 CallSlots[{MD, VC.VFunc.Offset}] in run() 2424 .ConstCSInfo[VC.Args] in run() 2564 for (const FunctionSummary::ConstVCall &VC : in run() local 2566 for (StringRef Name : NameByGUID[VC.VFunc.GUID]) { in run() [all …]
|
| /freebsd/sys/contrib/libsodium/builds/msvc/build/ |
| H A D | buildbase.bat | 7 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/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ |
| H A D | ARCInfo.h | 33 VC = 0x8, enumerator
|
| H A D | ARCInstPrinter.cpp | 74 case ARCCC::VC: in ARCCondCodeToString()
|
| /freebsd/contrib/bearssl/samples/ |
| H A D | key-ee-rsa.pem | 20 5Z/F4notuBw5ArOP5rDL9Uk9EVQ95bnU8kJVCXZPTD2dJQkCgYByDKfPBpVp9HUgNAPgz5pRk/VC
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_ignorelist.txt | 12 # Stack buffer overflow in VC/INCLUDE/xlocnum, see
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | games | 441 # GTA 3D-Era (III/VC/SA/LCS/VCS) - used by the RenderWare engine by Criterion Games 457 8 ulelong 0x0c02ffff RenderWare data, v3.3.0.2, used in GTA III PC and GTA VC PS2, 463 8 ulelong 0x1003ffff RenderWare data, v3.4.0.3, used in GTA VC PC, 466 8 ulelong 0x1005ffff RenderWare data, v3.4.0.5, used in GTA III/VC on Android, 469 8 ulelong 0x1400ffff RenderWare data, v3.5.0.0, used in GTA III/VC on Xbox, 477 >3 string L version 1, used in GTA III/VC/SA 484 0 string/c #\ ipl\ generated\ from\ max\ file GTA Item Placement data (IPL), used in GTA III/VC 489 >3 string K version 1, used in GTA III/VC 497 0 string TABL GTA in-game text (GXT), version 3, used in GTA VC/LS/VCS 501 0 string \x02\x00\x01 GTA script (SCM), used in GTA III/VC/SA
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | build.info | 2 IF[{- $config{target} =~ /^(?:VC-|mingw|BC-)/ -}]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-graph.cpp | 404 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/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 1291 VarCapture VC; in printVariableDefs() local 1292 VC.Name = VariableDef.first; in printVariableDefs() 1293 StringRef Value = Context->GlobalVariableTable[VC.Name]; in printVariableDefs() 1296 VC.Range = SMRange(Start, End); in printVariableDefs() 1297 VarCaptures.push_back(VC); in printVariableDefs() 1300 VarCapture VC; in printVariableDefs() local 1301 VC.Name = VariableDef.getKey(); in printVariableDefs() 1308 VC.Range = SMRange(Start, End); in printVariableDefs() 1309 VarCaptures.push_back(VC); in printVariableDefs() 1321 for (const VarCapture &VC : VarCaptures) { in printVariableDefs() local [all …]
|
| /freebsd/contrib/googletest/ |
| H A D | .gitignore | 19 *.VC.opendb
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.cpp | 119 return ARCCC::VC; in getOppositeBranchCondition() 120 case ARCCC::VC: in getOppositeBranchCondition()
|
| /freebsd/contrib/libdivsufsort/include/ |
| H A D | config.h.cmake | 71 /** for VC++ warning **/
|
| /freebsd/crypto/openssl/providers/ |
| H A D | build.info | 124 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}] 158 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | build.info | 29 IF[{- $config{target} !~ /^VC/ -}] 37 IF[{- $config{target} !~ /^VC/ -}]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64BaseInfo.h | 262 VC = 0x7, // No overflow Not unordered enumerator 291 case VC: return "vc"; in getCondCodeName() 355 case VC: return 0; // V == 0 in getNZCVToSatisfyCondCode()
|