Home
last modified time | relevance | path

Searched refs:_C (Results 1 – 25 of 63) sorted by relevance

123

/external/llvm-project/llvm/test/Demangle/
Dms-string-literals.test5 ??_C@_01CNACBAHC@?$PP?$AA@
6 ??_C@_01DEBJCBDD@?$PO?$AA@
7 ??_C@_01BPDEHCPA@?$PN?$AA@
8 ??_C@_01GCPEDLB@?$PM?$AA@
9 ??_C@_01EJGONFHG@?$PL?$AA@
10 ??_C@_01FAHFOEDH@?z?$AA@
11 ??_C@_01HLFILHPE@?y?$AA@
12 ??_C@_01GCEDIGLF@?x?$AA@
13 ??_C@_01OFNLJKHK@?w?$AA@
14 ??_C@_01PMMAKLDL@?v?$AA@
[all …]
Dinvalid-manglings.test163 ??_C@_0A@01234567@a
165 ; CHECK-NEXT: ??_C@_0A@01234567@a
168 ??_C@_1A@01234567@a
170 ; CHECK-NEXT: ??_C@_1A@01234567@a
173 ??_C@_0301234567@a
175 ; CHECK-NEXT: ??_C@_0301234567@a
178 ??_C@_1301234567@a
180 ; CHECK-NEXT: ??_C@_1301234567@a
183 ??_C@_0601234567@abcdefghijklmnopqrtsuvwxyzABCDEFGHIJKLMNOPQRTSUVWXYZabcdefghijklmnopqrtsuvwxyzABCD…
185 ; CHECK-NEXT: ??_C@_0601234567@abcdefghijklmnopqrtsuvwxyzABCDEFGHIJKLMNOPQRTSUVWXYZabcdefghijklmnop…
[all …]
/external/curl/lib/
Dcurl_ctype.c37 #undef _C
38 #define _C (1<<5) /* control */ macro
45 _C, _C, _C, _C, _C, _C, _C, _C,
46 _C, _C|_S, _C|_S, _C|_S, _C|_S, _C|_S, _C, _C,
47 _C, _C, _C, _C, _C, _C, _C, _C,
48 _C, _C, _C, _C, _C, _C, _C, _C,
60 _L, _L, _L, _P, _P, _P, _P, _C
130 return (ascii[c] & (_C)); in Curl_iscntrl()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw_sm.c1800 #define _C(f, o, g, m, s) { f, NVC0_COMPUTE_MP_PM_OP_MODE_##o, 0, g, m, s } macro
1807 .ctr[0] = _C(0xaaaa, LOGOP, 0x11, 0x000000ff, 0x00000000),
1816 .ctr[0] = _C(0xaaaa, LOGOP, 0x24, 0x000000ff, 0x00000010),
1817 .ctr[1] = _C(0xaaaa, LOGOP, 0x24, 0x000000ff, 0x00000020),
1818 .ctr[2] = _C(0xaaaa, LOGOP, 0x24, 0x000000ff, 0x00000030),
1819 .ctr[3] = _C(0xaaaa, LOGOP, 0x24, 0x000000ff, 0x00000040),
1820 .ctr[4] = _C(0xaaaa, LOGOP, 0x24, 0x000000ff, 0x00000050),
1821 .ctr[5] = _C(0xaaaa, LOGOP, 0x24, 0x000000ff, 0x00000060),
1830 .ctr[0] = _C(0xaaaa, LOGOP, 0x63, 0x000000ff, 0x00000030),
1839 .ctr[0] = _C(0xaaaa, LOGOP, 0x1a, 0x000000ff, 0x00000000),
[all …]
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/
Dwin-string-literal.ll8 ; CHECK: $"??_C@_04JIHMPGLA@asdf?$AA@" = comdat any
10 ; CHECK: @"??_C@_04JIHMPGLA@asdf?$AA@" =
14 ; CHECK: @"__asan_global_??_C@_04JIHMPGLA@asdf?$AA@" =
16 ; CHECK-SAME: { i64 ptrtoint ({ [5 x i8], [59 x i8] }* @"??_C@_04JIHMPGLA@asdf?$AA@" to i64),
20 ; CHECK-SAME: section ".ASAN$GL", comdat($"??_C@_04JIHMPGLA@asdf?$AA@"), align 64
27 $"??_C@_04JIHMPGLA@asdf?$AA@" = comdat any
29 @"??_C@_04JIHMPGLA@asdf?$AA@" = linkonce_odr dso_local unnamed_addr constant [5 x i8] c"asdf\00", c…
34 ret i8* getelementptr inbounds ([5 x i8], [5 x i8]* @"??_C@_04JIHMPGLA@asdf?$AA@", i32 0, i32 0)
43 !0 = !{[5 x i8]* @"??_C@_04JIHMPGLA@asdf?$AA@", !1, !"<string literal>", i1 false, i1 false}
/external/python/cpython2/Lib/
Dtypes.py51 class _C: class
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
55 _x = _C()
84 del sys, _f, _g, _C, _x # Not for export
Dabc.py11 class _C: pass class
12 _InstanceType = type(_C())
/external/llvm-project/clang/test/Index/
Dprint-objc-manglings.m10 // MACHO: ObjCInterfaceDecl=C{{.*}} [mangled=_OBJC_CLASS_$_C] [mangled=_OBJC_METACLASS_$_C]
16 …ObjCImplementationDecl=C{{.*}} (Definition) [mangled=_OBJC_CLASS_$_C] [mangled=_OBJC_METACLASS_$_C]
/external/libnl/lib/route/
Dneightbl.c86 #define _C(F, N) (REQ(F) && (!AVAIL(F) || (op->N != fp->N))) in neightbl_compare()
87 if (_C(IFINDEX, ntp_ifindex) || in neightbl_compare()
88 _C(QUEUE_LEN, ntp_queue_len) || in neightbl_compare()
89 _C(APP_PROBES, ntp_app_probes) || in neightbl_compare()
90 _C(UCAST_PROBES, ntp_ucast_probes) || in neightbl_compare()
91 _C(MCAST_PROBES, ntp_mcast_probes) || in neightbl_compare()
92 _C(PROXY_QLEN, ntp_proxy_qlen) || in neightbl_compare()
93 _C(LOCKTIME, ntp_locktime) || in neightbl_compare()
94 _C(RETRANS_TIME, ntp_retrans_time) || in neightbl_compare()
95 _C(BASE_REACHABLE_TIME, ntp_base_reachable_time) || in neightbl_compare()
[all …]
/external/webp/src/dsp/
Dlossless.c583 (OUT)[0] = IN##0_C; \
584 (OUT)[1] = IN##1_C; \
585 (OUT)[2] = IN##2_C; \
586 (OUT)[3] = IN##3_C; \
587 (OUT)[4] = IN##4_C; \
588 (OUT)[5] = IN##5_C; \
589 (OUT)[6] = IN##6_C; \
590 (OUT)[7] = IN##7_C; \
591 (OUT)[8] = IN##8_C; \
592 (OUT)[9] = IN##9_C; \
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_test.cc225 void BM_##DEVICE##_##C_TYPE##_BiasAdd_R##R##_C##C( \
237 BENCHMARK(BM_##DEVICE##_##C_TYPE##_BiasAdd_R##R##_C##C) \
280 void BM_##DEVICE##_##FMT##_##C_TYPE##_BiasAddGrad_R##R##_C##C##_CH##CH( \
297 BENCHMARK(BM_##DEVICE##_##FMT##_##C_TYPE##_BiasAddGrad_R##R##_C##C##_CH##CH) \
349 void BM_##DEVICE##_BcastAddRow_R##R##_C##C( \
362 BENCHMARK(BM_##DEVICE##_BcastAddRow_R##R##_C##C)->Arg(RowsAndColsArg(R, C));
377 void BM_##DEVICE##_BcastAddCol_R##R##_C##C( \
391 BENCHMARK(BM_##DEVICE##_BcastAddCol_R##R##_C##C) \
408 void BM_##DEVICE##_BcastAddCrossRC_R##R##_C##C( \
422 BENCHMARK(BM_##DEVICE##_BcastAddCrossRC_R##R##_C##C) \
[all …]
/external/llvm-project/llvm/test/Transforms/Attributor/
Dnoreturn_sync.ll18 @"??_C@_0BG@CMNEKHOP@Exception?5NOT?5caught?6?$AA@" = linkonce_odr dso_local unnamed_addr constant …
19 @"??_C@_0BC@NKPAGFFJ@Exception?5caught?6?$AA@" = linkonce_odr dso_local unnamed_addr constant [18 x…
20 @"??_C@_0BK@JHJLGDKL@Done?5execution?5result?$DN?$CFi?6?$AA@" = linkonce_odr dso_local unnamed_addr…
32 …%call2 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([18 x i8], [18 x i8]* @"??_C@_0BC…
34 …%call3 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([18 x i8], [18 x i8]* @"??_C@_0BC…
85 …null dereferenceable(18) getelementptr inbounds ([18 x i8], [18 x i8]* @"??_C@_0BC@NKPAGFFJ@Except…
88 …%call3 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([18 x i8], [18 x i8]* @"??_C@_0BC…
Dnoreturn_async.ll18 @"??_C@_0BG@CMNEKHOP@Exception?5NOT?5caught?6?$AA@" = linkonce_odr dso_local unnamed_addr constant …
19 @"??_C@_0BC@NKPAGFFJ@Exception?5caught?6?$AA@" = linkonce_odr dso_local unnamed_addr constant [18 x…
20 @"??_C@_0BK@JHJLGDKL@Done?5execution?5result?$DN?$CFi?6?$AA@" = linkonce_odr dso_local unnamed_addr…
32 …%call2 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([18 x i8], [18 x i8]* @"??_C@_0BC…
34 …%call3 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([18 x i8], [18 x i8]* @"??_C@_0BC…
89 …null dereferenceable(18) getelementptr inbounds ([18 x i8], [18 x i8]* @"??_C@_0BC@NKPAGFFJ@Except…
92 …%call3 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([18 x i8], [18 x i8]* @"??_C@_0BC…
/external/llvm-project/llvm/test/CodeGen/X86/
Dseh-catchpad.ll29 $"\01??_C@_07MKBLAIAL@finally?$AA@" = comdat any
31 $"\01??_C@_06IBDBCMGJ@caught?$AA@" = comdat any
33 @"\01??_C@_07MKBLAIAL@finally?$AA@" = linkonce_odr unnamed_addr constant [8 x i8] c"finally\00", co…
34 @"\01??_C@_06IBDBCMGJ@caught?$AA@" = linkonce_odr unnamed_addr constant [7 x i8] c"caught\00", comd…
57 …%call11 = tail call i32 @puts(i8* nonnull getelementptr inbounds ([7 x i8], [7 x i8]* @"\01??_C@_0…
115 ; CHECK: leaq "??_C@_06IBDBCMGJ@caught?$AA@"(%rip), %rcx
183 …%call = tail call i32 @puts(i8* getelementptr inbounds ([8 x i8], [8 x i8]* @"\01??_C@_07MKBLAIAL@…
Dseh-except-finally.ll24 $"\01??_C@_09KJEHOMHG@__finally?$AA@" = comdat any
26 $"\01??_C@_08MLCMLGHM@__except?$AA@" = comdat any
28 @"\01??_C@_09KJEHOMHG@__finally?$AA@" = linkonce_odr unnamed_addr constant [10 x i8] c"__finally\00…
29 @"\01??_C@_08MLCMLGHM@__except?$AA@" = linkonce_odr unnamed_addr constant [9 x i8] c"__except\00", …
65 …%call = call i32 @puts(i8* getelementptr inbounds ([9 x i8], [9 x i8]* @"\01??_C@_08MLCMLGHM@__exc…
126 …%call = call i32 @puts(i8* getelementptr inbounds ([10 x i8], [10 x i8]* @"\01??_C@_09KJEHOMHG@__f…
/external/llvm/test/CodeGen/X86/
Dseh-except-finally.ll24 $"\01??_C@_09KJEHOMHG@__finally?$AA@" = comdat any
26 $"\01??_C@_08MLCMLGHM@__except?$AA@" = comdat any
28 @"\01??_C@_09KJEHOMHG@__finally?$AA@" = linkonce_odr unnamed_addr constant [10 x i8] c"__finally\00…
29 @"\01??_C@_08MLCMLGHM@__except?$AA@" = linkonce_odr unnamed_addr constant [9 x i8] c"__except\00", …
65 …%call = call i32 @puts(i8* getelementptr inbounds ([9 x i8], [9 x i8]* @"\01??_C@_08MLCMLGHM@__exc…
126 …%call = call i32 @puts(i8* getelementptr inbounds ([10 x i8], [10 x i8]* @"\01??_C@_09KJEHOMHG@__f…
Dseh-catchpad.ll29 $"\01??_C@_07MKBLAIAL@finally?$AA@" = comdat any
31 $"\01??_C@_06IBDBCMGJ@caught?$AA@" = comdat any
33 @"\01??_C@_07MKBLAIAL@finally?$AA@" = linkonce_odr unnamed_addr constant [8 x i8] c"finally\00", co…
34 @"\01??_C@_06IBDBCMGJ@caught?$AA@" = linkonce_odr unnamed_addr constant [7 x i8] c"caught\00", comd…
57 …%call11 = tail call i32 @puts(i8* nonnull getelementptr inbounds ([7 x i8], [7 x i8]* @"\01??_C@_0…
115 ; CHECK: leaq "??_C@_06IBDBCMGJ@caught?$AA@"(%rip), %rcx
186 …%call = tail call i32 @puts(i8* getelementptr inbounds ([8 x i8], [8 x i8]* @"\01??_C@_07MKBLAIAL@…
/external/llvm-project/llvm/test/Transforms/PGOProfile/
Dmemop_profile_funclet.ll32 $"??_C@_0BC@CABPINND@Exception?5caught?$AA?$AA@" = comdat any
36 @"??_C@_0BC@CABPINND@Exception?5caught?$AA?$AA@" = linkonce_odr dso_local unnamed_addr constant [18…
52 …i8* getelementptr inbounds ([18 x i8], [18 x i8]* @"??_C@_0BC@CABPINND@Exception?5caught?$AA?$AA@"…
/external/python/cpython3/Lib/test/
Dtest_dis.py28 class _C: class
48 """ % (_C.__init__.__code__.co_firstlineno + 1,)
68 """ % (_C.cm.__code__.co_firstlineno + 2,)
77 """ % (_C.sm.__code__.co_firstlineno + 2,)
87 """ % (_C.__init__.__name__, dis_c_instance_method,
88 _C.cm.__name__, dis_c_class_method,
89 _C.sm.__name__, dis_c_static_method)
593 self.do_disassembly_test(_C, dis_c)
596 self.do_disassembly_test(_C(1).__init__, dis_c_instance_method)
599 method_bytecode = _C(1).__init__.__code__.co_code
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dannotate-parameter-replication.mlir16 %6 = "tf._C"(%5#1) : (tensor<?xi32>) -> tensor<?xi32>
52 %4 = "tf._C"(%3#1) : (tensor<?xi32>) -> tensor<?xi32>
76 %3 = "tf._C"(%2) : (tensor<?xi32>) -> tensor<?xi32>
/external/zstd/build/cmake/CMakeModules/
DAddZstdCompilationFlags.cmake4 function(EnableCompilerFlag _flag _C _CXX)
9 if (_C)
/external/python/cpython3/Lib/multiprocessing/
Dreduction.py211 class _C: class
214 register(type(_C().f), _reduce_method)
277 register(type(_C().f), _reduce_method)
/external/python/cpython3/Lib/
Dtypes.py39 class _C: class
41 MethodType = type(_C()._m)
65 del sys, _f, _g, _C, _c, _ag # Not for export
/external/llvm-project/clang/test/CodeGenObjC/
Dmetadata-class-properties.m11 // CHECK: @"_OBJC_METACLASS_RO_$_C" = internal global %struct._class_ro_t { {{.*}} @"_OBJC_$_CLASS_…
21 // CHECK-NULL: @"_OBJC_METACLASS_RO_$_C" = internal global %struct._class_ro_t { {{.*}} %struct._pr…
/external/clang/test/CodeGenObjC/
Dmetadata-class-properties.m11 // CHECK: @"\01l_OBJC_METACLASS_RO_$_C" = private global %struct._class_ro_t { {{.*}} @"\01l_OBJC_$…
21 // CHECK-NULL: @"\01l_OBJC_METACLASS_RO_$_C" = private global %struct._class_ro_t { {{.*}} %struct.…

123