Searched refs:Context (Results 201 - 225 of 872) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/acpica/dist/dispatcher/
H A Ddsinit.c61 void *Context,
71 * Context - Points to a init info struct
89 void *Context,
92 ACPI_INIT_WALK_INFO *Info = (ACPI_INIT_WALK_INFO *) Context;
86 AcpiDsInitOneObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
/netbsd-current/sys/external/bsd/acpica/dist/namespace/
H A Dnswalk.c169 * Context - Passed to user function(s) above
197 void *Context,
286 Context, ReturnValue);
294 Context, ReturnValue);
190 AcpiNsWalkNamespace( ACPI_OBJECT_TYPE Type, ACPI_HANDLE StartNode, UINT32 MaxDepth, UINT32 Flags, ACPI_WALK_CALLBACK DescendingCallback, ACPI_WALK_CALLBACK AscendingCallback, void *Context, void **ReturnValue) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp499 auto &Context = S.getContext(); local
511 Context.getELFSection(ElfNote::SectionName, ELF::SHT_NOTE, NoteFlags));
726 auto &Context = getContext(); local
727 auto *DescBegin = Context.createTempSymbol();
728 auto *DescEnd = Context.createTempSymbol();
730 MCSymbolRefExpr::create(DescEnd, Context),
731 MCSymbolRefExpr::create(DescBegin, Context), Context);
753 auto &Context = getContext(); local
754 auto *DescBegin = Context
824 auto &Context = Streamer.getContext(); local
863 Context), local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp261 sema.Context.getAttributedType(A->getKind(), ModifiedType, EquivType);
961 } else if (S.Context.canAssignObjCInterfaces(boundObjC, typeArgObjC)) {
991 if (bound->isBlockCompatibleObjCPointerType(S.Context))
1040 return S.Context.getObjCObjectType(type, finalTypeArgs, { }, false);
1052 Result = Context.applyObjCProtocolQualifiers(Result, Protocols,
1088 Result = Context.applyObjCProtocolQualifiers(Result, Protocols,
1108 QualType Result = Context.getObjCObjectType(
1109 Context.ObjCBuiltinIdTy, { },
1114 Result = Context.getObjCObjectPointerType(Result);
1116 TypeSourceInfo *ResultTInfo = Context
1276 ASTContext &Context = S.Context; local
4416 ASTContext &Context = S.Context; local
5844 ASTContext &Context; member in class:__anon869::__anon872::TypeSpecLocFiller
5849 TypeSpecLocFiller(Sema &S, ASTContext &Context, TypeProcessingState &State, const DeclSpec &DS) argument
6054 ASTContext &Context; member in class:__anon869::__anon872::DeclaratorLocFiller
6059 DeclaratorLocFiller(ASTContext &Context, TypeProcessingState &State, const DeclaratorChunk &Chunk) argument
[all...]
H A DSemaAccess.cpp168 AccessTarget(ASTContext &Context, argument
173 : AccessedEntity(Context.getDiagAllocator(), Member, NamingClass,
178 AccessTarget(ASTContext &Context, argument
183 : AccessedEntity(Context.getDiagAllocator(), Base, BaseClass, DerivedClass,
343 static bool MightInstantiateTo(Sema &S, DeclContext *Context, argument
345 if (Friend == Context)
351 if (!Context->isDependentContext())
363 static bool MightInstantiateTo(Sema &S, CanQualType Context, CanQualType Friend) { argument
364 if (Friend == Context)
367 if (!Friend->isDependentType() && !Context
374 MightInstantiateTo(Sema &S, FunctionDecl *Context, FunctionDecl *Friend) argument
412 MightInstantiateTo(Sema &S, FunctionTemplateDecl *Context, FunctionTemplateDecl *Friend) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DStencil.cpp188 NodeOrErr->print(Os, PrintingPolicy(Match.Context->getLangOpts()));
199 static bool isSmartPointerType(QualType Ty, ASTContext &Context) { argument
213 return match(SmartPointer, Ty, Context).size() > 0;
230 Source = tooling::buildParens(*E, *Match.Context);
233 Source = tooling::buildDereference(*E, *Match.Context);
237 isSmartPointerType(E->getType(), *Match.Context)) {
247 Source = tooling::buildDereference(*E, *Match.Context);
250 *Result += tooling::getText(*E, *Match.Context);
253 Source = tooling::buildAddressOf(*E, *Match.Context);
257 isSmartPointerType(E->getType(), *Match.Context)) {
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslcompiler.h232 void *Context);
238 void *Context);
244 void *Context);
250 void *Context);
260 void *Context);
266 void *Context);
537 void *Context);
563 void *Context);
581 void *Context);
587 void *Context);
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp92 : Context(Ctx), CurrentWinFrameInfo(nullptr),
135 const bool IsLittleEndian = Context.getAsmInfo()->isLittleEndian();
147 const bool IsLittleEndianTarget = Context.getAsmInfo()->isLittleEndian();
263 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix();
265 Context.getOrCreateSymbol(Prefix + "line_table_start" + Twine(CUID)));
443 const MCAsmInfo* MAI = Context.getAsmInfo();
669 const MCAsmInfo *MAI = Context.getAsmInfo();
684 const MCAsmInfo *MAI = Context.getAsmInfo();
786 static MCSection *getWinCFISection(MCContext &Context, unsigned *NextWinCFIID, argument
790 if (TextSec == Context
1082 auto &Context = getContext(); local
[all...]
H A DMCPseudoProbe.cpp26 MCContext &Context = MCOS->getContext(); local
28 const MCExpr *ARef = MCSymbolRefExpr::create(A, Variant, Context);
29 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context);
31 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context);
H A DMCXCOFFStreamer.cpp25 MCXCOFFStreamer::MCXCOFFStreamer(MCContext &Context, argument
29 : MCObjectStreamer(Context, std::move(MAB), std::move(OW),
119 MCStreamer *llvm::createXCOFFStreamer(MCContext &Context, argument
124 MCXCOFFStreamer *S = new MCXCOFFStreamer(Context, std::move(MAB),
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp66 static LLVMContext Context; member in namespace:llvm
76 if (Arg == "half") Value = Type::getHalfTy(Context);
77 else if (Arg == "fp128") Value = Type::getFP128Ty(Context);
78 else if (Arg == "x86_fp80") Value = Type::getX86_FP80Ty(Context);
79 else if (Arg == "ppc_fp128") Value = Type::getPPC_FP128Ty(Context);
80 else if (Arg == "x86_mmx") Value = Type::getX86_MMXTy(Context);
85 Value = Type::getIntNTy(Context, N);
155 LLVMContext &Context = M->getContext(); local
157 Type::getInt8PtrTy(Context),
158 Type::getInt32PtrTy(Context),
334 LLVMContext &Context; member in struct:llvm::__anon3233::Modifier
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp287 ASTContext &Context = getASTContext(); local
291 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
390 auto &Context = getASTContext(); local
392 Context.getInjectedTemplateArgs(Params, TemplateArgs);
394 new (Context) TemplateArgument[TemplateArgs.size()];
532 ASTContext &Context) {
535 TemplateArg.Profile(ID, Context);
536 ProfileTemplateParameterList(Context, ID, TPL);
567 ASTContext &Context = getASTContext(); local
570 if (Context
530 Profile(llvm::FoldingSetNodeID &ID, ArrayRef<TemplateArgument> TemplateArgs, TemplateParameterList *TPL, ASTContext &Context) argument
862 CreateCopy(ASTContext &Context, ArrayRef<TemplateArgument> Args) argument
889 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, ClassTemplateDecl *SpecializedTemplate, ArrayRef<TemplateArgument> Args, ClassTemplateSpecializationDecl *PrevDecl) argument
909 Create(ASTContext &Context, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, ClassTemplateDecl *SpecializedTemplate, ArrayRef<TemplateArgument> Args, ClassTemplateSpecializationDecl *PrevDecl) argument
1026 ClassTemplatePartialSpecializationDecl(ASTContext &Context, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, TemplateParameterList *Params, ClassTemplateDecl *SpecializedTemplate, ArrayRef<TemplateArgument> Args, const ASTTemplateArgumentListInfo *ArgInfos, ClassTemplatePartialSpecializationDecl *PrevDecl) argument
1046 Create(ASTContext &Context, TagKind TK,DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, TemplateParameterList *Params, ClassTemplateDecl *SpecializedTemplate, ArrayRef<TemplateArgument> Args, const TemplateArgumentListInfo &ArgInfos, QualType CanonInjectedType, ClassTemplatePartialSpecializationDecl *PrevDecl) argument
1083 Create(ASTContext &Context, DeclContext *DC, SourceLocation L, MutableArrayRef<TemplateParameterList *> Params, FriendUnion Friend, SourceLocation FLoc) argument
1205 Profile(llvm::FoldingSetNodeID &ID, ArrayRef<TemplateArgument> TemplateArgs, TemplateParameterList *TPL, ASTContext &Context) argument
1255 VarTemplateSpecializationDecl( Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, TypeSourceInfo *TInfo, StorageClass S, ArrayRef<TemplateArgument> Args) argument
1271 Create( ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, TypeSourceInfo *TInfo, StorageClass S, ArrayRef<TemplateArgument> Args) argument
1325 VarTemplatePartialSpecializationDecl( ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, TemplateParameterList *Params, VarTemplateDecl *SpecializedTemplate, QualType T, TypeSourceInfo *TInfo, StorageClass S, ArrayRef<TemplateArgument> Args, const ASTTemplateArgumentListInfo *ArgInfos) argument
1341 Create( ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, TemplateParameterList *Params, VarTemplateDecl *SpecializedTemplate, QualType T, TypeSourceInfo *TInfo, StorageClass S, ArrayRef<TemplateArgument> Args, const TemplateArgumentListInfo &ArgInfos) argument
[all...]
H A DExprObjC.cpp175 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, argument
186 Mem = alloc(Context, Args.size(), 0);
188 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
195 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, argument
205 Mem = alloc(Context, Args.size(), 0);
207 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
214 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, argument
224 Mem = alloc(Context, Args.size(), 0);
226 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
232 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context, argument
[all...]
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/protocol/
H A Dvgaclass.h36 IN VOID *Context
57 // Video Card Context
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_rtl.h43 struct Context { struct in namespace:__dsan
/netbsd-current/external/apache2/llvm/dist/llvm/examples/BrainF/
H A DBrainF.h74 BasicBlock *testbb, LLVMContext &Context);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCXCOFFStreamer.h18 MCXCOFFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> MAB,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h162 inline void error(const Twine &Error, StringRef Context = "") {
164 ErrorHandler(Error, Context, nullptr);
167 inline void warn(const Twine &Warning, StringRef Context = "") {
169 WarningHandler(Warning, Context, nullptr);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DBuildTree.h24 syntax::TranslationUnit *buildSyntaxTree(Arena &A, ASTContext &Context);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDataCollection.h19 /// - The ASTContext of the Stmt must be accessible by the name Context.
39 std::string getMacroStack(SourceLocation Loc, ASTContext &Context);
H A DRawCommentList.h111 const char *getBriefText(const ASTContext &Context) const {
115 return extractBriefText(Context);
143 comments::FullComment *parse(const ASTContext &Context,
173 const char *extractBriefText(const ASTContext &Context) const;
/netbsd-current/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp113 void HandleTranslationUnit(ASTContext &Context) override {
114 auto &Diags = Context.getDiagnostics();
119 CallSuperVisitor Visitor(Context.getDiagnostics());
120 Visitor.TraverseDecl(Context.getTranslationUnitDecl());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp40 PPCELFStreamer::PPCELFStreamer(MCContext &Context, argument
44 : MCELFStreamer(Context, std::move(MAB), std::move(OW),
225 MCContext &Context, std::unique_ptr<MCAsmBackend> MAB,
228 return new PPCELFStreamer(Context, std::move(MAB), std::move(OW),
224 createPPCELFStreamer( MCContext &Context, std::unique_ptr<MCAsmBackend> MAB, std::unique_ptr<MCObjectWriter> OW, std::unique_ptr<MCCodeEmitter> Emitter) argument
/netbsd-current/external/apache2/llvm/lib/libLLVMMCA/
H A DMakefile10 Context.cpp \
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp66 MCContext &Context; member in class:llvm::MMIAddrLabelMap
88 MMIAddrLabelMap(MCContext &context) : Context(context) {}
123 MCSymbol *Sym = BB->hasAddressTaken() ? Context.createNamedTempSymbol()
124 : Context.createTempSymbol();
211 Context.reset();
220 Context(MMI.TM.getTargetTriple(), MMI.TM.getMCAsmInfo(),
224 Context.setObjectFileInfo(MMI.TM.getObjFileLowering());
237 : TM(*TM), Context(TM->getTargetTriple(), TM->getMCAsmInfo(),
240 Context.setObjectFileInfo(TM->getObjFileLowering());
246 : TM(*TM), Context(T
[all...]

Completed in 198 milliseconds

1234567891011>>