| /minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/ |
| H A D | make_unsigned.pass.cpp | 53 …test_make_unsigned<wchar_t, std::conditional<sizeof(wchar_t) == 4, unsigned int, unsigned short>::… in main() 54 …test_make_unsigned<const wchar_t, std::conditional<sizeof(wchar_t) == 4, const unsigned int, const… in main() 55 …test_make_unsigned<const Enum, std::conditional<sizeof(Enum) == sizeof(int), const unsigned int, c… in main() 57 std::conditional<sizeof(long) == 4, unsigned long long, unsigned long>::type> (); in main()
|
| H A D | make_signed.pass.cpp | 53 test_make_signed< wchar_t, std::conditional<sizeof(wchar_t) == 4, int, short>::type >(); in main() 54 …test_make_signed< const wchar_t, std::conditional<sizeof(wchar_t) == 4, const int, const short>::t… in main() 55 …test_make_signed< const Enum, std::conditional<sizeof(Enum) == sizeof(int), const int, const signe… in main() 56 test_make_signed< BigEnum, std::conditional<sizeof(long) == 4, long long, long>::type >(); in main()
|
| /minix3/usr.bin/make/unit-tests/ |
| H A D | cond2.exp | 1 make: Bad conditional expression ` == "empty"' in == "empty"?oops:ok 2 make: "cond2.mk" line 13: Malformed conditional ({TEST_TYPO} == "Ok") 4 make: "cond2.mk" line 20: Malformed conditional (${TEST_NOT_SET} == "empty")
|
| H A D | cond1.exp | 20 make: Bad conditional expression `"0" > 0' in "0" > 0?OK:No
|
| /minix3/external/bsd/libc++/dist/libcxx/test/utilities/meta/meta.trans/meta.trans.sign/ |
| H A D | make_unsigned.pass.cpp | 53 …test_make_unsigned<wchar_t, std::conditional<sizeof(wchar_t) == 4, unsigned int, unsigned short>::… in main() 54 …test_make_unsigned<const wchar_t, std::conditional<sizeof(wchar_t) == 4, const unsigned int, const… in main() 57 std::conditional<sizeof(long) == 4, unsigned long long, unsigned long>::type> (); in main()
|
| H A D | make_signed.pass.cpp | 53 test_make_signed< wchar_t, std::conditional<sizeof(wchar_t) == 4, int, short>::type >(); in main() 54 …test_make_signed< const wchar_t, std::conditional<sizeof(wchar_t) == 4, const int, const short>::t… in main() 56 test_make_signed< BigEnum, std::conditional<sizeof(long) == 4, long long, long>::type >(); in main()
|
| /minix3/external/bsd/libc++/dist/libcxx/test/utilities/meta/meta.trans/meta.trans.other/ |
| H A D | conditional.pass.cpp | 18 static_assert((std::is_same<std::conditional<true, char, int>::type, char>::value), ""); in main() 19 static_assert((std::is_same<std::conditional<false, char, int>::type, int>::value), ""); in main()
|
| /minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
| H A D | conditional.pass.cpp | 18 static_assert((std::is_same<std::conditional<true, char, int>::type, char>::value), ""); in main() 19 static_assert((std::is_same<std::conditional<false, char, int>::type, int>::value), ""); in main()
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
| H A D | decltype.cpp | 80 class conditional { 83 void foo(conditional<decltype((1),int>) { // expected-note 2 {{to match this '('}} expected-error …
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | BranchWeightMetadata.rst | 29 Metadata is only assigned to the conditional branches. There are two extra 80 It is especially useful in conditional statements. Currently Clang supports two 81 conditional statements:
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/SampleProfile/Inputs/ |
| H A D | calls.prof | 9 # of the conditional is taken (discriminator '1').
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/ARM/ |
| H A D | udf-thumb-diagnostics.s | 10 @ CHECK: error: conditional execution not supported in Thumb1
|
| H A D | thumb2-branches.s | 82 @ conditional branches accept narrow suffix and encode to short encodings 124 @ same branch insturction encoding to conditional or unconditional depending 225 @ conditional branches accept narrow suffix and encode to short encodings 267 @ same branch insturction encoding to conditional or unconditional depending
|
| /minix3/external/bsd/libc++/dist/libcxx/test/utilities/memory/pointer.traits/pointer.traits.functions/ |
| H A D | pointer_to.pass.cpp | 33 static A pointer_to(typename std::conditional<std::is_void<element_type>::value, in pointer_to()
|
| /minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.functions/ |
| H A D | pointer_to.pass.cpp | 33 static A pointer_to(typename std::conditional<std::is_void<element_type>::value, in pointer_to()
|
| /minix3/external/bsd/bind/dist/unit/atf-src/admin/ |
| H A D | check-style-shell.awk | 94 warn("Avoid using a single-line if conditional");
|
| /minix3/external/bsd/llvm/dist/llvm/docs/HistoricalNotes/ |
| H A D | 2001-07-06-LoweringIRForCodeGen.txt | 8 move-conditional instruction. I don't think we want to put that in the core 10 conditional move instruction in the VM, it is pretty difficult to maintain a
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/ |
| H A D | 2008-07-29-icmp.ll | 4 ; conditional move instructions are expected.
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/ |
| H A D | fcmp.ll | 21 ; This test can't be implemented with just one A64 conditional 60 ; This test can't be implemented with just one A64 conditional
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/ |
| H A D | micromips-movcond-instructions.s | 6 # for move conditional instructions.
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | exit_compare_live_range.ll | 3 ; instruction immediately before the conditional branch.
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/SimplifyCFG/ |
| H A D | DeadSetCC.ll | 5 ; folds a conditional branch into a switch instruction.
|
| /minix3/external/bsd/llvm/dist/llvm/test/Analysis/CFLAliasAnalysis/ |
| H A D | multilevel-combine.ll | 2 ; groups of pointers together through ternary/conditional operations
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
| H A D | conditional-expr-2.m | 10 // conditional expression.
|
| /minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
| H A D | codegen.ml | 55 (* Grab the first block so that we might later add the conditional branch 68 * other is used for the conditional branch. *) 86 (* Return to the start block to add the conditional branch. *) 153 (* Insert the conditional branch into the end of loop_end_bb. *)
|