HomeSort by relevance Sort by last modified time
    Searched refs:CC1 (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Driver/
Tools.h 168 class LLVM_LIBRARY_VISIBILITY CC1 : public DarwinTool {
194 CC1(const char *Name, const char *ShortName,
201 class LLVM_LIBRARY_VISIBILITY Preprocess : public CC1 {
203 Preprocess(const ToolChain &TC) : CC1("darwin::Preprocess",
213 class LLVM_LIBRARY_VISIBILITY Compile : public CC1 {
215 Compile(const ToolChain &TC) : CC1("darwin::Compile", "gcc frontend", TC) {}
Tools.cpp 232 DepFile = darwin::CC1::getDependencyFileName(Args, Inputs);
391 // -isysroot to the CC1 invocation.
915 // is equivalent to "-mno-sse2 -msse"). The -cc1 handling deals with the
    [all...]
  /external/valgrind/main/cachegrind/
cg_diff.in 282 while (my ($filefuncname, $CC1) = each(%$CCs1)) {
286 sub_array_b_from_a($CC2, $CC1); # CC2 -= CC1
289 sub_array_b_from_a($CC2, $CC1); # CC2 -= CC1
  /external/icu4c/config/
mh-os400 6 GEN_DEPS.c= $(CC1) -E -M $(DEFS) $(CPPFLAGS)
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java 83 private static final String CC1 = "First Cc <first.cc@google.com>";
559 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3);
584 * The cc should be: TO2, CC1, CC2, and CC3
595 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3);
607 expected = Address.parseAndPack(TO2 + ',' + CC1 + ',' + CC2 + ',' + CC3);
621 * The cc should be: TO1, TO2, CC1 and CC3 (CC2 is our account's email address)
632 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3);
644 expected = Address.parseAndPack(TO1 + ',' + TO2 + ',' + CC1 + ',' + CC3);
658 * The cc should be: TO1, TO2, ,TO3, and CC3 (CC1/CC4 are duplicates; CC2 is the our
670 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3 + ',' + CC4)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 470 ARMCC::CondCodes CC1 = (ARMCC::CondCodes)Pred1[0].getImm();
472 if (CC1 == CC2)
475 switch (CC1) {
    [all...]

Completed in 268 milliseconds