Home
last modified time | relevance | path

Searched refs:Is (Results 1 – 25 of 557) sorted by relevance

12345678910>>...23

/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Dapi.txt245 Is the character a C0 control character (< 32) ?
249 Is the character a format control character?
253 Is the character a symbol?
257 Is the character a number or digit?
261 Is the character non-spacing?
265 Is the character an open/left punctuation (i.e. '[')
269 Is the character an close/right punctuation (i.e. ']')
273 Is the character an initial punctuation (i.e. U+2018 LEFT SINGLE QUOTATION
278 Is the character a final punctuation (i.e. U+2019 RIGHT SINGLE QUOTATION
287 Is the character one of the many quotation marks?
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h46 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()
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A DVariantBenchmarks.h30 template <std::size_t N, std::size_t... Is>
31 static auto genVariants(std::index_sequence<Is...>) { in genVariants() argument
32 using V = std::variant<S<Is>...>; in genVariants()
34 static constexpr F fs[] = {[] { return V(std::in_place_index<Is>); }...}; in genVariants()
38 v = fs[getRandomInteger(0ul, sizeof...(Is) - 1)](); in genVariants()
H A DCartesianBenchmarks.h39 template <class B, class Args, size_t... Is>
40 void makeBenchmarkFromValuesImpl(const Args& A, std::index_sequence<Is...>) { in makeBenchmarkFromValuesImpl() argument
42 B Bench{std::get<Is>(V)...}; in makeBenchmarkFromValuesImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp667 std::set<Instruction *> Is; member
679 : BB(nullptr), PV(nullptr), LIs(), Is(), SVI(nullptr), VTy(VTy) { in VectorInfo()
768 Result.Is.insert(Old.Is.begin(), Old.Is.end()); in computeFromBCI()
769 Result.Is.insert(BCI); in computeFromBCI()
827 Result.Is.insert(LHS.Is.begin(), LHS.Is.end()); in computeFromSVI()
831 Result.Is.insert(RHS.Is.begin(), RHS.Is.end()); in computeFromSVI()
833 Result.Is.insert(SVI); in computeFromSVI()
885 Result.Is.insert(LI); in computeFromLI()
1128 std::set<Instruction *> Is; in combine() local
1145 Is.insert(VI.Is.begin(), VI.Is.end()); in combine()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68k.td23 "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",
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormat.h93 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)...);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMachineLocation.h48 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister() argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp76 auto Is = [=](StringRef Tool) { in getDriverConfig() local
88 if (Is("bitcode-strip") || Is("bitcode_strip")) in getDriverConfig()
90 else if (Is("strip")) in getDriverConfig()
92 else if (Is("install-name-tool") || Is("install_name_tool")) in getDriverConfig()
/netbsd-src/sys/arch/amd64/amd64/
H A Ddb_disasm.c101 #define Is 20 /* immediate, signed */ macro
602 /*04*/ { "add", false, BYTE, op2(Is, A), 0 },
603 /*05*/ { "add", false, LONG, op2(Is, A), 0 },
620 /*14*/ { "adc", false, BYTE, op2(Is, A), 0 },
621 /*15*/ { "adc", false, LONG, op2(Is, A), 0 },
629 /*1c*/ { "sbb", false, BYTE, op2(Is, A), 0 },
630 /*1d*/ { "sbb", false, LONG, op2(Is, A), 0 },
647 /*2c*/ { "sub", false, BYTE, op2(Is, A), 0 },
648 /*2d*/ { "sub", false, LONG, op2(Is, A), 0 },
665 /*3c*/ { "cmp", false, BYTE, op2(Is, A), 0 },
[all …]
/netbsd-src/sys/arch/i386/i386/
H A Ddb_disasm.c83 #define Is 20 /* immediate, signed */ macro
570 /*04*/ { "add", false, BYTE, op2(Is, A), 0 },
571 /*05*/ { "add", false, LONG, op2(Is, A), 0 },
588 /*14*/ { "adc", false, BYTE, op2(Is, A), 0 },
589 /*15*/ { "adc", false, LONG, op2(Is, A), 0 },
597 /*1c*/ { "sbb", false, BYTE, op2(Is, A), 0 },
598 /*1d*/ { "sbb", false, LONG, op2(Is, A), 0 },
616 /*2d*/ { "sub", false, LONG, op2(Is, A), 0 },
633 /*3c*/ { "cmp", false, BYTE, op2(Is, A), 0 },
634 /*3d*/ { "cmp", false, LONG, op2(Is, A), 0 },
[all …]
/netbsd-src/external/gpl2/xcvs/dist/m4/
H A Dstdint.m428 dnl Is long == int64_t ?
42 dnl Is long long == int64_t ?
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/
H A Dstrip15 TEST1 := "Is this TERMINAL fun? What …
46 $answer = "\"Is this TERMINAL fun? What makes you believe is this terminal fun? JAPAN is a WONDERFU…
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DEHScopeStack.h201 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))...};
/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dtest042-valsort159 ou: {2}Is
190 ou: Is
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Dbsdstart.S75 andb #0x50,%d6 | Is this an 68040/68060?
93 btst #3,%d2 | Is this an 68030?
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSerialization.h541 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()
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dconfig-resolve.inc.rst278 3. Is a reverse-map query for 127.0.0.1 (zone 0.0.127.in-addr.arpa).
280 4. Is a reverse-map query for 192.168.254/24 (zone 254.168.192.in-addr.arpa).
282 5. Is a reverse-map query for any local IP (:any:`empty-zones-enable`
396 3. Is a reverse-map query for 127.0.0.1 (zone 0.0.127.in-addr.arpa).
398 4. Is a reverse-map query for 192.168.254/24 (zone 254.168.192.in-addr.arpa).
400 5. Is a reverse-map query for any local IP (:any:`empty-zones-enable` statement).
523 3. Is a reverse-map query for 127.0.0.1 (zone 0.0.127.in-addr.arpa).
525 4. Is a reverse-map query for 192.168.254/24 (zone 254.168.192.in-addr.arpa).
527 5. Is a reverse-map query for any local IP (empty-zones-enable statement).
529 6. Is a query for the domain name **example.com**, in which case it will be
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td438 // 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?
522 bit isCompare = false; // Is this instruction a comparison instruction?
523 bit isMoveImm = false; // Is this instruction a move immediate instruction?
524 bit isMoveReg = false; // Is this instruction a move register instruction?
525 bit isBitcast = false; // Is this instruction a bitcast instruction?
526 bit isSelect = false; // Is this instruction a select instruction?
528 bit isCall = false; // Is this instruction a call instruction?
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DParentMapContext.cpp268 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()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dimx6ul-isiot-nand.dts12 model = "Engicam Is.IoT MX6UL NAND Starter kit";
H A Dimx6ul-isiot-emmc.dts12 model = "Engicam Is.IoT MX6UL eMMC Starter kit";
/netbsd-src/external/gpl2/rcs/dist/src/
H A Dconf.heg130 #define getlogin_is_secure 0 /* Is getlogin() secure? Usually it's not. */
217 #define DIFF3_BIN 1 /* Is diff3 user-visible (not the /usr/lib auxiliary)? */
228 #define isSLASH(c) ((c) == SLASH) /* Is arg a filename separator? */
229 #define ROOTPATH(p) isSLASH((p)[0]) /* Is p an absolute pathname? */
233 #define DIFF_ABSOLUTE 1 /* Is ROOTPATH(DIFF) true? */
/netbsd-src/external/mit/libcbor/dist/
H A DREADME.md63 .key = cbor_move(cbor_build_string("Is CBOR awesome?")),
68 .value = cbor_move(cbor_build_string("Is the answer"))
/netbsd-src/external/bsd/flex/dist/doc/
H A Dflex.info188 Node: Is there a way to make flex treat NULL like a regular character?201837
198 Node: Is backing up a big deal?212907
207 Node: Is flex GNU or not?225982
213 Node: Is there a repository for flex scanners?233078

12345678910>>...23