HomeSort by relevance Sort by last modified time
    Searched defs:Second (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/Lex/
PPCallbacks.h 210 PPCallbacks *First, *Second;
214 : First(_First), Second(_Second) {}
216 delete Second;
224 Second->FileChanged(Loc, Reason, FileType, PrevFID);
231 Second->FileSkipped(ParentFile, FilenameTok, FileType);
244 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, File,
250 Second->EndOfMainFile();
255 Second->Ident(Loc, str);
261 Second->PragmaComment(Loc, Kind, Str);
266 Second->PragmaMessage(Loc, Str)
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 140 namespace Second
145 typedef First::Bar<Second::Foo> Special;
  /external/webkit/Source/WebCore/html/
DateComponents.h 44 // * Time type: hour-minute-second-millisecond
45 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
62 int second() const { return m_second; } function in class:WebCore::DateComponents
71 None, // Suppress the second part and the millisecond part if they are 0.
72 Second, // Always show the second part, and suppress the millisecond part if it is 0.
73 Millisecond // Always show the second part and the millisecond part.
99 // Sets hour, minute, second and millisecond.
101 // Sets year, month, monthDay, hour, minute, second and millisecond.
103 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 42 Record *First, *Second;
44 : SubReg(r), First(a), Second(b) {}
64 if (!SubRegs.insert(std::make_pair(Indices[i], SR)).second)
85 if (!SubRegs.insert(*SI).second)
86 Orphans.push_back(Orphan(SI->second, Indices[i], SI->first));
89 if (SI->second != SR)
90 SI->second->SuperRegs.push_back(this);
120 R2 = ni->second;
138 SubRegs[RegBank.getCompositeSubRegIndex(O.First, O.Second, true)] =
149 CodeGenRegister *SR = SubRegs.find(Indices[i])->second;
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 171 delete it->second;
546 StringRef first, second;
548 llvm::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));
549 if (second != "")
550 iOSTarget = second.substr(0,3);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 258 Deallocations[I].first(Deallocations[I].second);
264 OM->second.Destroy();
272 if (ASTRecordLayout *R = const_cast<ASTRecordLayout*>((I++)->second))
278 if (ASTRecordLayout *R = const_cast<ASTRecordLayout*>((I++)->second))
285 A->second->~AttrVec();
512 Pos->second->~AttrVec();
525 return Pos->second;
548 return Pos->second;
565 return Pos->second;
585 return Pos->second;
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 240 if(!(it->second.flags_ & PERFORMANCE)) continue;
241 it->second.Run();
246 if(!(it->second.flags_ & RACE_DEMO)) continue;
247 it->second.Run();
264 if(it->second.flags_ & EXCLUDE_FROM_ALL) continue;
265 if(it->second.flags_ & RACE_DEMO) continue;
266 if((it->second.flags_ & NEEDS_ANNOTATIONS)
268 it->second.Run();
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 316 milliseconds