Home
last modified time | relevance | path

Searched refs:cc1 (Results 1 – 25 of 128) sorted by relevance

123456

/external/clang/test/Driver/
Dopencl.cl18 // CHECK-CL: "-cc1" {{.*}} "-cl-std=CL"
19 // CHECK-CL11: "-cc1" {{.*}} "-cl-std=CL1.1"
20 // CHECK-CL12: "-cc1" {{.*}} "-cl-std=CL1.2"
21 // CHECK-CL20: "-cc1" {{.*}} "-cl-std=CL2.0"
22 // CHECK-OPT-DISABLE: "-cc1" {{.*}} "-cl-opt-disable"
23 // CHECK-STRICT-ALIASING: "-cc1" {{.*}} "-cl-strict-aliasing"
24 // CHECK-SINGLE-PRECISION-CONST: "-cc1" {{.*}} "-cl-single-precision-constant"
25 // CHECK-FINITE-MATH-ONLY: "-cc1" {{.*}} "-cl-finite-math-only"
26 // CHECK-KERNEL-ARG-INFO: "-cc1" {{.*}} "-cl-kernel-arg-info"
27 // CHECK-UNSAFE-MATH-OPT: "-cc1" {{.*}} "-cl-unsafe-math-optimizations"
[all …]
Ddarwin-objc-defaults.m9 // CHECK-CHECK-I386_OSX10_5: "-cc1"
18 // CHECK-CHECK-I386_OSX10_6: "-cc1"
27 // CHECK-CHECK-I386_IPHONE3_0: "-cc1"
38 // CHECK-CHECK-X86_64_OSX10_4: "-cc1"
46 // CHECK-CHECK-X86_64_OSX10_5: "-cc1"
55 // CHECK-CHECK-X86_64_OSX10_6: "-cc1"
63 // CHECK-CHECK-X86_64_IPHONE3_0: "-cc1"
73 // CHECK-CHECK-ARMV7_OSX10_5: "-cc1"
82 // CHECK-CHECK-ARMV7_OSX10_6: "-cc1"
91 // CHECK-CHECK-ARMV7_IPHONE3_0: "-cc1"
Ddarwin-objc-options.m7 // CHECK-CHECK-X86_64_ABI1: "-cc1"
16 // CHECK-CHECK-I386_ABI2: "-cc1"
27 // CHECK-CHECK-I386_IOS: "-cc1"
Dobjc-sdk-migration-options.m8 // CHECK: "-cc1"
Drewrite-objc.m3 // TEST0: clang{{.*}}" "-cc1"
/external/clang/docs/
DFAQ.rst11 I run ``clang -cc1 ...`` and get weird errors about missing headers
29 $ clang -cc1 hello.c
35 ``clang -cc1`` is the frontend, ``clang`` is the :doc:`driver
45 Users should not run ``clang -cc1`` directly, because ``-cc1`` options are not
48 If you want to use a frontend-only option ("a ``-cc1`` option"), for example
49 ``-ast-dump``, then you need to take the ``clang -cc1`` line generated by the
52 ``clang -cc1``.
DPTHInternals.rst13 The Clang compiler frontend, ``clang -cc1``, supports three command line
16 To generate PTH files using ``clang -cc1``, use the option ``-emit-pth``:
20 $ clang -cc1 test.h -emit-pth -o test.h.pth
28 $ clang -cc1 -include-pth test.h.pth test.c -o test.s
33 for *any* source files that are used by ``clang -cc1`` to process a
40 $ clang -cc1 -emit-pth test.h -o test.h.pth
43 $ clang -cc1 test.c -o test -token-cache test.h.pth
109 of ``clang -cc1`` can share the same pages in memory from a
152 ``stat`` that ``clang -cc1`` uses to resolve which files are included
DClangPlugins.rst78 Using the cc1 command line
87 Note that those options must reach clang's cc1 process. There are two
90 * Directly call the parsing process by using the `-cc1` option; this
94 * Use clang as usual, but prefix all arguments to the cc1 process with
120 through as an argument to `-load` on the cc1 command line. If the plugin
/external/clang/examples/PrintFunctionNames/
DREADME.txt9 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns some-input-fi…
10 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-p…
11 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-p…
14 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns some-input…
15 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-ar…
16 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-ar…
/external/bcc/tools/
Dfiletop_example.txt13 26634 cc1 1 0 200 0 R autoconf.h
14 26618 cc1 1 0 200 0 R autoconf.h
15 26634 cc1 12 0 192 0 R tracepoint.h
16 26584 cc1 2 0 143 0 R mm.h
17 26634 cc1 2 0 143 0 R mm.h
19 26634 cc1 1 0 98 0 R fs.h
20 26584 cc1 1 0 98 0 R fs.h
21 26634 cc1 1 0 91 0 R sched.h
22 26634 cc1 1 0 78 0 R printk.c
23 26634 cc1 3 0 73 0 R mmzone.h
/external/v8/src/
Duri.cc261 void EncodePair(uc16 cc1, uc16 cc2, std::vector<uint8_t>* buffer) { in EncodePair() argument
264 unibrow::Utf8::Encode(s, unibrow::Utf16::CombineSurrogatePair(cc1, cc2), in EncodePair()
285 uc16 cc1 = uri_content.Get(k); in Encode() local
286 if (unibrow::Utf16::IsLeadSurrogate(cc1)) { in Encode()
291 EncodePair(cc1, cc2, &buffer); in Encode()
295 } else if (!unibrow::Utf16::IsTrailSurrogate(cc1)) { in Encode()
296 if (IsUnescapePredicateInUriComponent(cc1) || in Encode()
297 (is_uri && IsUriSeparator(cc1))) { in Encode()
298 buffer.push_back(cc1); in Encode()
300 EncodeSingle(cc1, &buffer); in Encode()
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/tracer_pkt/tracer_pkt_event/
Dformat10 field:uint32_t cc1; offset:12; size:4; signed:0;
14 print fmt: "CC - 0x%08x:0x%08x:0x%08x, ID - %d", REC->cc1, REC->cc2, REC->cc3, REC->id
/external/strace/tests/
Dioctl_v4l2.c38 #define cc1(arg) ((unsigned int) (unsigned char) ((unsigned int) (arg) >> 8)) macro
195 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2()
199 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2()
223 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2()
227 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2()
293 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2()
297 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2()
351 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2()
356 cc0(sf_magic), cc1(sf_magic), cc2(sf_magic), in dprint_ioctl_v4l2()
961 cc1(p_v4l2_frmivalenum->pixel_format), in main()
/external/strace/tests-m32/
Dioctl_v4l2.c38 #define cc1(arg) ((unsigned int) (unsigned char) ((unsigned int) (arg) >> 8)) macro
195 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2()
199 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2()
223 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2()
227 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2()
293 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2()
297 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2()
351 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2()
356 cc0(sf_magic), cc1(sf_magic), cc2(sf_magic), in dprint_ioctl_v4l2()
961 cc1(p_v4l2_frmivalenum->pixel_format), in main()
/external/strace/tests-mx32/
Dioctl_v4l2.c38 #define cc1(arg) ((unsigned int) (unsigned char) ((unsigned int) (arg) >> 8)) macro
195 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2()
199 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2()
223 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2()
227 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2()
293 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2()
297 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2()
351 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2()
356 cc0(sf_magic), cc1(sf_magic), cc2(sf_magic), in dprint_ioctl_v4l2()
961 cc1(p_v4l2_frmivalenum->pixel_format), in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
Dmismatch.m8 clang -cc1 -emit-obj -fmodules -fmodule-map-file=modules.modulemap \
12 clang -cc1 -emit-obj -fmodules -fmodule-map-file=modules.modulemap \
/external/llvm/test/tools/dsymutil/X86/
Dmismatch.m8 clang -cc1 -emit-obj -fmodules -fmodule-map-file=modules.modulemap \
12 clang -cc1 -emit-obj -fmodules -fmodule-map-file=modules.modulemap \
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dbug-vopc-commute.ll22 %cc1 = icmp eq i32 %d1.i, 0
23 br i1 %cc1, label %ENDIF59, label %IF60
/external/llvm/test/CodeGen/AMDGPU/
Dbug-vopc-commute.ll24 %cc1 = icmp eq i32 %d1.i, 0
25 br i1 %cc1, label %ENDIF59, label %IF60
/external/libvpx/libvpx/vpx_dsp/
Dssim.c66 static const int64_t cc1 = 26634; // (64^2*(.01*255)^2 variable
80 c1 = (cc1 * count * count) >> 12; in similarity()
220 const int64_t c1 = (cc1 * n * n) >> 12; in ssimv_similarity()
251 const int64_t c1 = (cc1 * n * n) >> 12; in ssimv_similarity2()
/external/libaom/libaom/aom_dsp/
Dssim.c68 static const int64_t cc1 = 26634; // (64^2*(.01*255)^2 variable
82 c1 = (cc1 * count * count) >> 12; in similarity()
211 const int64_t c1 = (cc1 * n * n) >> 12; in ssimv_similarity()
242 const int64_t c1 = (cc1 * n * n) >> 12; in ssimv_similarity2()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Difcvt-iter-indbr.ll43 %cc1 = icmp eq i32 %a, 21
44 br i1 %cc1, label %cc1t, label %cc1f
/external/llvm/test/CodeGen/ARM/
Difcvt-iter-indbr.ll42 %cc1 = icmp eq i32 %a, 21
43 br i1 %cc1, label %cc1t, label %cc1f
/external/clang/test/Driver/Inputs/
Dcc1-response.txt3 -cc1
/external/clang/utils/perf-training/
Dperf-helper.py71 if opts.cc1:
141 def cc1(args): function
399 'cc1' : cc1,

123456