Searched refs:Context (Results 176 - 200 of 872) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/acpica/dist/namespace/
H A Dnsdumpdv.c63 * Context - Passed into WalkNamespace
77 void *Context,
89 Status = AcpiNsDumpOneObject (ObjHandle, Level, Context, ReturnValue);
74 AcpiNsDumpOneDevice( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Dnsinit.c60 void *Context,
67 void *Context,
74 void *Context,
308 * Context - Not used
322 void *Context,
367 * Context - Points to a init info struct
385 void *Context,
390 ACPI_INIT_WALK_INFO *Info = (ACPI_INIT_WALK_INFO *) Context;
525 void *Context,
528 ACPI_DEVICE_WALK_INFO *Info = ACPI_CAST_PTR (ACPI_DEVICE_WALK_INFO, Context);
319 AcpiNsInitOnePackage( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
382 AcpiNsInitOneObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
522 AcpiNsFindIniMethods( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
595 AcpiNsInitOneDevice( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h396 FileCheckPatternContext *Context; member in class:llvm::Substitution
406 Substitution(FileCheckPatternContext *Context, StringRef VarName, argument
408 : Context(Context), FromStr(VarName), InsertIdx(InsertIdx) {}
425 StringSubstitution(FileCheckPatternContext *Context, StringRef VarName, argument
427 : Substitution(Context, VarName, InsertIdx) {}
441 NumericSubstitution(FileCheckPatternContext *Context, StringRef ExpressionStr, argument
444 : Substitution(Context, ExpressionStr, InsertIdx),
671 FileCheckPatternContext *Context; member in class:llvm::Pattern
684 Pattern(Check::FileCheckType Ty, FileCheckPatternContext *Context, argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp33 LLVMContext &Context = M.getContext();
34 MDBuilder MDB(Context);
41 Type::getInt64Ty(Context), E.second))};
42 Nodes.push_back(MDNode::get(Context, Vals));
45 M.addModuleFlag(Module::Append, "CG Profile", MDNode::get(Context, Nodes));
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp70 LLVMContext Context; local
74 M.reset(new Module("M", Context));
76 M = parseModule(Data, Size, Context);
88 LLVMContext Context;
89 auto M = parseAndVerify(Data, Size, Context);
/netbsd-current/sys/external/bsd/acpica/dist/events/
H A Devgpeutil.c58 * Context - Value passed to callback
69 void *Context)
94 Status = GpeWalkCallback (GpeXruptInfo, GpeBlock, Context);
133 void *Context)
135 ACPI_GPE_DEVICE_INFO *Info = Context;
342 void *Context)
67 AcpiEvWalkGpeList( ACPI_GPE_CALLBACK GpeWalkCallback, void *Context) argument
130 AcpiEvGetGpeDevice( ACPI_GPE_XRUPT_INFO *GpeXruptInfo, ACPI_GPE_BLOCK_INFO *GpeBlock, void *Context) argument
339 AcpiEvDeleteGpeHandlers( ACPI_GPE_XRUPT_INFO *GpeXruptInfo, ACPI_GPE_BLOCK_INFO *GpeBlock, void *Context) argument
H A Devmisc.c57 void *Context);
202 * PARAMETERS: Context - To be passed to the notify handler
213 void *Context)
215 ACPI_GENERIC_STATE *Info = (ACPI_GENERIC_STATE *) Context;
228 Info->Notify.Global->Context);
238 HandlerObj->Notify.Context);
212 AcpiEvNotifyDispatch( void *Context) argument
/netbsd-current/sys/external/bsd/acpica/dist/common/
H A Dadwalk.c70 void *Context);
76 void *Context);
82 void *Context);
88 void *Context);
94 void *Context);
106 void *Context);
112 void *Context);
371 void *Context)
373 ACPI_OP_WALK_INFO *Info = Context;
482 void *Context)
368 AcpiDmDumpDescending( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
479 AcpiDmFindOrphanDescending( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
642 AcpiDmLoadDescendingOp( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
777 AcpiDmXrefDescendingOp( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
978 AcpiDmCommonDescendingOp( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
1016 AcpiDmProcessResourceDescriptors( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
1070 AcpiDmCommonAscendingOp( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp67 DeclRefExpr *DRE = new (S.Context)
68 DeclRefExpr(S.Context, Fn, false, Fn->getType(), VK_LValue, Loc, LocInfo);
79 return S.ImpCastExprToType(DRE, S.Context.getPointerType(DRE->getType()),
249 isPointerConversionToVoidPointer(ASTContext& Context) const {
257 FromType = Context.getArrayDecayedType(FromType);
613 clang::MakeDeductionFailureInfo(ASTContext &Context,
637 auto *Saved = new (Context) DFIDeducedMismatchArgs;
648 DFIArguments *Saved = new (Context) DFIArguments;
660 DFIParamWithArguments *Saved = new (Context) DFIParamWithArguments;
679 CNSInfo *Saved = new (Context) CNSInf
[all...]
H A DSemaCXXScopeSpec.cpp93 NNSType = Context.getCanonicalType(NNSType);
103 = Context.getCanonicalType(QualType(SpecType, 0));
110 if (Context.hasSameType(Injected, ContextType))
158 return Context.getTranslationUnitDecl();
212 QualType type = Context.getTypeDeclType(tag);
274 SS.MakeGlobal(Context, CCLoc);
305 SS.MakeSuper(Context, RD, SuperLoc, ColonColonLoc);
330 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD));
337 if (Context.getLangOpts().CPlusPlus11)
345 if (Context
[all...]
H A DSemaTemplateDeduction.cpp225 checkDeducedTemplateArguments(ASTContext &Context, argument
243 if (YType.isNull() || !Context.hasSameType(XType, YType))
255 Context.hasSameType(X.getAsType(), Y.getAsType()))
281 Context.hasSameTemplateName(X.getAsTemplate(), Y.getAsTemplate()))
289 Context.hasSameTemplateName(X.getAsTemplateOrTemplatePattern(),
298 return checkDeducedTemplateArguments(Context, Y, X);
302 X.getAsExpr()->Profile(ID1, Context, true);
303 Y.getAsExpr()->Profile(ID2, Context, true);
324 return TemplateArgument(Context, Y.getAsIntegral(),
367 Context, DeducedTemplateArgumen
2561 isSameTemplateArg(ASTContext &Context, TemplateArgument X, const TemplateArgument &Y, bool PackExpansionMatchesPack = false) argument
3408 ASTContext &Context = S.Context; local
5048 AddImplicitObjectParameterType(ASTContext &Context, CXXMethodDecl *Method, SmallVectorImpl<QualType> &ArgTypes) argument
[all...]
H A DSemaDeclCXX.cpp224 if (ExceptionsSeen.insert(Self->Context.getCanonicalType(E)).second)
269 InitializedEntity Entity = InitializedEntity::InitializeParameter(Context,
317 Param->setDefaultArg(new (Context) OpaqueValueExpr(
383 Param->setDefaultArg(new(Context)
859 auto *BD = BindingDecl::Create(Context, DC, B.NameLoc, B.Name);
961 S.Context.getQualifiedType(VT->getElementType(),
971 S.Context.getQualifiedType(CT->getElementType(),
1003 S.Diag(Loc, DiagID) << printTemplateArgs(S.Context.getPrintingPolicy(),
1042 printTemplateArgs(S.Context.getPrintingPolicy(), Args,
1058 TemplateArgument Arg(S.Context,
[all...]
H A DSemaFixItUtils.cpp35 From = S.Context.getCanonicalType(
37 To = S.Context.getCanonicalType(
57 const CanQualType FromQTy = S.Context.getCanonicalType(FromTy);
58 const CanQualType ToQTy = S.Context.getCanonicalType(ToTy);
97 S.Context.getCanonicalType(FromPtrTy->getPointeeType()), ToQTy,
102 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull))
135 CanConvert = CompareTypes(S.Context.getPointerType(FromQTy), ToQTy,
H A DSemaChecking.cpp109 Context.getTargetInfo());
224 SrcTy = S.Context.getDecayedType(SrcTy);
242 unsigned MaxAlignmentBits = S.Context.getIntWidth(SrcTy) - 1;
245 AlignOp->EvaluateAsInt(AlignResult, S.Context,
270 InitializedEntity::InitializeParameter(S.Context, SrcTy, false),
277 S.Context, AlignOp->getType(), false),
285 TheCall->setType(IsBooleanAlignBuiltin ? S.Context.BoolTy : SrcTy);
391 QualType ReturnTy = CE->getCallReturnType(S.Context);
393 QualType BuiltinTy = S.Context.getFunctionType(
395 QualType BuiltinPtrTy = S.Context
2049 getNeonEltType(NeonTypeFlags Flags, ASTContext &Context, bool IsPolyUnsigned, bool IsInt64Long) argument
2594 isEltOfVectorTy(ASTContext &Context, CallExpr *Call, Sema &S, QualType VectorTy, QualType EltTy) argument
3208 DecodePPCMMATypeFromStr(ASTContext &Context, const char *&Str, unsigned &Mask) argument
8685 shouldNotPrintDirectly(const ASTContext &Context, QualType IntendedTy, const Expr *E) argument
9389 getAbsoluteValueArgumentType(ASTContext &Context, unsigned AbsType) argument
9411 getBestAbsFunction(ASTContext &Context, QualType ArgType, unsigned AbsFunctionKind) argument
10267 isConstantSizeArrayWithMoreThanOneElement(QualType Ty, ASTContext &Context) argument
14830 ASTContext &Context; member in struct:__anon781::FindCaptureVisitor
14835 FindCaptureVisitor(ASTContext &Context, VarDecl *variable) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp32 : CGM(cgm), Context(cgm.getContext()), TheModule(cgm.getModule()),
92 const Type *Ty = Context.getCanonicalType(T).getTypePtr();
105 (unsigned)Context.getTypeSize(T));
281 if (RecordDeclTypes.count(Context.getTagDeclType(RD).getTypePtr()))
291 QualType T = Context.getRecordType(RD);
292 T = Context.getCanonicalType(T);
396 T = Context.getCanonicalType(T);
402 if (Context.getLangOpts().CUDAIsDevice) {
494 static_cast<unsigned>(Context.getTypeSize(T)));
499 getTypeForFormat(getLLVMContext(), Context
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h190 static MetadataAsValue *get(LLVMContext &Context, Metadata *MD);
191 static MetadataAsValue *getIfExists(LLVMContext &Context, Metadata *MD);
288 LLVMContext &Context; member in class:llvm::ReplaceableMetadataImpl
293 ReplaceableMetadataImpl(LLVMContext &Context) : Context(Context) {} argument
299 LLVMContext &getContext() const { return Context; }
623 static MDString *get(LLVMContext &Context, StringRef Str);
624 static MDString *get(LLVMContext &Context, const char *Str) { argument
625 return get(Context, St
807 ContextAndReplaceableUses(LLVMContext &Context) argument
904 ContextAndReplaceableUses Context; member in class:llvm::MDNode
1165 get(LLVMContext &Context, ArrayRef<Metadata *> MDs) argument
1169 getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs) argument
1176 getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) argument
1185 getTemporary(LLVMContext &Context, ArrayRef<Metadata *> MDs) argument
1198 get(LLVMContext &Context, ArrayRef<Metadata *> MDs) argument
1202 getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs) argument
1206 getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) argument
1210 getTemporary(LLVMContext &Context, ArrayRef<Metadata *> MDs) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp188 Stm, Context);
225 Stm, Context)) != nullptr;
372 Stm, Context);
384 Stm, Context);
398 Stm, Context);
411 Stm, Context);
425 Stm, Context);
435 Stm, Context);
455 Stm, Context);
483 Stm, Context);
587 FunctionParmMutationAnalyzer( const FunctionDecl &Func, ASTContext &Context) argument
[all...]
H A DProgramPoint.cpp52 const ASTContext &Context = local
54 const SourceManager &SM = Context.getSourceManager();
55 const PrintingPolicy &PP = Context.getPrintingPolicy();
73 Out << RS->getID(Context) << ", \"stmt\": ";
128 Ty.print(Out, Context.getLangOpts());
145 E.getSrc()->printTerminatorJson(Out, Context.getLangOpts(),
191 << "\", \"stmt_id\": " << S->getID(Context)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp165 createImportedModule(LLVMContext &C, dwarf::Tag Tag, DIScope *Context, argument
171 auto *M = DIImportedEntity::get(C, Tag, Context, cast_or_null<DINode>(NS),
180 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, argument
184 Context, NS, File, Line, StringRef(),
188 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, argument
192 Context, NS, File, Line, StringRef(),
196 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, DIModule *M, argument
199 Context, M, File, Line, StringRef(),
203 DIImportedEntity *DIBuilder::createImportedDeclaration(DIScope *Context, argument
211 Context, Dec
315 createTypedef(DIType *Ty, StringRef Name, DIFile *File, unsigned LineNo, DIScope *Context, uint32_t AlignInBits) argument
415 createTemplateTypeParameter(DIScope *Context, StringRef Name, DIType *Ty, bool isDefault) argument
422 createTemplateValueParameterHelper(LLVMContext &VMContext, unsigned Tag, DIScope *Context, StringRef Name, DIType *Ty, bool IsDefault, Metadata *MD) argument
430 createTemplateValueParameter(DIScope *Context, StringRef Name, DIType *Ty, bool isDefault, Constant *Val) argument
439 createTemplateTemplateParameter(DIScope *Context, StringRef Name, DIType *Ty, StringRef Val) argument
447 createTemplateParameterPack(DIScope *Context, StringRef Name, DIType *Ty, DINodeArray Val) argument
454 createClassType( DIScope *Context, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, DINode::DIFlags Flags, DIType *DerivedFrom, DINodeArray Elements, DIType *VTableHolder, MDNode *TemplateParams, StringRef UniqueIdentifier) argument
471 createStructType( DIScope *Context, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, DINode::DIFlags Flags, DIType *DerivedFrom, DINodeArray Elements, unsigned RunTimeLang, DIType *VTableHolder, StringRef UniqueIdentifier) argument
688 checkGlobalVariableScope(DIScope *Context) argument
697 createGlobalVariableExpression( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, bool isDefined, DIExpression *Expr, MDNode *Decl, MDTuple *TemplateParams, uint32_t AlignInBits) argument
715 createTempGlobalVariableFwdDecl( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, MDNode *Decl, MDTuple *TemplateParams, uint32_t AlignInBits) argument
738 DIScope *Context = getNonCompileUnitScope(Scope); local
776 DIScope *Context = getNonCompileUnitScope(Scope); local
810 createFunction( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File, unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, DINode::DIFlags Flags, DISubprogram::DISPFlags SPFlags, DITemplateParameterArray TParams, DISubprogram *Decl, DITypeArray ThrownTypes) argument
829 createTempFunctionFwdDecl( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File, unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, DINode::DIFlags Flags, DISubprogram::DISPFlags SPFlags, DITemplateParameterArray TParams, DISubprogram *Decl, DITypeArray ThrownTypes) argument
844 createMethod( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, unsigned LineNo, DISubroutineType *Ty, unsigned VIndex, int ThisAdjustment, DIType *VTableHolder, DINode::DIFlags Flags, DISubprogram::DISPFlags SPFlags, DITemplateParameterArray TParams, DITypeArray ThrownTypes) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DEvalEmitter.h17 #include "Context.h"
28 class Context;
46 EvalEmitter(Context &Ctx, Program &P, State &Parent, InterpStack &Stk,
85 Context &Ctx;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.cpp111 MCContext &Context = getObjFileLowering().getContext(); local
113 Context.getELFSection(".AMDGPU.config", ELF::SHT_PROGBITS, 0);
122 Context.getELFSection(".AMDGPU.csdata", ELF::SHT_PROGBITS, 0);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DConstantPools.cpp39 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context, argument
48 MCSymbol *CPEntryLabel = Context.createTempSymbol();
51 const auto SymRef = MCSymbolRefExpr::create(CPEntryLabel, Context);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp133 auto &Context = M->getContext(); local
135 new GlobalVariable(*M, Type::getInt1Ty(Context), true,
137 ConstantInt::getTrue(Context), FSDiscriminatorVar);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h107 FunctionSamples *getContextSamplesFor(const SampleContext &Context);
118 ContextTrieNode *getContextFor(const SampleContext &Context);
133 ContextTrieNode *getOrCreateContextPath(const SampleContext &Context,
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslprune.c58 void *Context);
181 void *Context)
183 ACPI_PRUNE_INFO *PruneObj = (ACPI_PRUNE_INFO *) Context;
178 PrTreePruneWalk( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument

Completed in 493 milliseconds

1234567891011>>