HomeSort by relevance Sort by last modified time
    Searched refs:TC (Results 26 - 48 of 48) sorted by null

12

  /external/clang/test/CXX/special/class.dtor/
p3-0x.cpp 71 struct TC {
73 ~TC() {}
89 TC<int> c;
  /external/iproute2/testsuite/tests/
cls-testbed.t 26 ts_log "cls-testbed: HTB is unsupported by $TC, skipping"
38 ts_log "cls-testbed: dsmark is unsupported by $TC, skipping"
  /external/clang/lib/Driver/
Compilation.cpp 58 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC,
60 if (!TC)
61 TC = &DefaultToolChain;
63 DerivedArgList *&Entry = TCArgs[std::make_pair(TC, BoundArch)];
65 Entry = TC->TranslateArgs(*TranslatedArgs, BoundArch);
Tools.cpp 124 static void AddLinkerInputs(const ToolChain &TC,
127 const Driver &D = TC.getDriver();
137 if (!TC.HasNativeLLVMSupport()) {
144 << TC.getTripleString();
158 TC.AddCXXStdlibLibArgs(Args, CmdArgs);
160 TC.AddCCKextLibArgs(Args, CmdArgs);
182 static void addProfileRT(const ToolChain &TC, const ArgList &Args,
196 std::string(TC.getDriver().Dir) + "/../lib/libprofile_rt.a";
803 const ToolChain &TC,
814 ArchName = Args.MakeArgString(TC.getArchName())
    [all...]
  /external/iproute2/testsuite/
Makefile 35 TC="$$i/tc/tc" IP="$$i/ip/ip" DEV="$(DEV)" IPVER="$@" SNAME="$$i" \
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc64-linux.S 48 .tc vgPlain_tt_fast[TC],vgPlain_tt_fast
50 .tc vgPlain_tt_fastN[TC],vgPlain_tt_fastN
52 .tc vgPlain_dispatch_ctr[TC],vgPlain_dispatch_ctr
54 .tc vgPlain_machine_ppc64_has_VMX[TC],vgPlain_machine_ppc64_has_VMX
  /external/clang/include/clang/Driver/
Compilation.h 99 /// tool chain \arg TC (or the default tool chain, if TC is not
103 const DerivedArgList &getArgsForToolChain(const ToolChain *TC,
  /external/iproute2/examples/
cbq.init-v0.7.3 37 # - replace hardcoded ip/tc location with variables
106 # - optional tc & ip command logging (into /var/run/cbq-*)
153 # of Linux kernel is provided by "ip" and "tc" utilities from A. Kuznetsov's
163 # face "ip" and "tc" interface.
166 # 0.6.4. The caching works so that the sequence of "tc" commands for given
175 # If you only want cqb.init to translate your configuration to "tc" commands,
176 # use "compile" command which will output "tc" commands required to build
177 # your configuration. Bear in mind that "compile" does not check if the "tc"
374 # does not define any realms, it justs builds "tc filter" commands
477 TC=/sbin/t
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 103 FE, CO, NI, CU, ZN, GA, GE, AS, SE, BR, KR, RB, SR, Y, ZR, NB, MO, TC, RU, RH, PD, AG, CD,
  /external/libffi/src/powerpc/
aix_closure.S 88 .tc L..60[TC],L..60
  /hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
SdioDrv.c 138 #define TC 0x02
768 status = sdiodrv_poll_status(OMAP_HSMMC_STAT, TC, MMC_TIMEOUT_MS);
769 if(!(status & TC))
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp 719 CanQualType TC = SemaRef.Context.getCanonicalType(T);
721 if (SemaRef.Context.hasSameUnqualifiedType(PreferredType, TC))
725 == getSimplifiedTypeClass(TC)) &&
726 !(PreferredType->isEnumeralType() && TC->isEnumeralType()))
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 99 Type::TypeClass TC = T->getTypeClass();
101 TC = AT->desugar()->getTypeClass();
104 TC = Subst->getReplacementType()->getTypeClass();
106 switch (TC) {
    [all...]
Type.cpp 162 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements,
164 : Type(tc, canonType, vecType->isDependentType(),
    [all...]
ASTImporter.cpp 395 Type::TypeClass TC = T1->getTypeClass();
402 TC = Type::FunctionNoProto;
405 TC = Type::FunctionNoProto;
410 switch (TC) {
    [all...]
  /external/oprofile/events/mips/34K/
events 113 event:0x417 counters:1 um:zero minimum:500 name:SINGLE_THREADED_CYCLES : 23-1 Cycles while one and only one TC is eligible for scheduling
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/oprofile/events/mips/1004K/
events 121 event:0x417 counters:1 um:zero minimum:500 name:SINGLE_THREADED_CYCLES : 23-1 Cycles while one and only one TC is eligible for scheduling
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h     [all...]
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 1483 milliseconds

12