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

12 3

  /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"
  /ndk/build/tools/
package-release.sh 209 for TC in $TOOLCHAINS; do
211 if [ ! -f "$PREBUILT_DIR/$TC-$SYS.tar.bz2" ] ; then
212 echo "ERROR: Missing prebuilt file $TC-$SYS.tar.bz2 in: $PREBUILT_DIR"
482 for TC in $TOOLCHAINS; do
483 unpack_prebuilt $TC-$SYSTEM "$DSTDIR" "$DSTDIR64"
484 echo "Removing sysroot for $TC"
485 rm -rf $DSTDIR/toolchains/$TC/prebuilt/$SYSTEM/sysroot
486 rm -rf $DSTDIR64/toolchains/$TC/prebuilt/${SYSTEM}_64/sysroot
487 rm -rf $DSTDIR64/toolchains/$TC/prebuilt/${SYSTEM}-x86_64/sysroot
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc64-linux.S 48 .tc vgPlain_tt_fast[TC],vgPlain_tt_fast
50 .tc vgPlain_stats__n_xindirs_32[TC],vgPlain_stats__n_xindirs_32
52 .tc vgPlain_stats__n_xindir_misses_32[TC],vgPlain_stats__n_xindir_misses_32
54 .tc vgPlain_machine_ppc64_has_VMX[TC],vgPlain_machine_ppc64_has_VMX
  /external/iproute2/testsuite/
Makefile 35 TC="$$i/tc/tc" IP="$$i/ip/ip" DEV="$(DEV)" IPVER="$@" SNAME="$$i" \
  /external/clang/lib/Driver/
Compilation.cpp 57 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC,
59 if (!TC)
60 TC = &DefaultToolChain;
62 DerivedArgList *&Entry = TCArgs[std::make_pair(TC, BoundArch)];
64 Entry = TC->TranslateArgs(*TranslatedArgs, BoundArch);
Tools.cpp 145 static void AddLinkerInputs(const ToolChain &TC,
148 const Driver &D = TC.getDriver();
158 if (!TC.HasNativeLLVMSupport()) {
165 << TC.getTripleString();
179 TC.AddCXXStdlibLibArgs(Args, CmdArgs);
181 TC.AddCCKextLibArgs(Args, CmdArgs);
205 static void addProfileRT(const ToolChain &TC, const ArgList &Args,
219 std::string(TC.getDriver().Dir) + "/../lib/libprofile_rt.a";
839 const ToolChain &TC,
859 switch (TC.getTriple().getArch())
    [all...]
  /external/clang/include/clang/Driver/
Compilation.h 102 /// tool chain \p TC (or the default tool chain, if TC is not specified).
105 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/clang/lib/AST/
Comment.cpp 107 if (const TextComment *TC = dyn_cast<TextComment>(*I)) {
108 if (!TC->isWhitespace())
TypePrinter.cpp 161 Type::TypeClass TC = T->getTypeClass();
163 TC = AT->desugar()->getTypeClass();
166 TC = Subst->getReplacementType()->getTypeClass();
168 switch (TC) {
    [all...]
Type.cpp 182 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements,
184 : Type(tc, canonType, vecType->isDependentType(),
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 106 if (const TextComment *TC = dyn_cast<TextComment>(C))
107 return TC->isWhitespace();
124 const TextComment *TC = getASTNodeAs<TextComment>(CXC);
125 if (!TC)
128 return cxstring::createRef(TC->getText());
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 121 TextComment *TC;
122 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
126 StringRef ActualText = TC->getText();
132 if (TC->hasTrailingNewline())
142 TextComment *TC;
143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
147 StringRef ActualText = TC->getText();
153 if (!TC->hasTrailingNewline())
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/smack/src/org/xbill/DNS/
Message.java 101 boolean truncated = header.getFlag(Flags.TC);
450 newheader.setFlag(Flags.TC);
496 * message (with the TC bit) if the message doesn't fit, and will also
SimpleResolver.java 290 response.getHeader().getFlag(Flags.TC))
  /external/libffi/src/powerpc/
aix_closure.S 88 .tc L..60[TC],L..60
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [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/llvm/include/llvm/IR/
IRBuilder.h     [all...]

Completed in 607 milliseconds

12 3