| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | retain-release-safe.c | 26 if (cf) { in SafeCFRetain() 29 return cf; in SafeCFRetain() 35 if (cf) in SafeCFRelease() 41 if (cf) { in retainCFType() 44 return cf; in retainCFType() 48 if (cf) in releaseCFType() 56 CFRelease(cf); in makeSureTestsWork() 63 SafeCFRetain(cf); in falseOverrelease() 64 SafeCFRetain(cf); in falseOverrelease() 73 CFRelease(cf); in sameWithNormalRelease() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.syn/ |
| H A D | chars_format.pass.cpp | 34 cf x = cf::scientific; in test() 35 x |= cf::fixed; in test() 39 cf x = cf::general; in test() 44 cf x = cf::general; in test() 49 assert(static_cast<ut>(cf::scientific & (cf::fixed | cf::hex)) == 0); in test() 50 assert(static_cast<ut>(cf::fixed & (cf::scientific | cf::hex)) == 0); in test() 51 assert(static_cast<ut>(cf::hex & (cf::scientific | cf::fixed)) == 0); in test() 53 assert((cf::scientific | cf::fixed) == cf::general); in test() 55 assert(static_cast<ut>(cf::scientific & cf::fixed) == 0); in test() 57 assert((cf::general ^ cf::fixed) == cf::scientific); in test() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_activation.cpp | 42 RegisterIncludeFlags(parser, cf); in RegisterActivationFlags() 47 CommonFlags cf; in OverrideFromActivationFlags() local 51 cf.SetDefaults(); in OverrideFromActivationFlags() 53 allocator_options.CopyTo(&f, &cf); in OverrideFromActivationFlags() 56 cf.coverage = coverage; in OverrideFromActivationFlags() 57 cf.coverage_dir = coverage_dir; in OverrideFromActivationFlags() 58 cf.verbosity = Verbosity(); in OverrideFromActivationFlags() 66 InitializeCommonFlags(&cf); in OverrideFromActivationFlags() 72 allocator_options.SetFrom(&f, &cf); in OverrideFromActivationFlags() 75 coverage = cf.coverage; in OverrideFromActivationFlags() [all …]
|
| /llvm-project-15.0.7/mlir/test/Conversion/SCFToControlFlow/ |
| H A D | convert-to-cfg.mlir | 55 // CHECK-NEXT: cf.br ^bb2 69 // CHECK-NEXT: cf.br ^bb3 72 // CHECK-NEXT: cf.br ^bb3 91 // CHECK-NEXT: cf.br ^bb4 94 // CHECK-NEXT: cf.br ^bb4 96 // CHECK-NEXT: cf.br ^bb5 124 // CHECK-NEXT: cf.br ^bb6 127 // CHECK-NEXT: cf.br ^bb6 129 // CHECK-NEXT: cf.br ^bb7 172 // CHECK: cf.br ^[[cont:.*]] [all …]
|
| /llvm-project-15.0.7/mlir/test/Dialect/GPU/ |
| H A D | all-reduce.mlir | 48 // CHECK: cf.br ^bb4([[VAL_36]] : f32) 50 // CHECK: cf.br ^bb4([[VAL_0]] : f32) 56 // CHECK: cf.br ^bb7([[VAL_40]] : f32) 58 // CHECK: cf.br ^bb7([[VAL_37]] : f32) 64 // CHECK: cf.br ^bb10([[VAL_44]] : f32) 66 // CHECK: cf.br ^bb10([[VAL_41]] : f32) 72 // CHECK: cf.br ^bb13([[VAL_48]] : f32) 103 // CHECK: cf.br ^bb21 105 // CHECK: cf.br ^bb21 173 // CHECK: cf.br ^bb42 [all …]
|
| H A D | all-reduce-max.mlir | 49 // CHECK: cf.br ^bb4([[VAL_37]] : f32) 51 // CHECK: cf.br ^bb4([[VAL_0]] : f32) 58 // CHECK: cf.br ^bb7([[VAL_42]] : f32) 60 // CHECK: cf.br ^bb7([[VAL_38]] : f32) 67 // CHECK: cf.br ^bb10([[VAL_47]] : f32) 69 // CHECK: cf.br ^bb10([[VAL_43]] : f32) 76 // CHECK: cf.br ^bb13([[VAL_52]] : f32) 113 // CHECK: cf.br ^bb21 115 // CHECK: cf.br ^bb21 193 // CHECK: cf.br ^bb42 [all …]
|
| /llvm-project-15.0.7/mlir/test/Dialect/ControlFlow/ |
| H A D | canonicalize.mlir | 10 cf.br ^bb1(%c0_i32 : i32) 26 cf.br ^bb2(%arg0 : i32) 132 // CHECK: cf.br ^bb2 136 cf.br ^bb2 152 // CHECK-NOT: cf.switch 197 // CHECK-NOT: cf.switch 223 // CHECK-NOT: cf.switch 430 // CHECK-NOT: cf.assert 439 // CHECK-LABEL: @cf.assert 459 cf.br ^exit [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_flags.cpp | 56 CommonFlags cf; in InitializeFlags() local 57 cf.CopyFrom(*common_flags()); in InitializeFlags() 58 cf.external_symbolizer_path = GetEnv("TSAN_SYMBOLIZER_PATH"); in InitializeFlags() 59 cf.allow_addr2line = true; in InitializeFlags() 62 cf.abort_on_error = false; in InitializeFlags() 64 cf.detect_deadlocks = false; in InitializeFlags() 66 cf.print_suppressions = false; in InitializeFlags() 67 cf.stack_trace_format = " #%n %f %S %M"; in InitializeFlags() 68 cf.exitcode = 66; in InitializeFlags() 69 cf.intercept_tls_get_addr = true; in InitializeFlags() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_flags.cpp | 56 CommonFlags cf; in InitializeFlags() local 57 cf.CopyFrom(*common_flags()); in InitializeFlags() 58 cf.external_symbolizer_path = GetEnv("TSAN_SYMBOLIZER_PATH"); in InitializeFlags() 59 cf.allow_addr2line = true; in InitializeFlags() 62 cf.abort_on_error = false; in InitializeFlags() 64 cf.detect_deadlocks = false; in InitializeFlags() 66 cf.print_suppressions = false; in InitializeFlags() 67 cf.stack_trace_format = " #%n %f %S %M"; in InitializeFlags() 68 cf.exitcode = 66; in InitializeFlags() 69 cf.intercept_tls_get_addr = true; in InitializeFlags() [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | fold-fops-into-selects.ll | 6 %op = fsub float 1.000000e+00, %cf 14 %cf = select i1 %A, float 1.000000e+00, float %B 15 %op = fadd float 2.000000e+00, %cf 24 %cf = select i1 %A, float 1.000000e+00, float %B 25 %op = fsub float 2.000000e+00, %cf 34 %cf = select i1 %A, float 1.000000e+00, float %B 35 %op = fmul float 2.000000e+00, %cf 44 %cf = select i1 %A, float 1.000000e+00, float %B 45 %op = fdiv float 2.000000e+00, %cf 55 %op = fdiv float %cf, 2.000000e+00 [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_flags_test.cpp | 178 CommonFlags cf; in TEST() local 180 RegisterCommonFlags(&parser, &cf); in TEST() 182 cf.SetDefaults(); in TEST() 183 EXPECT_TRUE(cf.symbolize); in TEST() 186 cf.symbolize = false; in TEST() 187 cf.coverage = true; in TEST() 188 cf.heap_profile = true; in TEST() 189 cf.log_path = "path/one"; in TEST() 192 EXPECT_TRUE(cf.symbolize); in TEST() 193 EXPECT_TRUE(cf.coverage); in TEST() [all …]
|
| /llvm-project-15.0.7/mlir/test/Dialect/Async/ |
| H A D | async-runtime-ref-counting.mlir | 63 cf.br ^bb2 91 cf.br ^cleanup 94 cf.br ^suspend 112 cf.br ^cleanup 115 cf.br ^suspend 201 cf.br ^bb1 229 cf.br ^bb2 249 cf.br ^bb3 256 cf.br ^bb3 278 cf.br ^ret [all …]
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | objcbridge-attribute.m | 50 id Test1(CFTestingRef cf) { 75 (void)(NSError *)cf; // okay 86 (void)(id)cf; // okay 91 void Test4(CFMyErrorRef cf) { 92 (void)(id)cf; // okay 93 (void)(id<P1, P2>)cf; // ok 95 (void)(id<P2, P3>)cf; // ok 130 (void)(id)cf; // ok 131 (void)(id<P1>)cf; // ok 132 (void)(id<P1, P2>)cf; // ok [all …]
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | sccp.mlir | 28 cf.br ^bb2(%1 : i32) 46 cf.br ^bb2(%1 : i32) 65 cf.br ^bb2(%2 : i32) 82 cf.br ^bb2(%1 : i32) 129 cf.br ^bb1(%cst_1 : i32) 141 cf.cond_br %cond, ^bb3, ^bb4 148 cf.br ^bb1(%cst_1_2 : i32) 152 cf.br ^bb1(%iv_inc : i32) 190 cf.br ^bb2(%true : i1) 194 cf.br ^bb3(%x : i1) [all …]
|
| H A D | canonicalize-block-merge.mlir | 61 cf.cond_br %cond, ^bb1, ^bb2 134 cf.cond_br %cond, ^bb1, ^bb2 148 cf.cond_br %cond, ^bb1, ^bb2 163 cf.cond_br %cond, ^bb1, ^bb2 186 cf.cond_br %cond, ^bb2, ^bb3 210 cf.br ^bb1 213 cf.cond_br %arg0, ^bb2, ^bb3 218 cf.br ^bb1 223 cf.br ^bb1 239 cf.br ^bb4(%ip1 : i32) [all …]
|
| /llvm-project-15.0.7/mlir/test/Dialect/Linalg/ |
| H A D | detensorize_if.mlir | 15 cf.br ^bb1(%0 : tensor<i32>) 38 cf.br ^bb3(%8 : tensor<i32>) 47 // CHECK: cf.br ^[[bb1:.*]](%{{.*}}: i32) 53 // CHECK-NEXT: cf.br ^[[bb3:.*]](%{{.*}} : i32) 76 cf.br ^bb1(%0 : tensor<i32>) 99 cf.br ^bb3(%8 : tensor<i32>) 102 cf.br ^bb4(%10 : tensor<i32>) 111 // CHECK: cf.br ^[[bb1:.*]](%{{.*}}: i32) 139 cf.br ^bb1(%0 : tensor<i32>) 167 cf.br ^bb3(%8 : tensor<i32>) [all …]
|
| /llvm-project-15.0.7/mlir/lib/Conversion/ControlFlowToSPIRV/ |
| H A D | ControlFlowToSPIRV.cpp | 36 struct BranchOpPattern final : public OpConversionPattern<cf::BranchOp> { 37 using OpConversionPattern<cf::BranchOp>::OpConversionPattern; 40 matchAndRewrite(cf::BranchOp op, OpAdaptor adaptor, in matchAndRewrite() 50 : public OpConversionPattern<cf::CondBranchOp> { 51 using OpConversionPattern<cf::CondBranchOp>::OpConversionPattern; 54 matchAndRewrite(cf::CondBranchOp op, OpAdaptor adaptor, in matchAndRewrite() 68 void mlir::cf::populateControlFlowToSPIRVPatterns( in populateControlFlowToSPIRVPatterns()
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan.cpp | 55 CommonFlags cf; in InitializeFlags() local 56 cf.CopyFrom(*common_flags()); in InitializeFlags() 57 cf.external_symbolizer_path = GetEnv("LSAN_SYMBOLIZER_PATH"); in InitializeFlags() 58 cf.malloc_context_size = 30; in InitializeFlags() 59 cf.intercept_tls_get_addr = true; in InitializeFlags() 60 cf.detect_leaks = true; in InitializeFlags() 61 cf.exitcode = 23; in InitializeFlags() 62 OverrideCommonFlags(cf); in InitializeFlags()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/complex.number/complex.special/ |
| H A D | float_double_explicit.pass.cpp | 26 std::complex<float> cf(cd); in main() local 27 assert(cf.real() == cd.real()); in main() 28 assert(cf.imag() == cd.imag()); in main() 33 constexpr std::complex<float> cf(cd); in main() local 34 static_assert(cf.real() == cd.real(), ""); in main() 35 static_assert(cf.imag() == cd.imag(), ""); in main()
|
| H A D | long_double_double_implicit.pass.cpp | 26 std::complex<long double> cf = cd; in main() local 27 assert(cf.real() == cd.real()); in main() 28 assert(cf.imag() == cd.imag()); in main() 33 constexpr std::complex<long double> cf = cd; in main() local 34 static_assert(cf.real() == cd.real(), ""); in main() 35 static_assert(cf.imag() == cd.imag(), ""); in main()
|
| H A D | long_double_float_implicit.pass.cpp | 26 std::complex<long double> cf = cd; in main() local 27 assert(cf.real() == cd.real()); in main() 28 assert(cf.imag() == cd.imag()); in main() 33 constexpr std::complex<long double> cf = cd; in main() local 34 static_assert(cf.real() == cd.real(), ""); in main() 35 static_assert(cf.imag() == cd.imag(), ""); in main()
|
| H A D | double_float_implicit.pass.cpp | 26 std::complex<double> cf = cd; in main() local 27 assert(cf.real() == cd.real()); in main() 28 assert(cf.imag() == cd.imag()); in main() 33 constexpr std::complex<double> cf = cd; in main() local 34 static_assert(cf.real() == cd.real(), ""); in main() 35 static_assert(cf.imag() == cd.imag(), ""); in main()
|
| H A D | long_double_float_explicit.pass.cpp | 26 std::complex<long double> cf(cd); in main() local 27 assert(cf.real() == cd.real()); in main() 28 assert(cf.imag() == cd.imag()); in main() 33 constexpr std::complex<long double> cf(cd); in main() local 34 static_assert(cf.real() == cd.real(), ""); in main() 35 static_assert(cf.imag() == cd.imag(), ""); in main()
|
| H A D | float_long_double_explicit.pass.cpp | 26 std::complex<float> cf(cd); in main() local 27 assert(cf.real() == cd.real()); in main() 28 assert(cf.imag() == cd.imag()); in main() 33 constexpr std::complex<float> cf(cd); in main() local 34 static_assert(cf.real() == cd.real(), ""); in main() 35 static_assert(cf.imag() == cd.imag(), ""); in main()
|
| H A D | double_long_double_explicit.pass.cpp | 26 std::complex<double> cf(cd); in main() local 27 assert(cf.real() == cd.real()); in main() 28 assert(cf.imag() == cd.imag()); in main() 33 constexpr std::complex<double> cf(cd); in main() local 34 static_assert(cf.real() == cd.real(), ""); in main() 35 static_assert(cf.imag() == cd.imag(), ""); in main()
|