/external/clang/include/clang/Basic/ |
Builtins.h | 52 struct Info { 56 bool operator==(const Info &RHS) const { 61 bool operator!=(const Info &RHS) const { return !(*this == RHS); } 67 const Info *TSRecords; 181 const Info &GetRecord(unsigned ID) const; 184 bool BuiltinIsSupported(const Builtin::Info &BuiltinInfo,
|
/external/clang/lib/CodeGen/ |
CGObjCRuntime.cpp | 134 CGBitFieldInfo *Info = new (CGF.CGM.getContext()) CGBitFieldInfo( 141 Info->StorageSize)); 142 return LValue::MakeBitfield(V, *Info,
|
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | 41 assert(Pos != Macros.end() && "Identifier macro info is missing!"); 291 MacroExpandsInfo &Info = DelayedMacroExpandsCallbacks[i]; 292 // FIXME: We lose macro args info with delayed callback. 293 Callbacks->MacroExpands(Info.Tok, Info.MD, Info.Range, 323 // No need for arg info. 326 // Propagate whitespace info as if we had pushed, then popped, 339 // No need for arg info. [all...] |
/external/clang/lib/Parse/ |
ParseStmtAsm.cpp | 57 llvm::InlineAsmIdentifierInfo &Info, 66 LineToks, NumConsumedToks, &Info, IsUnevaluatedContext); 92 Info.OpDecl = static_cast<void *>(Result.get()); 93 return Info.OpDecl; 187 llvm::InlineAsmIdentifierInfo &Info = 258 return Actions.LookupInlineAsmIdentifier(SS, TemplateKWLoc, Id, Info,
|
/external/compiler-rt/lib/ubsan/ |
ubsan_diag.cc | 128 const AddressInfo &Info = Loc.getSymbolizedStack()->info; 129 if (Info.file) { 130 RenderSourceLocation(&LocBuffer, Info.file, Info.line, Info.column, 132 } else if (Info.module) { 133 RenderModuleLocation(&LocBuffer, Info.module, Info.module_offset, 136 LocBuffer.append("%p", Info.address) [all...] |
/external/libvncserver/webclients/novnc/include/ |
util.js | 91 Util.Debug = Util.Info = Util.Warn = Util.Error = function (msg) {}; 94 case 'info': Util.Info = function (msg) { console.log(msg); };
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFDebugInfoEntry.h | 81 struct Info 89 typedef llvm::SmallVector<Info, 32> collection;
|
/external/llvm/include/llvm/Bitcode/ |
BitstreamWriter.h | 186 /// getBlockInfo - If there is block info for the specified ID, return it, 223 if (BlockInfo *Info = getBlockInfo(BlockID)) { 224 CurAbbrevs.insert(CurAbbrevs.end(), Info->Abbrevs.begin(), 225 Info->Abbrevs.end()); 520 BlockInfo &Info = getOrCreateBlockInfo(BlockID); 521 Info.Abbrevs.push_back(Abbv); 523 return Info.Abbrevs.size()-1+bitc::FIRST_APPLICATION_ABBREV;
|
/external/llvm/include/llvm/Object/ |
ELFYAML.h | 88 StringRef Info;
|
/external/llvm/include/llvm/Option/ |
Option.h | 68 const OptTable::Info *Info; 72 Option(const OptTable::Info *Info, const OptTable *Owner); 75 return Info != nullptr; 79 assert(Info && "Must have a valid info!"); 80 return Info->ID; 84 assert(Info && "Must have a valid info!"); [all...] |
/external/llvm/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 106 BBInfo *Info = new (Allocator) BBInfo(BB, 0); 107 BBMap[BB] = Info; 108 WorkList.push_back(Info); 115 Info = WorkList.pop_back_val(); 117 Traits::FindPredecessorBlocks(Info->BB, &Preds); 118 Info->NumPreds = Preds.size(); 119 if (Info->NumPreds == 0) 120 Info->Preds = nullptr; 122 Info->Preds = static_cast<BBInfo**> 123 (Allocator.Allocate(Info->NumPreds * sizeof(BBInfo*) [all...] |
/external/llvm/lib/Support/ |
CrashRecoveryContext.cpp | 358 RunSafelyOnThreadInfo *Info = 361 if (Info->UseBackgroundPriority) 364 Info->Result = Info->CRC->RunSafely(Info->Fn); 369 RunSafelyOnThreadInfo Info = { Fn, this, UseBackgroundPriority, false }; 370 llvm_execute_on_thread(RunSafelyOnThread_Dispatch, &Info, RequestedStackSize); 373 return Info.Result;
|
/external/llvm/lib/Target/AArch64/ |
AArch64ConditionOptimizer.cpp | 100 void modifyCmp(MachineInstr *CmpMI, const CmpInfo &Info); 246 const CmpInfo &Info) { 250 std::tie(Imm, Opc, Cmp) = Info; 296 CmpInfo Info = adjustCmp(CmpMI, Cmp); 297 if (std::get<0>(Info) == ToImm && std::get<1>(Info) == To->getOpcode()) { 298 modifyCmp(CmpMI, Info);
|
/external/llvm/utils/TableGen/ |
InstrInfoEmitter.cpp | 84 // Operand Info Emission. 150 // Fill in constraint info. 174 // ID #0 is for no operand info. 187 for (const std::string &Info : OperandInfo) 188 OS << "{ " << Info << " }, "; 212 for (const auto &Info : Inst->Operands) { 213 StrUintMapIter I = Operands.find(Info.Name); 217 std::pair<std::string, unsigned>(Info.Name, NumOperands++)); 219 OpList[I->second] = Info.MIOperandNo; 378 // Emit all of the operand info records [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
DefaultAssistPreference.java | 43 private final List<Info> mAvailableAssistants = new ArrayList<>(); 56 final Info info = findAssistantByPackageName(value); local 57 if (info == null) { 62 if (info.isVoiceInteractionService()) { 63 setAssistService(info); 65 setAssistActivity(info); 82 private void setAssistService(Info serviceInfo) { 104 private void setAssistActivity(Info activityInfo) { 129 private Info findAssistantByPackageName(String packageName) 131 Info info = mAvailableAssistants.get(i); local [all...] |
/external/clang/include/clang/Lex/ |
MacroInfo.h | 104 /// \brief Whether this macro info was loaded from an AST file. 267 /// \brief Determine whether this macro info came from an AST file (such as 277 /// macro info. 456 /// macro definition directive along with info about its undefined location 487 MacroInfo *Info; 491 : MacroDirective(MD_Define, MI->getDefinitionLoc()), Info(MI) { 499 Info(MI) { 504 const MacroInfo *getInfo() const { return Info; } 505 MacroInfo *getInfo() { return Info; }
|
/external/clang/lib/AST/ |
DeclTemplate.cpp | 302 FunctionTemplateSpecializationInfo *Info, void *InsertPos) { 303 addSpecializationImpl<FunctionTemplateDecl>(getSpecializations(), Info, [all...] |
CommentParser.cpp | 317 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); 320 if (Info->IsParamCommand) { 325 } else if (Info->IsTParamCommand) { 354 if (PC || TPC || Info->NumArgs > 0) { 364 parseBlockCommandArgs(BC, Retokenizer, Info->NumArgs); 573 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); 574 if (Info->IsBlockCommand) { 579 if (Info->IsVerbatimBlockEndCommand) { 583 << Info->Name 588 if (Info->IsUnknownCommand) [all...] |
/external/clang/lib/Sema/ |
SemaStmtAsm.cpp | 146 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName); 148 !Context.getTargetInfo().validateOutputConstraint(Info)) 151 << Info.getConstraintStr()); 165 OutputConstraintInfos.push_back(Info); 208 << Info.getConstraintStr()); 221 TargetInfo::ConstraintInfo Info(Literal->getString(), InputName); 224 OutputConstraintInfos.data(), NumOutputs, Info)) { 227 << Info.getConstraintStr()); 242 if (Info.allowsMemory() && !Info.allowsRegister()) [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
IvarInvalidationChecker.cpp | 292 InvalidationInfo Info; 293 containsInvalidationMethod(IvInterf, Info, /*LookForPartial*/ false); 294 if (Info.needsInvalidation()) { 296 TrackedIvars[I] = Info; 461 InvalidationInfo Info; 462 containsInvalidationMethod(InterfaceD, Info, /*LookForPartial*/ false); 465 if (!Info.needsInvalidation() && !PartialInfo.needsInvalidation()) { 482 for (MethodSet::iterator I = Info.InvalidationMethods.begin(), 483 E = Info.InvalidationMethods.end(); I != E; ++I) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
IDNA.java | 156 * If any processing step fails, then info.hasErrors() will be true and 163 * @param info Output container of IDNA processing details. 167 public abstract StringBuilder labelToASCII(CharSequence label, StringBuilder dest, Info info); 171 * If any processing step fails, then info.hasErrors() will be true. 176 * @param info Output container of IDNA processing details. 180 public abstract StringBuilder labelToUnicode(CharSequence label, StringBuilder dest, Info info); 184 * If any processing step fails, then info.hasErrors() will be true and 191 * @param info Output container of IDNA processing details [all...] |
/external/llvm/tools/llvm-symbolizer/ |
LLVMSymbolize.cpp | 204 ModuleInfo *Info = getOrCreateModuleInfo(ModuleName); 205 if (!Info) 209 Info->symbolizeInlinedCode(ModuleOffset, Opts); 219 DILineInfo LineInfo = Info->symbolizeCode(ModuleOffset, Opts); 229 if (ModuleInfo *Info = getOrCreateModuleInfo(ModuleName)) { 230 if (Info->symbolizeData(ModuleOffset, Name, Start, Size) && Opts.Demangle) 245 // For Path="/path/to/foo" and Basename="foo" assume that debug info is in 247 // For Path="/path/to/bar.dSYM" and Basename="foo" assume that debug info is in 465 ModuleInfo *Info = new ModuleInfo(Objects.first, Context); 466 Modules.insert(make_pair(ModuleName, Info)); [all...] |
/external/pdfium/fpdfsdk/src/pdfwindow/ |
PWL_EditCtrl.cpp | 641 PWL_SCROLL_INFO Info; 643 Info.fPlateWidth = fPlateMax - fPlateMin; 644 Info.fContentMin = fContentMin; 645 Info.fContentMax = fContentMax; 646 Info.fSmallStep = fSmallStep; 647 Info.fBigStep = fBigStep; 649 this->OnNotify(this,PNM_SETSCROLLINFO,SBT_VSCROLL,(FX_INTPTR)&Info); 651 // PWL_TRACE("set scroll info:%f\n",fContentMax - fContentMin); 653 if (IsFloatBigger(Info.fPlateWidth,Info.fContentMax-Info.fContentMin [all...] |
PWL_ListBox.cpp | 35 PWL_SCROLL_INFO Info; 37 Info.fPlateWidth = fPlateMax - fPlateMin; 38 Info.fContentMin = fContentMin; 39 Info.fContentMax = fContentMax; 40 Info.fSmallStep = fSmallStep; 41 Info.fBigStep = fBigStep; 43 m_pList->OnNotify(m_pList,PNM_SETSCROLLINFO,SBT_VSCROLL,(FX_INTPTR)&Info); 47 if (IsFloatBigger(Info.fPlateWidth,Info.fContentMax-Info.fContentMin [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ifdef.h | 93 } Info;
|