HomeSort by relevance Sort by last modified time
    Searched defs:Info (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/clang/lib/CodeGen/
TargetInfo.h 43 ABIInfo *Info;
46 TargetCodeGenInfo(ABIInfo *info = 0):Info(info) { }
49 /// getABIInfo() - Returns ABI info helper for the target.
50 const ABIInfo& getABIInfo() const { return *Info; }
CGObjCRuntime.cpp 130 CGBitFieldInfo *Info = new (CGF.CGM.getContext()) CGBitFieldInfo(
134 return LValue::MakeBitfield(V, *Info,
  /external/llvm/include/llvm/MC/
MCInstrAnalysis.h 24 const MCInstrInfo *Info;
27 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {}
32 return Info->get(Inst.getOpcode()).isBranch();
36 return Info->get(Inst.getOpcode()).isConditionalBranch();
40 return Info->get(Inst.getOpcode()).isUnconditionalBranch();
44 return Info->get(Inst.getOpcode()).isIndirectBranch();
48 return Info->get(Inst.getOpcode()).isCall();
52 return Info->get(Inst.getOpcode()).isReturn()
    [all...]
  /external/skia/include/images/
SkMovie.h 53 struct Info {
60 virtual bool onGetInfo(Info*) = 0;
68 Info fInfo;
  /external/webkit/Source/WebCore/inspector/front-end/
ExtensionCommon.js 38 Info: "info",
  /frameworks/base/services/sensorservice/
SensorDevice.h 42 struct Info {
43 Info() : delay(0) { }
49 DefaultKeyedVector<int, Info> mActivationCount;
  /external/llvm/lib/Support/
Threading.cpp 81 ThreadInfo Info = { Fn, UserData };
96 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0)
115 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param); local
116 info->func(info->param);
CrashRecoveryContext.cpp 337 RunSafelyOnThreadInfo *Info =
339 Info->Result = Info->CRC->RunSafely(Info->UserFn, Info->UserData);
343 RunSafelyOnThreadInfo Info = { Fn, UserData, this, false };
344 llvm_execute_on_thread(RunSafelyOnThread_Dispatch, &Info, RequestedStackSize);
345 return Info.Result;
  /external/llvm/lib/VMCore/
InlineAsm.cpp 218 ConstraintInfo Info;
224 Info.Parse(StringRef(I, ConstraintEnd-I), Result)) {
229 Result.push_back(Info);
Metadata.cpp 480 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this];
481 assert(!Info.empty() == hasMetadataHashEntry() &&
483 if (Info.empty()) {
487 for (unsigned i = 0, e = Info.size(); i != e; ++i)
488 if (Info[i].first == KindID) {
489 Info[i].second = Node;
495 Info.push_back(std::make_pair(KindID, Node));
505 LLVMContextImpl::MDMapTy &Info = getContext().pImpl->MetadataStore[this];
508 if (Info.size() == 1 && Info[0].first == KindID)
    [all...]
  /external/valgrind/main/helgrind/tests/
tc19_shadowmem.c 17 Info;
25 Info* info = (Info*)infoV; local
26 firstoff = info->firstoff;
27 lastoff = info->lastoff;
28 skipoff = info->skipoff;
29 arr = info->arr;
31 assert( info->child == &child8 );
49 Info* info = (Info*)infoV local
73 Info* info = (Info*)infoV; local
97 Info* info = (Info*)infoV; local
139 Info info; local
282 Info* info = (Info*)infoV; local
    [all...]
  /frameworks/native/libs/ui/
PixelFormat.cpp 26 struct Info {
42 static Info const sPixelFormatInfos[] = {
57 static const Info* gGetPixelFormatTable(size_t* numEntries) {
59 *numEntries = sizeof(sPixelFormatInfos)/sizeof(Info);
80 PixelFormatInfo info; local
81 status_t err = getPixelFormatInfo(format, &info);
82 return (err < 0) ? err : info.bytesPerPixel;
87 PixelFormatInfo info; local
88 status_t err = getPixelFormatInfo(format, &info);
89 return (err < 0) ? err : info.bitsPerPixel
    [all...]
  /external/regex-re2/re2/
prefilter.cc 193 class Prefilter::Info {
195 Info();
196 ~Info();
198 // More constructors. They delete their Info* arguments.
199 static Info* Alt(Info* a, Info* b);
200 static Info* Concat(Info* a, Info* b)
395 Info* info = new Info(); local
403 Prefilter::Info* info = new Prefilter::Info(); local
410 Prefilter::Info* info = new Prefilter::Info(); local
420 Prefilter::Info *info = new Prefilter::Info(); local
427 Prefilter::Info* info = new Prefilter::Info(); local
482 Prefilter::Info* info = w.WalkExponential(re, NULL, 100000); local
503 Prefilter::Info *info; local
611 Prefilter::Info *info = BuildInfo(simple); local
    [all...]
  /external/clang/include/clang/Basic/
Builtins.h 47 struct Info {
51 bool operator==(const Info &RHS) const {
56 bool operator!=(const Info &RHS) const { return !(*this == RHS); }
62 const Info *TSRecords;
158 const Info &GetRecord(unsigned ID) const;
  /external/clang/lib/Sema/
IdentifierResolver.cpp 437 IdDeclInfo *Info = toIdDeclInfo(InfoPtr);
440 if (I != Info->decls_begin())
  /external/llvm/lib/Object/
MachOObject.cpp 96 // First, check the magic value and initialize the basic object info.
156 LoadCommandInfo &Info = LoadCommands[Index];
157 memcpy(&Info.Command, Buffer->getBuffer().data() + Offset,
160 SwapValue(Info.Command.Type);
161 SwapValue(Info.Command.Size);
163 Info.Offset = Offset;
290 "Unexpected load command info!");
313 "Unexpected load command info!");
  /external/llvm/lib/Target/PTX/
PTXMachineFunctionInfo.h 1 //===-- PTXMachineFuctionInfo.h - PTX machine function info ------*- C++ -*-==//
85 RegisterInfo Info;
86 Info.Reg = Reg;
87 Info.Type = RegType;
88 Info.Space = RegSpace;
91 Info.Offset = 0;
96 if (RI.Space != PTXRegisterSpace::Reg || RI.Type == Info.Type)
97 Info.Offset++;
101 Info.Encoded = (Info.Offset << 6) | (Info.Type << 3) | Info.Space
    [all...]
  /external/clang/include/clang/Driver/
OptTable.h 37 /// OptTable - Provide access to the Option info table.
46 /// Info - Entry for a single option instance in the option data table.
47 struct Info {
60 const Info *OptionInfos;
77 const Info &getInfo(OptSpecifier Opt) const {
86 OptTable(const Info *_OptionInfos, unsigned _NumOptionInfos);
  /external/clang/lib/Parse/
ParsePragma.cpp 50 PragmaPackInfo *Info =
53 Actions.ActOnPragmaPack(Info->Kind, Info->Name, Info->Alignment, PragmaLoc,
54 Info->LParenLoc, Info->RParenLoc);
216 PragmaPackInfo *Info =
219 new (Info) PragmaPackInfo();
220 Info->Kind = Kind;
221 Info->Name = Name
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 105 BlockInfo &Info = BlockInfoRecords.back();
106 // Free blockinfo abbrev info.
107 for (unsigned i = 0, e = static_cast<unsigned>(Info.Abbrevs.size());
109 Info.Abbrevs[i]->dropRef();
194 /// getBlockInfo - If there is block info for the specified ID, return it,
231 if (BlockInfo *Info = getBlockInfo(BlockID)) {
232 for (unsigned i = 0, e = static_cast<unsigned>(Info->Abbrevs.size());
234 CurAbbrevs.push_back(Info->Abbrevs[i]);
235 Info->Abbrevs[i]->addRef();
536 BlockInfo &Info = getOrCreateBlockInfo(BlockID)
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 104 BBInfo *Info = new (Allocator) BBInfo(BB, 0);
105 BBMap[BB] = Info;
106 WorkList.push_back(Info);
113 Info = WorkList.pop_back_val();
115 Traits::FindPredecessorBlocks(Info->BB, &Preds);
116 Info->NumPreds = Preds.size();
117 if (Info->NumPreds == 0)
118 Info->Preds = 0;
120 Info->Preds = static_cast<BBInfo**>
121 (Allocator.Allocate(Info->NumPreds * sizeof(BBInfo*)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xv.c 114 XExtDisplayInfo *info = xv_find_display(dpy); local
118 XvCheckExtension(dpy, info, XvBadExtension);
132 *p_requestBase = info->codes->major_opcode;
133 *p_eventBase = info->codes->first_event;
134 *p_errorBase = info->codes->first_error;
149 XExtDisplayInfo *info = xv_find_display(dpy); local
165 XvCheckExtension(dpy, info, XvBadExtension);
310 XExtDisplayInfo *info = xv_find_display(dpy); local
324 XvCheckExtension(dpy, info, XvBadExtension);
432 XExtDisplayInfo *info = xv_find_display(dpy) local
472 XExtDisplayInfo *info = xv_find_display(dpy); local
511 XExtDisplayInfo *info = xv_find_display(dpy); local
550 XExtDisplayInfo *info = xv_find_display(dpy); local
584 XExtDisplayInfo *info = xv_find_display(dpy); local
607 XExtDisplayInfo *info = xv_find_display(dpy); local
637 XExtDisplayInfo *info = xv_find_display(dpy); local
660 XExtDisplayInfo *info = xv_find_display(dpy); local
683 XExtDisplayInfo *info = xv_find_display(dpy); local
708 XExtDisplayInfo *info = xv_find_display(dpy); local
734 XExtDisplayInfo *info = xv_find_display(dpy); local
775 XExtDisplayInfo *info = xv_find_display(dpy); local
812 XExtDisplayInfo *info = xv_find_display(dpy); local
867 XExtDisplayInfo *info = xv_find_display(dpy); local
940 XExtDisplayInfo *info = xv_find_display(dpy); local
1016 XExtDisplayInfo *info = xv_find_display(dpy); local
1074 XExtDisplayInfo *info = xv_find_display(dpy); local
1114 XExtDisplayInfo *info = xv_find_display(dpy); local
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 177 DiagnosticMappingInfo &Info = GetCurDiagState()->getOrAddMappingInfo(Diag);
178 if (Info.getMapping() == diag::MAP_ERROR ||
179 Info.getMapping() == diag::MAP_FATAL)
180 Map = Info.getMapping();
255 DiagnosticMappingInfo &Info = GetCurDiagState()->getOrAddMappingInfo(Diag);
257 if (Info.getMapping() == diag::MAP_ERROR ||
258 Info.getMapping() == diag::MAP_FATAL)
259 Info.setMapping(diag::MAP_WARNING);
261 Info.setNoWarningAsError(true);
281 DiagnosticMappingInfo &Info = GetCurDiagState()->getOrAddMappingInfo
    [all...]
  /external/libvpx/libmkv/
EbmlIDs.h 43 Info = 0x1549A966,
  /external/clang/lib/AST/
TypePrinter.cpp 458 FunctionType::ExtInfo Info = T->getExtInfo();
459 switch(Info.getCC()) {
483 if (Info.getNoReturn())
485 if (Info.getRegParm())
487 llvm::utostr_32(Info.getRegParm()) + ")))";
    [all...]

Completed in 984 milliseconds

1 2 3