| /freebsd-12.1/contrib/llvm/lib/Target/ARM/Utils/ |
| H A D | ARMBaseInfo.h | 39 VC, // No overflow Not unordered enumerator 58 case VS: return VC; in getOppositeCondition() 59 case VC: return VS; in getOppositeCondition() 79 case ARMCC::VC: return "vc"; in ARMCondCodeToString() 102 .Case("vc", ARMCC::VC) in ARMCondCodeFromString()
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | appveyor.yml | 18 $env:TARGET="VC-WIN32 no-asm" 21 $env:TARGET="VC-WIN64A-masm" 30 - call "%VSCOMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM%
|
| H A D | build.info | 5 if $config{target} =~ /^mingw/ || $config{target} =~ /^VC-/; 54 # VMS and VC don't have parametrised .def / .symvec generation, so they get 56 IF[{- $config{target} =~ /^VC-/ -}] 74 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}] 88 ELSIF[{- $config{target} =~ /^VC-/ -}]
|
| /freebsd-12.1/contrib/sqlite3/tea/ |
| H A D | README | 30 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-12.1/contrib/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 1486 for (unsigned VC = 0; VC != VariantCount; ++VC) { in buildInfo() local 1487 Record *AsmVariant = Target.getAsmParserVariant(VC); in buildInfo() 2804 for (unsigned VC = 0; VC != VariantCount; ++VC) { in emitMnemonicAliases() local 2805 Record *AsmVariant = Target.getAsmParserVariant(VC); in emitMnemonicAliases() 3049 for (unsigned VC = 0; VC != VariantCount; ++VC) { in emitMnemonicSpellChecker() local 3050 Record *AsmVariant = Target.getAsmParserVariant(VC); in emitMnemonicSpellChecker() 3347 for (unsigned VC = 0; VC != VariantCount; ++VC) { in run() local 3348 Record *AsmVariant = Target.getAsmParserVariant(VC); in run() 3451 for (unsigned VC = 0; VC != VariantCount; ++VC) { in run() local 3452 Record *AsmVariant = Target.getAsmParserVariant(VC); in run() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 653 Classification VC = Classify(Ctx); in ClassifyLValue() local 654 switch (VC.getKind()) { in ClassifyLValue() 674 Classification VC = ClassifyModifiable(Ctx, Loc ? *Loc : dummy); in isModifiableLvalue() local 675 switch (VC.getKind()) { in isModifiableLvalue() 688 return VC.getModifiable() == Cl::CM_LValueCast ? in isModifiableLvalue() 691 assert(VC.getKind() == Cl::CL_LValue && "Unhandled kind"); in isModifiableLvalue() 692 switch (VC.getModifiable()) { in isModifiableLvalue()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 1310 if (auto *VC = dyn_cast<Constant>(V)) variable 1328 if (auto *VC = dyn_cast<Constant>(V)) variable 1335 if (auto *VC = dyn_cast<Constant>(V)) variable 1746 if (auto *VC = dyn_cast<Constant>(V)) variable 1755 if (auto *VC = dyn_cast<Constant>(V)) variable 1764 if (auto *VC = dyn_cast<Constant>(V)) variable 1773 if (auto *VC = dyn_cast<Constant>(V)) variable 1782 if (auto *VC = dyn_cast<Constant>(V)) variable 1792 if (auto *VC = dyn_cast<Constant>(V)) { variable 1805 if (auto *VC = dyn_cast<Constant>(V)) variable [all …]
|
| /freebsd-12.1/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-12.1/contrib/llvm/lib/Target/ARC/MCTargetDesc/ |
| H A D | ARCInfo.h | 34 VC = 0x8, enumerator
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_blacklist.txt | 12 # Stack buffer overflow in VC/INCLUDE/xlocnum, see http://goo.gl/L4qqUG
|
| /freebsd-12.1/contrib/bearssl/samples/ |
| H A D | key-ee-rsa.pem | 20 5Z/F4notuBw5ArOP5rDL9Uk9EVQ95bnU8kJVCXZPTD2dJQkCgYByDKfPBpVp9HUgNAPgz5pRk/VC
|
| /freebsd-12.1/contrib/llvm/tools/llvm-xray/ |
| H A D | xray-graph.cpp | 386 StatType VT, StatType VC) { in exportGraphAsDOT() argument 415 if (VC != StatType::NONE) in exportGraphAsDOT() 418 std::sqrt(VA.S.getDouble(VC) / G.GraphVertexMax.getDouble(VC))) in exportGraphAsDOT()
|
| /freebsd-12.1/contrib/googletest/ |
| H A D | .gitignore | 17 *.VC.opendb
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64BaseInfo.h | 201 VC = 0x7, // No overflow Not unordered enumerator 224 case VC: return "vc"; in getCondCodeName() 258 case VC: return 0; // V == 0 in getNZCVToSatisfyCondCode()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 1636 for (const FunctionSummary::ConstVCall &VC : in run() local 1638 for (Metadata *MD : MetadataByGUID[VC.VFunc.GUID]) { in run() 1639 CallSlots[{MD, VC.VFunc.Offset}] in run() 1640 .ConstCSInfo[VC.Args] in run() 1644 for (const FunctionSummary::ConstVCall &VC : in run() local 1646 for (Metadata *MD : MetadataByGUID[VC.VFunc.GUID]) { in run() 1647 CallSlots[{MD, VC.VFunc.Offset}] in run() 1648 .ConstCSInfo[VC.Args] in run()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.cpp | 107 return ARCCC::VC; in GetOppositeBranchCondition() 108 case ARCCC::VC: in GetOppositeBranchCondition()
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | build.info | 25 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
|
| /freebsd-12.1/crypto/openssl/crypto/ |
| H A D | build.info | 37 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
|
| /freebsd-12.1/contrib/apr-util/include/private/ |
| H A D | apu_config.hw | 37 /* my_sys.h is broken on VC/Win32, and apparently not required */
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/InstPrinter/ |
| H A D | ARCInstPrinter.cpp | 75 case ARCCC::VC: in ARCCondCodeToString()
|
| /freebsd-12.1/contrib/libdivsufsort/include/ |
| H A D | config.h.cmake | 71 /** for VC++ warning **/
|
| /freebsd-12.1/contrib/googletest/googletest/ |
| H A D | CHANGES | 79 * Stopped supporting VC++ 7.1 with exceptions disabled. 90 * New feature: /MD(d) versions of VC++ projects.
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 586 const TargetRegisterClass *VC = MRI->getRegClass(RS.Reg); in getCondTfrOpcode() local 587 assert(VC->begin() != VC->end() && "Empty register class"); in getCondTfrOpcode() 588 PhysR = *VC->begin(); in getCondTfrOpcode()
|
| /freebsd-12.1/contrib/subversion/subversion/ |
| H A D | svn_private_config.hw | 106 /* compiler hints as supported by MS VC */
|
| /freebsd-12.1/sys/contrib/zstd/ |
| H A D | appveyor.yml | 59 …s\Windows\v7.1\lib\x64;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib\amd64;C:\Program… 221 …s\Windows\v7.1\lib\x64;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib\amd64;C:\Program…
|