| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringActionRulesInternal.h | 46 template <typename RuleType, typename... RequirementTypes, size_t... Is> 50 std::index_sequence<Is...>) { in invokeRuleAfterValidatingRequirements() argument 53 std::make_tuple(std::get<Is>(Requirements).evaluate(Context)...); in invokeRuleAfterValidatingRequirements() 54 auto Err = findError(std::get<Is>(Values)...); in invokeRuleAfterValidatingRequirements() 60 RuleType::initiate(Context, std::move((*std::get<Is>(Values)))...); in invokeRuleAfterValidatingRequirements() 86 template <typename... RequirementTypes, size_t... Is> 90 std::index_sequence<Is...>) { in visitRefactoringOptions() argument 91 visitRefactoringOptionsImpl(Visitor, std::get<Is>(Requirements)...); in visitRefactoringOptions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68k.td | 23 "Is M68000 ISA supported">; 27 "Is M68010 ISA supported", 32 "Is M68020 ISA supported", 37 "Is M68030 ISA supported", 42 "Is M68040 ISA supported", 47 "Is M68060 ISA supported",
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedLoadCombinePass.cpp | 668 std::set<Instruction *> Is; member 769 Result.Is.insert(Old.Is.begin(), Old.Is.end()); in computeFromBCI() 770 Result.Is.insert(BCI); in computeFromBCI() 828 Result.Is.insert(LHS.Is.begin(), LHS.Is.end()); in computeFromSVI() 832 Result.Is.insert(RHS.Is.begin(), RHS.Is.end()); in computeFromSVI() 834 Result.Is.insert(SVI); in computeFromSVI() 886 Result.Is.insert(LI); in computeFromLI() 1129 std::set<Instruction *> Is; in combine() local 1146 Is.insert(VI.Is.begin(), VI.Is.end()); in combine() 1159 for (auto &I : Is) { in combine() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MachineLocation.h | 48 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Format.h | 93 template <std::size_t... Is> 95 std::index_sequence<Is...>) const { 97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...); 99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 77 auto Is = [=](StringRef Tool) { in getDriverConfig() local 89 if (Is("bitcode-strip") || Is("bitcode_strip")) in getDriverConfig() 91 else if (Is("strip")) in getDriverConfig() 93 else if (Is("install-name-tool") || Is("install_name_tool")) in getDriverConfig()
|
| /freebsd-13.1/contrib/subversion/subversion/ |
| H A D | svn_private_config.h.in | 172 /* Is GNOME Keyring support enabled? */ 175 /* Is GPG Agent support enabled? */ 178 /* Is Mac OS KeyChain support enabled? */ 190 /* Is libsecret support enabled? */ 193 /* Is Mach-O low-level _dyld API available? */ 196 /* Is Mac OS property list API available? */
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | EHScopeStack.h | 201 template <std::size_t... Is> 202 T restore(CodeGenFunction &CGF, std::index_sequence<Is...>) { 205 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...};
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/internal/ |
| H A D | gmock-internal-utils.h | 544 template <size_t... Is> struct int_pack { typedef int_pack type; }; 547 template <size_t... Is, size_t I> 548 struct append<int_pack<Is...>, I> : int_pack<Is..., I> {};
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | imx6ul-isiot-emmc.dts | 12 model = "Engicam Is.IoT MX6UL eMMC Starter kit";
|
| H A D | imx6ul-isiot-nand.dts | 12 model = "Engicam Is.IoT MX6UL NAND Starter kit";
|
| /freebsd-13.1/sys/mips/conf/ |
| H A D | ROUTERSTATION | 13 # XXX Is there an RTC on the RS?
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | Serialization.h | 541 template <size_t... Is> 543 std::index_sequence<Is...> _) { in serializeTupleHelper() 544 return serializeSeq(C, std::get<Is>(V)...); in serializeTupleHelper() 548 template <size_t... Is> 550 std::index_sequence<Is...> _) { in deserializeTupleHelper() 551 return deserializeSeq(C, std::get<Is>(V)...); in deserializeTupleHelper()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ParentMapContext.cpp | 268 template <typename Tuple, std::size_t... Is> 269 auto tuple_pop_front_impl(const Tuple &tuple, std::index_sequence<Is...>) { in tuple_pop_front_impl() argument 270 return std::make_tuple(std::get<1 + Is>(tuple)...); in tuple_pop_front_impl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 438 // Is the instruction decoder method able to completely determine if the 518 bit isReturn = false; // Is this instruction a return instruction? 519 bit isBranch = false; // Is this instruction a branch instruction? 521 bit isIndirectBranch = false; // Is this instruction an indirect branch? 526 bit isSelect = false; // Is this instruction a select instruction? 528 bit isCall = false; // Is this instruction a call instruction? 529 bit isAdd = false; // Is this instruction an add instruction? 530 bit isTrap = false; // Is this instruction a trap instruction? 538 bit isReMaterializable = false; // Is this instruction re-materializable? 549 bit isConvergent = false; // Is this instruction convergent? [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iio/dac/ |
| H A D | ti,dac7612.txt | 5 Is is programmable through an SPI interface.
|
| /freebsd-13.1/lib/libc/nls/ |
| H A D | fi_FI.ISO8859-1.msg | 115 54 Is�nt� nollasi yhteyden 135 64 Is�nt� ei vastaa
|
| /freebsd-13.1/contrib/libcbor/ |
| H A D | README.md | 72 .key = cbor_move(cbor_build_string("Is CBOR awesome?")), 77 .value = cbor_move(cbor_build_string("Is the answer"))
|
| /freebsd-13.1/contrib/libcbor/doc/source/ |
| H A D | using.rst | 71 .key = cbor_move(cbor_build_string("Is CBOR awesome?")), 76 .value = cbor_move(cbor_build_string("Is the answer"))
|
| /freebsd-13.1/sys/netgraph/bluetooth/l2cap/ |
| H A D | TODO | 42 Is there a better way to handle this?
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 1273 auto Is = [](StringRef Tool) { in main() local 1284 if (Is("dlltool")) in main() 1286 if (Is("ranlib")) in main() 1288 if (Is("lib")) in main() 1290 if (Is("ar")) in main()
|
| /freebsd-13.1/sys/mips/mips/ |
| H A D | locore.S | 78 .space 4 # Assumes mips32? Is that OK?
|
| /freebsd-13.1/sys/i386/i386/ |
| H A D | db_disasm.c | 75 #define Is 20 /* immediate, signed */ macro 584 /*05*/ { "add", FALSE, LONG, op2(Is, A), 0 }, 602 /*15*/ { "adc", FALSE, LONG, op2(Is, A), 0 }, 611 /*1d*/ { "sbb", FALSE, LONG, op2(Is, A), 0 }, 629 /*2d*/ { "sub", FALSE, LONG, op2(Is, A), 0 }, 647 /*3d*/ { "cmp", FALSE, LONG, op2(Is, A), 0 }, 1440 case Is: in db_disasm()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/soundwire/ |
| H A D | soundwire-controller.yaml | 34 description: Is the textual representation of SoundWire Enumeration
|
| /freebsd-13.1/sys/contrib/zlib/ |
| H A D | FAQ | 10 1. Is zlib Y2K-compliant? 152 21. Is zlib thread-safe? 167 23. Is zlib under the GNU license? 228 30. Is there some simpler, easier to read version of inflate I can look at to 282 34. Is there a Java version of zlib? 361 43. Is zlib subject to export controls? What is its ECCN?
|