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

12

/external/clang/include/clang/Lex/
H A DPPCallbacks.h263 PPCallbacks *First, *Second; member in class:clang::PPChainedCallbacks
267 : First(_First), Second(_Second) {}
269 delete Second;
277 Second->FileChanged(Loc, Reason, FileType, PrevFID);
284 Second->FileSkipped(ParentFile, FilenameTok, FileType);
290 Second->FileNotFound(FileName, RecoveryPath);
305 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
314 Second->moduleImport(ImportLoc, Path, Imported);
319 Second->EndOfMainFile();
324 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.cpp758 LiveInterval *Second = Intervals[SecondSlot]; local
759 assert (!First->empty() && !Second->empty() && "Found an empty range");
762 if (!First->overlaps(*Second)) {
764 First->MergeRangesInAsValue(*Second, First->getValNumInfo(0));
/external/llvm/test/MC/Mips/
H A Dmips64-register-names.s4 # Second byte of addiu with $zero at rt contains the number of the source
H A Dmips-register-names.s4 # Second byte of addiu with $zero at rt contains the number of the source
/external/clang/lib/Sema/
H A DSemaOverload.cpp196 Second = ICK_Identity;
217 if (GetConversionRank(Second) > Rank)
218 Rank = GetConversionRank(Second);
260 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
310 switch (Second) {
452 if (Second != ICK_Identity) {
456 OS << GetImplicitConversionName(Second);
485 if (Before.First || Before.Second || Before.Third) {
493 if (After.First || After.Second || After.Third) {
1153 ICS.Standard.Second
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp181 const Expr *Second) const;
185 const Stmt *Second) const;
410 const Expr *Second) const {
427 SVal secondVal = state->getSVal(Second, LCtx);
444 emitOverlapBug(C, stateTrue, First, Second);
471 std::swap(First, Second);
510 emitOverlapBug(C, stateTrue, First, Second);
520 const Stmt *First, const Stmt *Second) const {
533 report->addRange(Second->getSourceRange());
/external/clang/include/clang/Sema/
H A DOverload.h148 /// Second - The second conversion can be an integral promotion,
152 ImplicitConversionKind Second : 8;
235 return Second == ICK_Identity && Third == ICK_Identity;
/external/clang/lib/Parse/
H A DParseStmt.cpp1472 ExprResult Second; local
1474 ParseCXXCondition(Second, SecondVar, ForLoc, true);
1476 Second = ParseExpression();
1477 if (!Second.isInvalid())
1478 Second = Actions.ActOnBooleanCondition(getCurScope(), ForLoc,
1479 Second.get());
1481 SecondPartIsInvalid = Second.isInvalid();
1482 SecondPart = Actions.MakeFullExpr(Second.get(), ForLoc);
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dbilinearpredict4x4_neon.asm69 ;Second pass: 4x4
H A Dbilinearpredict8x4_neon.asm71 ;Second pass: 4x8
H A Dbilinearpredict16x16_neon.asm170 ;Second pass: 16x16
297 ;Second pass: 16x16
/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/openfst/src/include/fst/
H A Dadd-on.h85 A2 *Second() const { return a2_; } function in class:fst::AddOnPair
H A Dlookahead-matcher.h644 data->First() : data->Second());
659 data->First() : data->Second());
688 LabelReachable<A> reachable(data->Second());

Completed in 588 milliseconds

12