Searched refs:Second (Results 1 - 25 of 50) sorted by relevance

12

/external/clang/include/clang/Lex/
H A DPPCallbacks.h235 PPCallbacks *First, *Second; member in class:clang::PPChainedCallbacks
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
[all...]
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
/external/webkit/Source/JavaScriptCore/wtf/
H A DVectorTraits.h79 template<typename First, typename Second>
80 struct VectorTraits<pair<First, Second> >
83 typedef VectorTraits<Second> SecondTraits;
H A DHashTraits.h112 template<typename First, typename Second>
113 struct HashTraits<pair<First, Second> > : public PairHashTraits<HashTraits<First>, HashTraits<Second> > { };
/external/protobuf/src/google/protobuf/stubs/
H A Dhash.h190 template <typename First, typename Second>
191 struct hash<pair<First, Second> > {
192 inline size_t operator()(const pair<First, Second>& key) const {
194 size_t second_hash = hash<Second>()(key.second);
203 inline size_t operator()(const pair<First, Second>& a,
204 const pair<First, Second>& b) const {
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dexamples.cpp140 namespace Second namespace in namespace:PR9668
145 typedef First::Bar<Second::Foo> Special;
/external/webkit/Source/WebCore/html/
H A DDateComponents.h72 Second, // Always show the second part, and suppress the millisecond part if it is 0. enumerator in enum:WebCore::DateComponents::SecondFormat
H A DBaseDateAndTimeInputType.cpp173 return date.toString(DateComponents::Second);
H A DDateComponents.cpp689 effectiveFormat = Second;
697 case Second:
/external/llvm/lib/CodeGen/
H A DStackColoring.cpp652 LiveInterval *Second = Intervals[SecondSlot]; local
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/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp179 const Expr *Second) const;
183 const Stmt *Second) const;
420 const Expr *Second) const {
437 SVal secondVal = state->getSVal(Second, LCtx);
454 emitOverlapBug(C, stateTrue, First, Second);
483 First = Second;
484 Second = tmpExpr;
522 emitOverlapBug(C, stateTrue, First, Second);
532 const Stmt *First, const Stmt *Second) const {
545 report->addRange(Second
[all...]
/external/clang/lib/Sema/
H A DSemaOverload.cpp191 Second = ICK_Identity;
212 if (GetConversionRank(Second) > Rank)
213 Rank = GetConversionRank(Second);
255 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
305 switch (Second) {
447 if (Second != ICK_Identity) {
451 OS << GetImplicitConversionName(Second);
480 if (Before.First || Before.Second || Before.Third) {
488 if (After.First || After.Second || After.Third) {
1079 ICS.Standard.Second
[all...]
/external/clang/include/clang/Sema/
H A DOverload.h147 /// Second - The second conversion can be an integral promotion,
151 ImplicitConversionKind Second : 8;
234 return Second == ICK_Identity && Third == ICK_Identity;
/external/libvpx/vp8/common/arm/neon/
H A Dbilinearpredict4x4_neon.asm69 ;Second pass: 4x4
H A Dbilinearpredict8x4_neon.asm71 ;Second pass: 4x8
/external/clang/lib/Parse/
H A DParseStmt.cpp1400 ExprResult Second; local
1402 ParseCXXCondition(Second, SecondVar, ForLoc, true);
1404 Second = ParseExpression();
1405 if (!Second.isInvalid())
1406 Second = Actions.ActOnBooleanCondition(getCurScope(), ForLoc,
1407 Second.get());
1409 SecondPartIsInvalid = Second.isInvalid();
1410 SecondPart = Actions.MakeFullExpr(Second.get(), ForLoc);
/external/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp343 template< typename Protect, typename Second >
/external/llvm/utils/
H A Dcodegen-diff98 Second, you create I<GDB-DISASSEMBLY-FILE> by running B<gdb>, with my patch
/external/libvpx/vp8/encoder/arm/neon/
H A Dfastfdct4x4_neon.asm69 ;Second for-loop
H A Dshortfdct_neon.asm115 ; Second time through do not store off the
/external/mesa3d/docs/OLD/
H A DMESA_packed_depth_stencil.spec174 First Second Third Fourth
H A DMESA_program_debug.spec303 Second draft. (Brian Paul)
/external/openfst/src/include/fst/
H A Dadd-on.h85 A2 *Second() const { return a2_; } function in class:fst::AddOnPair

Completed in 6391 milliseconds

12