Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h39 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 Dappveyor.yml18 $env:TARGET="VC-WIN32 no-asm"
21 $env:TARGET="VC-WIN64A-masm"
30 - call "%VSCOMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM%
H A Dbuild.info5 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 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-12.1/contrib/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1486 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 DExprClassification.cpp653 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 DIRBuilder.h1310 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 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-12.1/contrib/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h34 VC = 0x8, enumerator
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_blacklist.txt12 # Stack buffer overflow in VC/INCLUDE/xlocnum, see http://goo.gl/L4qqUG
/freebsd-12.1/contrib/bearssl/samples/
H A Dkey-ee-rsa.pem20 5Z/F4notuBw5ArOP5rDL9Uk9EVQ95bnU8kJVCXZPTD2dJQkCgYByDKfPBpVp9HUgNAPgz5pRk/VC
/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-graph.cpp386 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.gitignore17 *.VC.opendb
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h201 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 DWholeProgramDevirt.cpp1636 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 DARCInstrInfo.cpp107 return ARCCC::VC; in GetOppositeBranchCondition()
108 case ARCCC::VC: in GetOppositeBranchCondition()
/freebsd-12.1/crypto/openssl/apps/
H A Dbuild.info25 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
/freebsd-12.1/crypto/openssl/crypto/
H A Dbuild.info37 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
/freebsd-12.1/contrib/apr-util/include/private/
H A Dapu_config.hw37 /* my_sys.h is broken on VC/Win32, and apparently not required */
/freebsd-12.1/contrib/llvm/lib/Target/ARC/InstPrinter/
H A DARCInstPrinter.cpp75 case ARCCC::VC: in ARCCondCodeToString()
/freebsd-12.1/contrib/libdivsufsort/include/
H A Dconfig.h.cmake71 /** for VC++ warning **/
/freebsd-12.1/contrib/googletest/googletest/
H A DCHANGES79 * 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 DHexagonExpandCondsets.cpp586 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 Dsvn_private_config.hw106 /* compiler hints as supported by MS VC */
/freebsd-12.1/sys/contrib/zstd/
H A Dappveyor.yml59 …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…

1234