HomeSort by relevance Sort by last modified time
    Searched defs:TC (Results 1 - 25 of 39) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
debug-info-template-limit.cpp 3 // Check that this pointer type is TC<int>
4 // CHECK: ![[LINE:[0-9]+]] = !DICompositeType(tag: DW_TAG_class_type, name: "TC<int>"{{.*}}, identifier: "_ZTS2TCIiE")
8 class TC {
10 TC(const TC &) {}
11 TC() {}
14 TC<int> tci;
debug-info-template.cpp 9 // CHECK: [[TC:![0-9]*]] = !DICompositeType(tag: DW_TAG_structure_type, name: "TC<unsigned int, 2, &glb, &foo::e, &foo::f, &foo::g, 1, 2, 3>"
58 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "TC<int, -3, nullptr, nullptr, nullptr, nullptr>"
101 // CHECK-SAME: variable: %"struct.TC<unsigned int, 2, &glb, &foo::e, &foo::f, &foo::g, 1, 2, 3>::nested"* @tci
105 // CHECK-SAME: variable: %struct.TC* @tcn
120 struct TC {
128 TC<unsigned, 2, &glb, &foo::e, &foo::f, &foo::g, 1, 2, 3>::nested tci;
129 TC<int, -3, nullptr, nullptr, nullptr, nullptr> tcn;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m68851.h 1 /* This file is tc-m68851.h
31 000 TC Translation Control reg
67 #define TC (FPS+1) /* 48 */
68 #define DRP (TC+1) /* 49 */
157 /* TC, CRP, DRP, SRP, CAL, VAL, SCC, AC */
  /external/clang/test/Index/
get-cursor.cpp 59 class TC {
63 template<> void TC<char>::init();
66 EXTERN_TEMPLATE(class TC<char>)
208 // CHECK-TEMPLSPEC: 66:23 ClassDecl=TC:66:23 (Definition) [Specialization of TC:59:7] Extent=[66:1 - 66:31] Spelling=TC ([66:23 - 66:25])
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
flags.py 22 TC = 0x0200
35 'TC' : TC,
  /external/clang/test/SemaCXX/
warn-thread-safety-negative.cpp 119 void test() { TemplateClass<int> TC; }
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CallTips.py 193 class TC(object):
222 tc = TC() variable
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CallTips.py 193 class TC(object):
222 tc = TC() variable
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 193 class TC(object):
222 tc = TC() variable
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 193 class TC(object):
222 tc = TC() variable
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7
    [all...]
  /external/clang/test/CXX/special/class.dtor/
p3-0x.cpp 71 struct TC {
73 ~TC() {}
89 TC<int> c;
  /external/clang/test/OpenMP/
for_loop_messages.cpp 577 class TC {
632 for (IT I = begin; I < end; I += TC<int, ST>::step()) {
639 TC<GoodIter, 100> t1;
640 TC<GoodIter, -100> t2;
642 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
for_simd_loop_messages.cpp 558 class TC {
613 for (IT I = begin; I < end; I += TC<int, ST>::step()) {
620 TC<GoodIter, 100> t1;
621 TC<GoodIter, -100> t2;
623 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
parallel_for_loop_messages.cpp 480 class TC {
528 for (IT I = begin; I < end; I += TC<int, ST>::step()) {
535 TC<GoodIter, 100> t1;
536 TC<GoodIter, -100> t2;
538 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
parallel_for_simd_loop_messages.cpp 481 class TC {
529 for (IT I = begin; I < end; I += TC<int, ST>::step()) {
536 TC<GoodIter, 100> t1;
537 TC<GoodIter, -100> t2;
539 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
simd_loop_messages.cpp 469 template <typename IT, int ST> class TC {
516 for (IT I = begin; I < end; I+=TC<int,ST>::step()) {
523 TC<GoodIter, 100> t1;
524 TC<GoodIter, -100> t2;
526 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
taskloop_loop_messages.cpp 578 class TC {
633 for (IT I = begin; I < end; I += TC<int, ST>::step()) {
640 TC<GoodIter, 100> t1;
641 TC<GoodIter, -100> t2;
643 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
taskloop_simd_loop_messages.cpp 579 class TC {
634 for (IT I = begin; I < end; I += TC<int, ST>::step()) {
641 TC<GoodIter, 100> t1;
642 TC<GoodIter, -100> t2;
644 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
  /external/clang/tools/libclang/
CXComment.cpp 114 if (const TextComment *TC = dyn_cast<TextComment>(C))
115 return TC->isWhitespace();
132 const TextComment *TC = getASTNodeAs<TextComment>(CXC);
133 if (!TC)
136 return cxstring::createRef(TC->getText());
  /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/deqp/modules/gles31/functional/
es31fShaderBuiltinConstantTests.cpp 114 TC = (1<<glu::SHADERTYPE_TESSELLATION_CONTROL),
120 SHADER_TYPES = VS|TC|TE|GS|FS|CS
  /external/opencv3/samples/cpp/
letter_recog.cpp 113 inline TermCriteria TC(int iters, double eps)
196 model->setTermCriteria(TC(100,0.01f));
414 model->setTermCriteria(TC(max_iter,0));
  /external/clang/include/clang/Sema/
SemaInternal.h 183 const TypoCorrection &TC = getNextCorrection();
185 return TC;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tempfile.py 40 class TC(unittest.TestCase):
69 class test_exports(TC):
98 class test__RandomNameSequence(TC):
167 class test__candidate_tempdir_list(TC):
210 class TestGetDefaultTempdir(TC):
255 class test__get_candidate_names(TC):
273 class test__mkstemp_inner(TC):
392 class test_gettempprefix(TC):
424 class test_gettempdir(TC):
459 class test_mkstemp(TC)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tempfile.py 40 class TC(unittest.TestCase):
69 class test_exports(TC):
98 class test__RandomNameSequence(TC):
167 class test__candidate_tempdir_list(TC):
210 class TestGetDefaultTempdir(TC):
255 class test__get_candidate_names(TC):
273 class test__mkstemp_inner(TC):
392 class test_gettempprefix(TC):
424 class test_gettempdir(TC):
459 class test_mkstemp(TC)
    [all...]

Completed in 1221 milliseconds

1 2