Home
last modified time | relevance | path

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

12

/external/v8/src/
Duri.js78 function URIEncodePair(cc1 , cc2, result, index) { argument
79 var u = ((cc1 >> 6) & 0xF) + 1;
80 var w = (cc1 >> 2) & 0xF;
81 var x = cc1 & 3;
187 var cc1 = uri.charCodeAt(k);
188 if (unescape(cc1)) {
189 result[index++] = cc1;
191 if (cc1 >= 0xDC00 && cc1 <= 0xDFFF) throw new $URIError("URI malformed");
192 if (cc1 < 0xD800 || cc1 > 0xDBFF) {
193 index = URIEncodeSingle(cc1, result, index);
[all …]
/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.rst123 Note that those options must reach clang's cc1 process. There are two
126 * Directly call the parsing process by using the :option:`-cc1` option; this
130 * Use clang as usual, but prefix all arguments to the cc1 process with
DIntroductionToTheClangAST.rst44 # Clang by default is a frontend for many tools; -cc1 tells it to directly
46 $ clang -cc1 -undef -ast-dump-xml test.cc
/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/clang/test/Driver/
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_5: "-cc1"
47 // CHECK-CHECK-X86_64_OSX10_6: "-cc1"
56 // CHECK-CHECK-X86_64_IPHONE3_0: "-cc1"
67 // CHECK-CHECK-ARMV7_OSX10_5: "-cc1"
76 // CHECK-CHECK-ARMV7_OSX10_6: "-cc1"
85 // 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"
Drewrite-objc.m3 // TEST0: clang{{.*}}" "-cc1"
Drewrite-legacy-objc.m3 // TEST0: clang{{.*}}" "-cc1"
/external/v8/test/mjsunit/
Duri.js33 var cc1 = 0x007D; variable
34 var s1 = String.fromCharCode(cc1);
67 assertEquals(cc1, decodeURI(encodeURI(s1)).charCodeAt(0));
/external/clang/test/CodeGenObjC/
Dexternally-initialized-selectors.m1 // RUN: %clang_cc1 -cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s
2 // RUN: %clang_cc1 -cc1 -o - -emit-llvm %s | FileCheck %s
/external/clang/test/CodeGenObjCXX/
Dexternally-initialized-selectors.mm1 // RUN: %clang_cc1 -cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s
2 // RUN: %clang_cc1 -cc1 -o - -emit-llvm %s | FileCheck %s
/external/libvpx/libvpx/vp8/encoder/
Dssim.c67 const static int64_t cc1 = 26634; // (64^2*(.01*255)^2 variable
84 c1 = (cc1*count*count)>>12; in similarity()
122 c1 = cc1*16; in dssim()
/external/srec/srec/cfront/
Dsp_fft.c423 trigonomydata cc1, trigonomydata ss1, in comp_L_butterfly1() argument
475 complex_multiplier(cc1, -ss1, r2, -i2, data + k2, data + k2 + 1); in comp_L_butterfly1()
485 trigonomydata cc1, ss1, cc3, ss3; in do_fft1() local
524 cc1 = cos1[ii]; in do_fft1()
532 comp_L_butterfly1(j, n4, cc1, ss1, cc3, ss3, data + k0); in do_fft1()
/external/iproute2/lib/
Dutils.c722 size_t cc1; in getcmdline() local
724 if ((cc1 = getline(&line1, &len1, in)) < 0) { in getcmdline()
726 return cc1; in getcmdline()
743 cc += cc1 - 2; in getcmdline()
/external/clang/test/Rewriter/
Drewrite-byref-vars.mm56 // $CLANG -cc1 -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -x objective-c++ -f…
/external/clang/test/
Dlit.cfg189 config.substitutions.append( ('%clang_cc1', '%s -cc1 -internal-isystem %s'
207 (' clang -cc1 ',
208 """*** Do not use 'clang -cc1' in tests, use '%clang_cc1'. ***""") )
210 (' %clang-cc1 ',
/external/libyuv/files/source/
Dcompare.cc471 static const int64 cc1 = 26634; // (64^2*(.01*255)^2 variable
497 const int64 c1 = (cc1 * count * count) >> 12; in Ssim8x8_C()
/external/bzip2/
Dblocksort.c220 Int32 H, i, j, k, l, r, cc, cc1; in fallbackSort() local
302 cc1 = eclass[fmap[i]]; in fallbackSort()
303 if (cc != cc1) { SET_BH(i); cc = cc1; }; in fallbackSort()
/external/clang/lib/StaticAnalyzer/
DREADME.txt108 $ clang -cc1 -help | grep analyze
122 $ clang -cc1 -help | grep cfg
/external/clang/
DNOTES.txt16 $ clang -cc1 -token-cache /tmp/tokencache INPUTS/Cocoa_h.m
/external/valgrind/main/VEX/priv/
Dhost_s390_isel.c572 HReg cc0, cc1, b2, b6, cc_vex; in convert_s390_fpcc_to_vex() local
578 cc1 = newVRegI(env); in convert_s390_fpcc_to_vex()
579 addInstr(env, s390_insn_move(4, cc1, cc_s390)); in convert_s390_fpcc_to_vex()
580 addInstr(env, s390_insn_alu(4, S390_ALU_RSH, cc1, s390_opnd_imm(1))); in convert_s390_fpcc_to_vex()
584 addInstr(env, s390_insn_alu(4, S390_ALU_AND, b2, s390_opnd_reg(cc1))); in convert_s390_fpcc_to_vex()
589 addInstr(env, s390_insn_alu(4, S390_ALU_SUB, b6, s390_opnd_reg(cc1))); in convert_s390_fpcc_to_vex()
/external/chromium/net/base/
Dcookie_monster.cc104 bool CookieSorter(CookieMonster::CanonicalCookie* cc1, in CookieSorter() argument
106 if (cc1->Path().length() == cc2->Path().length()) in CookieSorter()
107 return cc1->CreationDate() < cc2->CreationDate(); in CookieSorter()
108 return cc1->Path().length() > cc2->Path().length(); in CookieSorter()
/external/clang/include/clang/Driver/
DCC1Options.td1 //===--- CC1Options.td - Options for clang -cc1 ---------------------------===//
10 // This file defines the options accepted by clang -cc1.
251 def cc1 : Flag<["-"], "cc1">;

12