/external/libvpx/libwebm/ |
mkvparser.cpp | 850 if (id == 0x0549A966) { // Segment Info ID 4808 Info& info = const_cast<Info&>(m_info); local 5733 Track::Info info; local [all...] |
mkvparser.hpp | 301 class Info; 302 static long Create(Segment*, const Info&, long long element_start, 332 class Info { 334 Info(); 335 ~Info(); 336 int Copy(Info&) const; 354 Info(const Info&); 355 Info& operator=(const Info&) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvparser.cpp | 962 if (id == 0x0549A966) //Segment Info ID 5486 Info& info = const_cast<Info&>(m_info); local 6618 Track::Info info; local [all...] |
mkvparser.hpp | 332 class Info; 335 const Info&, 373 class Info 376 Info(); 377 ~Info(); 378 int Copy(Info&) const; 396 Info(const Info&); 397 Info& operator=(const Info&) [all...] |
/dalvik/dx/src/com/android/dx/io/ |
OpcodeInfo.java | 27 * TODO: Merge at least most of the info from the Dops class into 32 private static final Info[] INFO; 40 public static final Info SPECIAL_FORMAT = 41 new Info(Opcodes.SPECIAL_FORMAT, "<special>", 46 public static final Info PACKED_SWITCH_PAYLOAD = 47 new Info(Opcodes.PACKED_SWITCH_PAYLOAD, "packed-switch-payload", 51 public static final Info SPARSE_SWITCH_PAYLOAD = 52 new Info(Opcodes.SPARSE_SWITCH_PAYLOAD, "sparse-switch-payload", 56 public static final Info FILL_ARRAY_DATA_PAYLOAD [all...] |
/external/clang/lib/AST/ |
ASTDumper.cpp | [all...] |
RecordLayoutBuilder.cpp | 41 /// Class - The class for this base info. 50 /// PrimaryVirtualBaseInfo - Holds the base info for the primary virtual base 51 /// of this base info (if one exists). 128 void UpdateEmptyBaseSubobjects(const BaseSubobjectInfo *Info, 155 bool CanPlaceBaseSubobjectAtOffset(const BaseSubobjectInfo *Info, 179 bool CanPlaceBaseAtOffset(const BaseSubobjectInfo *Info, 270 EmptySubobjectMap::CanPlaceBaseSubobjectAtOffset(const BaseSubobjectInfo *Info, 277 if (!CanPlaceSubobjectAtOffset(Info->Class, Offset)) 281 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class); 282 for (const BaseSubobjectInfo *Base : Info->Bases) [all...] |
Decl.cpp | [all...] |
/external/clang/lib/Basic/ |
SourceManager.cpp | 596 ExpansionInfo Info = ExpansionInfo::createForMacroArg(SpellingLoc, 598 return createExpansionLocImpl(Info, TokLength); 608 ExpansionInfo Info = ExpansionInfo::create(SpellingLoc, ExpansionLocStart, 610 return createExpansionLocImpl(Info, TokLength, LoadedID, LoadedOffset); 614 SourceManager::createExpansionLocImpl(const ExpansionInfo &Info, 623 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset, Info); 627 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info)); [all...] |
/external/clang/lib/CodeGen/ |
CGBlocks.cpp | 205 /// Tell the block info that this chunk has the given field index. 206 void setIndex(CGBlockInfo &info, unsigned index) { 208 info.CXXThisIndex = index; 210 info.Captures[Capture->getVariable()] 303 static void initializeForBlockHeader(CodeGenModule &CGM, CGBlockInfo &info, 320 info.BlockAlign = ptrAlign; 321 info.BlockSize = headerSize; 338 CGBlockInfo &info) { 340 const BlockDecl *block = info.getBlockDecl(); 343 initializeForBlockHeader(CGM, info, elementTypes) [all...] |
CGDecl.cpp | 482 CallCleanupFunction(llvm::Constant *CleanupFn, const CGFunctionInfo *Info, 484 : CleanupFn(CleanupFn), FnInfo(*Info), Var(*Var) {} [all...] |
CGOpenMPRuntime.cpp | 70 static bool classof(const CGCapturedStmtInfo *Info) { 71 return Info->getKind() == CR_OpenMP; 95 static bool classof(const CGCapturedStmtInfo *Info) { 96 return CGOpenMPRegionInfo::classof(Info) && 97 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == 127 static bool classof(const CGCapturedStmtInfo *Info) { 128 return CGOpenMPRegionInfo::classof(Info) && 129 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == 190 static bool classof(const CGCapturedStmtInfo *Info) { 191 return CGOpenMPRegionInfo::classof(Info) & [all...] |
CGStmt.cpp | 49 // These statements have their own debug info handling. 71 // Generate a stoppoint if we are emitting debug info. 482 // debug info). We have to do this ourselves because we are on the [all...] |
CGClass.cpp | 723 const ASTRecordLayout &Info = Context.getASTRecordLayout(ClassDecl); 726 SmallVector<SizeAndOffset, 16> SSV(Info.getFieldCount()); 727 for (unsigned i = 0, e = Info.getFieldCount(); i != e; ++i) 729 Context.toCharUnitsFromBits(Info.getFieldOffset(i)).getQuantity(); 755 uint64_t TypeSize = Info.getNonVirtualSize().getQuantity(); [all...] |
/external/clang/lib/Frontend/ |
ASTUnit.cpp | 576 const Diagnostic &Info) override; 608 const Diagnostic &Info) { 610 DiagnosticConsumer::HandleDiagnostic(Level, Info); 615 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) 616 StoredDiags.push_back(StoredDiagnostic(Level, Info)); 688 // Gather Info for preprocessor construction later on. [all...] |
/external/clang/lib/Sema/ |
SemaTemplateDeduction.cpp | 91 TemplateDeductionInfo &Info, 99 TemplateDeductionInfo &Info, 110 TemplateDeductionInfo &Info, 294 TemplateDeductionInfo &Info, 305 Info.Param = NTTP; 306 Info.FirstArg = Deduced[NTTP->getIndex()]; 307 Info.SecondArg = NewDeduced; 323 TemplateDeductionInfo &Info, 336 Info.Param = NTTP; 337 Info.FirstArg = Deduced[NTTP->getIndex()] [all...] |
/external/libvpx/libvpx/third_party/libwebm/ |
mkvparser.hpp | 301 class Info; 302 static long Create(Segment*, const Info&, long long element_start, 332 class Info { 334 Info(); 335 ~Info(); 336 int Copy(Info&) const; 354 Info(const Info&); 355 Info& operator=(const Info&) [all...] |
/external/llvm/lib/Analysis/ |
CFLAliasAnalysis.cpp | 412 auto &Info = *AA.ensureCached(Fn); 413 auto &Sets = Info.Sets; 414 auto &RetVals = Info.ReturnedValues; [all...] |
/external/llvm/lib/MC/ |
ELFObjectWriter.cpp | 41 #define DEBUG_TYPE "reloc-info" 78 void writeSymbol(uint32_t name, uint8_t info, uint64_t value, uint64_t size, 268 uint64_t Size, uint32_t Link, uint32_t Info, 337 void SymbolTableWriter::writeSymbol(uint32_t name, uint8_t info, uint64_t value, 356 write(*SymtabF, info); // st_info 365 write(*SymtabF, info); // st_info 577 uint8_t Info = (Binding << ELF_STB_Shift) | (Type << ELF_STT_Shift); 600 Writer.writeSymbol(MSD.StringIndex, Info, Value, Size, Other, [all...] |
/external/llvm/lib/Target/ARM/ |
ARMFrameLowering.cpp | 188 InstInfo Info = {I, SPAdjust, BeforeFPSet}; 189 Insts.push_back(Info); 193 auto Info = std::find_if(Insts.begin(), Insts.end(), 194 [&](InstInfo &Info) { return Info.I == I; }); 195 assert(Info != Insts.end() && "invalid sp adjusting instruction"); 196 Info->SPAdjust += ExtraBytes; 202 for (auto &Info : Insts) { 203 if (HasFP && !Info.BeforeFPSet) 206 CFAOffset -= Info.SPAdjust [all...] |
/external/llvm/lib/Target/R600/ |
SIISelLowering.cpp | 408 SIMachineFunctionInfo *Info = MF.getInfo<SIMachineFunctionInfo>(); 419 if (Info->getShaderType() == ShaderType::PIXEL && !Arg.Flags.isInReg() && 431 Info->PSInputAddr |= 1 << PSInputNum++; 435 if (Info->getShaderType() != ShaderType::COMPUTE && Arg.VT.isVector()) { 451 } else if (Info->getShaderType() != ShaderType::COMPUTE) { 461 if (Info->getShaderType() == ShaderType::PIXEL && 462 (Info->PSInputAddr & 0x7F) == 0) { 463 Info->PSInputAddr |= 1; 470 if (Info->getShaderType() == ShaderType::COMPUTE) { 472 Info->NumUserSGPRs = 2; // FIXME: Need to support scratch buffers [all...] |
/external/llvm/lib/Target/X86/AsmParser/ |
X86AsmParser.cpp | 261 InlineAsmIdentifierInfo Info; 266 AddImmPrefix(addimmprefix) { Info.clear(); } 282 return Info; 675 InlineAsmIdentifierInfo &Info, 684 InlineAsmIdentifierInfo &Info); 785 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, [all...] |
/external/skia/src/utils/debugger/ |
SkDrawCommand.h | 75 const SkTDArray<SkString*>* Info() const { return &fInfo; }
|
/external/clang/include/clang/Serialization/ |
ASTReader.h | 522 serialization::DeclContextInfo &Info); [all...] |
/external/clang/lib/Serialization/ |
ASTWriter.cpp | [all...] |