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

  /external/valgrind/main/cachegrind/
cg_diff.in 293 while (my ($filefuncname, $CC1) = each(%$CCs1)) {
297 sub_array_b_from_a($CC2, $CC1); # CC2 -= CC1
300 sub_array_b_from_a($CC2, $CC1); # CC2 -= CC1
  /external/clang/lib/Driver/
Tools.h 168 // We simply use "clang -cc1" for those actions.
219 class LLVM_LIBRARY_VISIBILITY CC1 : public DarwinTool {
246 CC1(const char *Name, const char *ShortName,
253 class LLVM_LIBRARY_VISIBILITY Preprocess : public CC1 {
255 Preprocess(const ToolChain &TC) : CC1("darwin::Preprocess",
265 class LLVM_LIBRARY_VISIBILITY Compile : public CC1 {
267 Compile(const ToolChain &TC) : CC1("darwin::Compile", "gcc frontend", TC) {}
Tools.cpp 231 DepFile = darwin::CC1::getDependencyFileName(Args, Inputs);
381 // -isysroot to the CC1 invocation.
    [all...]
  /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 483 ARMCC::CondCodes CC1 = (ARMCC::CondCodes)Pred1[0].getImm();
485 if (CC1 == CC2)
488 switch (CC1) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 14710 enum X86::CondCode cc1 = (enum X86::CondCode)N1.getConstantOperandVal(0); local
    [all...]

Completed in 148 milliseconds