Searched refs:Out (Results 151 - 175 of 188) sorted by relevance

12345678

/external/clang/include/clang/AST/
H A DTemplateBase.h311 void print(const PrintingPolicy &Policy, raw_ostream &Out) const;
H A DComment.h707 Out, enumerator in enum:clang::comments::ParamCommandComment::PassDirection
/external/clang/include/clang/Frontend/
H A DASTUnit.h272 SmallVectorImpl<StoredDiagnostic> &Out);
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.h315 void getSuperRegClasses(CodeGenSubRegIndex *SubIdx, BitVector &Out) const;
H A DFixedLenDecoderEmitter.cpp1732 DagInit *Out = Def.getValueAsDag("OutOperandList");
1734 for (unsigned i = 0; i < Out->getNumArgs(); ++i)
1735 InOutOperands.push_back(std::make_pair(Out->getArg(i), Out->getArgName(i)));
H A DCodeGenRegisters.cpp925 BitVector &Out) const {
933 Out.set((*I)->EnumValue);
/external/clang/lib/AST/
H A DCommentSema.cpp89 Direction = ParamCommandComment::Out;
109 Direction = ParamCommandComment::Out;
H A DExprConstant.cpp589 static void describeCall(CallStackFrame *Frame, llvm::raw_ostream &Out) { argument
596 Out << *Frame->Callee << '(';
601 Out << ", ";
605 Arg.printPretty(Out, Frame->Info.Ctx, Param->getType());
608 Out << "->" << *Frame->Callee << '(';
611 Out << ')';
638 llvm::raw_svector_ostream Out(Buffer);
639 describeCall(Frame, Out);
640 addDiag(Frame->CallLoc, diag::note_constexpr_call_here) << Out.str();
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp587 void CheckerManager::runCheckersForPrintState(raw_ostream &Out, argument
592 I->second->printState(Out, State, NL, Sep);
/external/llvm/utils/yaml2obj/
H A Dyaml2obj.cpp104 static bool hexStringToByteArray(StringRef Str, ContainerOut &Out) { argument
110 Out.push_back(Byte);
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp68 MCStreamer &Out);
1117 // "outb %al, %dx". Out doesn't take a memory form, but this is a widely
1526 MCStreamer &Out) {
1535 Out.EmitInstruction(Insts[i]);
1524 MatchAndEmitInstruction(SMLoc IDLoc, SmallVectorImpl<MCParsedAsmOperand*> &Operands, MCStreamer &Out) argument
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DANTLRxxxxStreamFixture.cs126 Console.Out.Write((char)inputStream.LA(1));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugTreeGrammar.cs285 Console.Out.WriteLine(expr1 + " (about " + result[0] + "*10^" + (result.Length-1) + ")");
H A DProfileTreeGrammar.cs290 Console.Out.WriteLine(expr1 + " (about " + result[0] + "*10^" + (result.Length-1) + ")");
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h438 void printOrdinal(unsigned ValNo, llvm::raw_svector_ostream &Out);
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h393 virtual void printState(raw_ostream &Out, ProgramStateRef State, argument
H A DCheckerManager.h337 /// \param Out The output stream
341 void runCheckersForPrintState(raw_ostream &Out, ProgramStateRef State,
/external/clang/tools/libclang/
H A DCXComment.cpp294 case ParamCommandComment::Out:
968 case ParamCommandComment::Out:
H A DCIndex.cpp5601 CXVersion Out = { -1, -1, -1 }; local
5603 return Out;
5605 Out.Major = In.getMajor();
5608 Out.Minor = *Minor;
5610 return Out;
5613 Out.Subminor = *Subminor;
5615 return Out;
/external/oprofile/events/mips/74K/
H A Devents39 event:0x15 counters:0,2 um:zero minimum:500 name:OOO_ALU_ISSUE_CYCLES : 21-0 Out-of-order ALU issue cycles (issued instruction is not the oldest in the pool)
115 event:0x415 counters:1,3 um:zero minimum:500 name:OOO_AGEN_ISSUE_CYCLES : 21-1 Out-of-order AGEN issue cycles (issued instruction is not the oldest in the pool)
/external/clang/lib/Sema/
H A DSemaLookup.cpp476 void LookupResult::print(raw_ostream &Out) { argument
477 Out << Decls.size() << " result(s)";
478 if (isAmbiguous()) Out << ", ambiguous";
479 if (Paths) Out << ", base paths present";
482 Out << "\n";
483 (*I)->print(Out, 2);
H A DSemaTemplate.cpp7323 llvm::raw_svector_ostream Out(Str);
7333 Out << "[with ";
7335 Out << ", ";
7338 Out << Id->getName();
7340 Out << '$' << I;
7343 Out << " = ";
7344 Args[I].print(getPrintingPolicy(), Out); local
7347 Out << ']';
7348 return Out.str();
/external/icu4c/test/cintltst/
H A Dnucnvtst.c4928 UChar Out [sizeof(pszUnicode) + 1]; local
4929 UChar * pOut = Out;
4930 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
4963 if (memcmp(Out,pszUnicode,sizeof(pszUnicode)))
5098 UChar Out [sizeof(pszUnicode) + 1]; local
5099 UChar * pOut = Out;
5100 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
5127 if (Out[0] != pszUnicode[codepointCount]){
5129 Out[0], pszUnicode[codepointCount]);
5132 pOut = Out; /* rese
[all...]
/external/zlib/src/contrib/pascal/
H A Dexample.pas543 EXIT_ERR('Out of memory');
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h339 void dump(raw_ostream &Out) const;

Completed in 508 milliseconds

12345678