/external/clang/include/clang/Lex/ |
PPCallbacks.h | 196 PPCallbacks *First, *Second; 200 : First(_First), Second(_Second) {} 202 delete Second; 209 Second->FileChanged(Loc, Reason, FileType); 216 Second->FileSkipped(ParentFile, FilenameTok, FileType); 229 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, File, 235 Second->EndOfMainFile(); 240 Second->Ident(Loc, str); 246 Second->PragmaComment(Loc, Kind, Str); 251 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 | 41 Record *First, *Second; 43 : SubReg(r), First(a), Second(b) {} 63 if (!SubRegs.insert(std::make_pair(Indices[i], SR)).second) 84 if (!SubRegs.insert(*SI).second) 85 Orphans.push_back(Orphan(SI->second, Indices[i], SI->first)); 88 if (SI->second != SR) 89 SI->second->SuperRegs.push_back(this); 119 R2 = ni->second; 137 SubRegs[RegBank.getCompositeSubRegIndex(O.First, O.Second, true)] = 148 CodeGenRegister *SR = SubRegs.find(Indices[i])->second; [all...] |
/external/clang/lib/Parse/ |
ParseStmt.cpp | [all...] |
/external/clang/lib/AST/ |
ASTContext.cpp | 252 Deallocations[I].first(Deallocations[I].second); 258 OM->second.Destroy(); 266 if (ASTRecordLayout *R = const_cast<ASTRecordLayout*>((I++)->second)) 272 if (ASTRecordLayout *R = const_cast<ASTRecordLayout*>((I++)->second)) 279 A->second->~AttrVec(); 471 Pos->second->~AttrVec(); 484 return Pos->second; 506 return Pos->second; 526 return Pos->second; 542 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 | |