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

  /external/clang/include/clang/Lex/
PPCallbacks.h 235 PPCallbacks *First, *Second;
239 : First(_First), Second(_Second) {}
241 delete Second;
249 Second->FileChanged(Loc, Reason, FileType, PrevFID);
256 Second->FileSkipped(ParentFile, FilenameTok, FileType);
262 Second->FileNotFound(FileName, RecoveryPath);
275 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, File,
281 Second->EndOfMainFile();
286 Second->Ident(Loc, str);
292 Second->PragmaComment(Loc, Kind, 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/openfst/src/include/fst/
add-on.h 85 A2 *Second() const { return a2_; }
  /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/lib/CodeGen/
StackColoring.cpp 455 std::pair<unsigned, DebugLoc> &VP = VI->second;
468 const Value *To = MFI->getObjectAllocation(it->second);
652 LiveInterval *Second = Intervals[SecondSlot];
653 assert (!First->empty() && !Second->empty() && "Found an empty range");
656 if (!First->overlaps(*Second)) {
658 First->MergeRangesInAsValue(*Second, First->getValNumInfo(0));
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 153 delete it->second;
516 StringRef first, second; local
518 llvm::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));
519 if (second != "")
520 iOSTarget = second.substr(0,3);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 167 SourceMgr.getLineNumber(DeclLocDecomp.first, DeclLocDecomp.second)
169 CommentBeginDecomp.second)) {
201 StringRef Text(Buffer + CommentEndDecomp.second,
202 DeclLocDecomp.second - CommentEndDecomp.second);
295 const RawCommentAndCacheFlags &Raw = Pos->second;
313 const RawCommentAndCacheFlags &Raw = Pos->second;
364 return Pos->second;
596 Deallocations[I].first(Deallocations[I].second);
604 if (ASTRecordLayout *R = const_cast<ASTRecordLayout*>((I++)->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...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 350 milliseconds