Searched refs:Second (Results 26 - 50 of 72) sorted by relevance

123

/external/llvm/test/MC/Mips/
H A Dmips64-register-names-n32-n64.s6 # Second byte of addiu with $zero at rt contains the number of the source
H A Dmips64-register-names-o32.s5 # Second byte of daddiu with $zero at rt contains the number of the source
/external/llvm/utils/
H A Dcodegen-diff98 Second, you create I<GDB-DISASSEMBLY-FILE> by running B<gdb>, with my patch
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp186 const Expr *Second) const;
190 const Stmt *Second) const;
417 const Expr *Second) const {
434 SVal secondVal = state->getSVal(Second, LCtx);
451 emitOverlapBug(C, stateTrue, First, Second);
478 std::swap(First, Second);
517 emitOverlapBug(C, stateTrue, First, Second);
527 const Stmt *First, const Stmt *Second) const {
541 report->addRange(Second->getSourceRange());
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDateComponents.cpp689 effectiveFormat = Second;
697 case Second:
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_packed_depth_stencil.spec174 First Second Third Fourth
H A DMESA_program_debug.spec303 Second draft. (Brian Paul)
/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/clang/include/clang/Serialization/
H A DASTReader.h201 std::unique_ptr<ASTReaderListener> Second; member in class:clang::ChainedASTReaderListener
204 /// Takes ownership of \p First and \p Second.
205 ChainedASTReaderListener(ASTReaderListener *First, ASTReaderListener *Second) argument
206 : First(First), Second(Second) { }
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h361 MachineInstr *Second) const override;
/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());
H A Dmatcher-fst.h154 return match_type == MATCH_INPUT ? data->First() : data->Second();
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h533 template<typename First, typename Second>
535 size_t operator()(const std::pair<First, Second> &P) const {
536 return std::hash<First>()(P.first) * 31 + std::hash<Second>()(P.second);
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp528 static bool CanMergeValues(Value *First, Value *Second) { argument
529 return First == Second || isa<UndefValue>(First) || isa<UndefValue>(Second);
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Ddownsample_fast_neon.S177 @ Second part, do the rest iterations (if any).
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dvp8_subpixelvariance16x16_neon.asm178 ;Second pass: 16x16
309 ;Second pass: 16x16
H A Dvp8_subpixelvariance8x8_neon.asm100 ;Second pass: 8x8
H A Dsixtappredict16x16_neon.asm198 ;Second pass: 16x16
391 ;Second pass: 16x16
H A Dsixtappredict8x4_neon.asm234 ;Second pass: 8x4
399 ;Second pass: 8x4
H A Dsixtappredict8x8_neon.asm261 ;Second pass: 8x8
462 ;Second pass: 8x8
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h369 /// isProfitableToIfCvt - Second variant of isProfitableToIfCvt, this one
671 MachineInstr *Second) const {
/external/clang/lib/Sema/
H A DTreeTransform.h2033 Expr *Second);
7633 ExprResult Second;
7635 Second = getDerived().TransformExpr(E->getArg(1));
7636 if (Second.isInvalid())
7643 (E->getNumArgs() != 2 || Second.get() == E->getArg(1)))
7653 Second.get());
10041 Expr *Second) {
10043 bool isPostIncDec = Second && (Op == OO_PlusPlus || Op == OO_MinusMinus);
10049 First, Second);
10056 if (Second
10037 RebuildCXXOperatorCallExpr(OverloadedOperatorKind Op, SourceLocation OpLoc, Expr *OrigCallee, Expr *First, Expr *Second) argument
[all...]
/external/clang/lib/Serialization/
H A DASTReader.cpp73 Second->ReadFullVersionInformation(FullVersion);
77 Second->ReadModuleName(ModuleName);
81 Second->ReadModuleMapFile(ModuleMapPath);
86 Second->ReadLanguageOptions(LangOpts, Complain);
92 Second->ReadTargetOptions(TargetOpts, Complain);
97 Second->ReadDiagnosticOptions(DiagOpts, Complain);
103 Second->ReadFileSystemOptions(FSOpts, Complain);
109 Second->ReadHeaderSearchOptions(HSOpts, Complain);
116 Second->ReadPreprocessorOptions(PPOpts, Complain, SuggestedPredefines);
121 Second
[all...]

Completed in 1525 milliseconds

123