/external/clang/lib/Frontend/ |
H A D | TextDiagnosticBuffer.cpp | 23 const Diagnostic &Info) { 25 DiagnosticConsumer::HandleDiagnostic(Level, Info); 28 Info.FormatDiagnostic(Buf); 33 Notes.push_back(std::make_pair(Info.getLocation(), Buf.str())); 36 Warnings.push_back(std::make_pair(Info.getLocation(), Buf.str())); 39 Remarks.push_back(std::make_pair(Info.getLocation(), Buf.str())); 43 Errors.push_back(std::make_pair(Info.getLocation(), Buf.str())); 22 HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info) argument
|
H A D | LogDiagnosticPrinter.cpp | 113 const Diagnostic &Info) { 115 DiagnosticConsumer::HandleDiagnostic(Level, Info); 118 if (MainFilename.empty() && Info.hasSourceManager()) { 119 const SourceManager &SM = Info.getSourceManager(); 130 DE.DiagnosticID = Info.getID(); 137 Info.FormatDiagnostic(MessageStr); 143 if (Info.getLocation().isValid() && Info.hasSourceManager()) { 144 const SourceManager &SM = Info.getSourceManager(); 145 PresumedLoc PLoc = SM.getPresumedLoc(Info 112 HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info) argument [all...] |
H A D | TextDiagnosticPrinter.cpp | 56 const Diagnostic &Info, 61 if (Info.getID() == diag::fatal_too_many_errors) { 76 DiagnosticIDs::isBuiltinWarningOrExtension(Info.getID()) && 77 !DiagnosticIDs::isDefaultMappingAsError(Info.getID())) { 82 StringRef Opt = DiagnosticIDs::getWarningOptionForDiag(Info.getID()); 86 StringRef OptValue = Info.getDiags()->getFlagValue(); 96 DiagnosticIDs::getCategoryNumberForDiag(Info.getID()); 113 const Diagnostic &Info) { 115 DiagnosticConsumer::HandleDiagnostic(Level, Info); 120 Info 54 printDiagnosticOptions(raw_ostream &OS, DiagnosticsEngine::Level Level, const Diagnostic &Info, const DiagnosticOptions &DiagOpts) argument 112 HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info) argument [all...] |
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
H A D | SkPdfFDFPageDictionary_autogen.cpp | 23 SkPdfDictionary* SkPdfFDFPageDictionary::Info(SkPdfNativeDoc* doc) { function in class:SkPdfFDFPageDictionary 24 SkPdfNativeObject* ret = get("Info", ""); 32 return get("Info", "") != NULL;
|
H A D | SkPdfFileTrailerDictionary_autogen.cpp | 59 SkPdfDictionary* SkPdfFileTrailerDictionary::Info(SkPdfNativeDoc* doc) { function in class:SkPdfFileTrailerDictionary 60 SkPdfNativeObject* ret = get("Info", ""); 68 return get("Info", "") != NULL;
|
H A D | SkPdfPDF_XOutputIntentDictionary_autogen.cpp | 71 SkString SkPdfPDF_XOutputIntentDictionary::Info(SkPdfNativeDoc* doc) { function in class:SkPdfPDF_XOutputIntentDictionary 72 SkPdfNativeObject* ret = get("Info", ""); 80 return get("Info", "") != NULL;
|
/external/skia/src/core/ |
H A D | SkYUVPlanesCache.h | 19 * The Info struct contains data about the 3 Y, U and V planes of memory stored 29 struct Info { struct in class:SkYUVPlanesCache 40 static SkCachedData* FindAndRef(uint32_t genID, Info* info, 46 static void Add(uint32_t genID, SkCachedData* data, Info* info,
|
/external/llvm/include/llvm/CodeGen/ |
H A D | GCMetadataPrinter.h | 55 virtual void beginAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} argument 58 virtual void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} argument
|
/external/llvm/include/llvm/MC/ |
H A D | MCInstrAnalysis.h | 27 const MCInstrInfo *Info; member in class:llvm::MCInstrAnalysis 30 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} argument 35 return Info->get(Inst.getOpcode()).isBranch(); 39 return Info->get(Inst.getOpcode()).isConditionalBranch(); 43 return Info->get(Inst.getOpcode()).isUnconditionalBranch(); 47 return Info->get(Inst.getOpcode()).isIndirectBranch(); 51 return Info->get(Inst.getOpcode()).isCall(); 55 return Info [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ErlangGCPrinter.cpp | 39 void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) override; 48 void ErlangGCPrinter::finishAssembly(Module &M, GCModuleInfo &Info, argument 59 for (GCModuleInfo::FuncInfoVec::iterator FI = Info.funcinfo_begin(), 60 IE = Info.funcinfo_end();
|
H A D | OcamlGCPrinter.cpp | 37 void beginAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) override; 38 void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) override; 69 void OcamlGCMetadataPrinter::beginAssembly(Module &M, GCModuleInfo &Info, argument 94 void OcamlGCMetadataPrinter::finishAssembly(Module &M, GCModuleInfo &Info, argument 111 for (GCModuleInfo::FuncInfoVec::iterator I = Info.funcinfo_begin(), 112 IE = Info.funcinfo_end(); 130 for (GCModuleInfo::FuncInfoVec::iterator I = Info.funcinfo_begin(), 131 IE = Info.funcinfo_end();
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMWinCOFFObjectWriter.cpp | 50 const MCFixupKindInfo &Info = MAB.getFixupKindInfo(Fixup.getKind()); local 51 report_fatal_error(Twine("unsupported relocation type: ") + Info.Name);
|
/external/skia/include/core/ |
H A D | SkImage.h | 46 typedef SkImageInfo Info; typedef in class:SkImage 48 static SkImage* NewRasterCopy(const Info&, const void* pixels, size_t rowBytes); 49 static SkImage* NewRasterData(const Info&, SkData* pixels, size_t rowBytes);
|
/external/skia/include/images/ |
H A D | SkMovie.h | 55 struct Info { struct in class:SkMovie 62 virtual bool onGetInfo(Info*) = 0; 70 Info fInfo;
|
/external/clang/lib/AST/ |
H A D | CommentBriefParser.cpp | 82 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); local 83 if (Info->IsBriefCommand) { 89 if (Info->IsReturnsCommand) { 98 if (Info->IsBlockCommand) {
|
H A D | CommentCommandTraits.cpp | 35 if (const CommandInfo *Info = getBuiltinCommandInfo(Name)) 36 return Info; 41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID)) 42 return Info; 90 CommandInfo *Info = new (Allocator) CommandInfo(); local 91 Info->Name = Name; 96 Info->ID = NextID++; 98 RegisteredCommands.push_back(Info); 100 return Info; 105 CommandInfo *Info local 111 CommandInfo *Info = createCommandInfoWithName(CommandName); local [all...] |
/external/llvm/lib/Support/ |
H A D | Threading.cpp | 46 ThreadInfo Info = { Fn, UserData }; local 61 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0)
|
/external/clang/test/Analysis/engine/ |
H A D | replay-without-inlining.c | 13 } Info; typedef in typeref:struct:__anon1474 37 static void readILBM(IB *st, Info *pic) { 52 Info pic;
|
/external/valgrind/helgrind/tests/ |
H A D | tc19_shadowmem.c | 17 Info; typedef in typeref:struct:__anon16354 25 Info* info = (Info*)infoV; 49 Info* info = (Info*)infoV; 73 Info* info = (Info*)infoV; 97 Info* info = (Info*)infoV; 139 Info inf [all...] |
/external/clang/lib/CodeGen/ |
H A D | TargetInfo.h | 46 ABIInfo *Info; member in class:clang::TargetCodeGenInfo 50 TargetCodeGenInfo(ABIInfo *info = 0) : Info(info) {} 54 const ABIInfo &getABIInfo() const { return *Info; }
|
/external/clang/lib/Frontend/Rewrite/ |
H A D | FixItRewriter.cpp | 116 const Diagnostic &Info) { 118 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); 123 (DiagLevel > DiagnosticsEngine::Note && Info.getNumFixItHints())) { 124 Client->HandleDiagnostic(DiagLevel, Info); 142 for (unsigned Idx = 0, Last = Info.getNumFixItHints(); 144 const FixItHint &Hint = Info.getFixItHint(Idx); 162 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable(); 165 if (Info.getNumFixItHints() > 0) 166 Diag(Info.getLocation(), diag::note_fixit_in_macro); 171 Diag(Info 115 HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, const Diagnostic &Info) argument [all...] |
/external/llvm/include/llvm/Option/ |
H A D | OptTable.h | 34 struct Info { struct in class:llvm::opt::OptTable 52 const Info *OptionInfos; 69 const Info &getInfo(OptSpecifier Opt) const { 76 OptTable(const Info *OptionInfos, unsigned NumOptionInfos,
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileWrapper.cpp | 228 struct debug_line_info const* Info) { 233 return WriteDebugLineInfoFunc(Agent, Code, NumEntries, Info); 225 op_write_debug_line_info( void const* Code, size_t NumEntries, struct debug_line_info const* Info) argument
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 233 static MCInstrAnalysis *createX86MCInstrAnalysis(const MCInstrInfo *Info) { argument 234 return new MCInstrAnalysis(Info);
|
/external/llvm/tools/llvm-cov/ |
H A D | CoverageReport.cpp | 103 static raw_ostream::Colors determineCoveragePercentageColor(const T &Info) { argument 104 if (Info.isFullyCovered()) 106 return Info.getPercentCovered() >= 80.0 ? raw_ostream::YELLOW
|