Searched refs:Context (Results 126 - 150 of 408) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/contrib/dev/acpica/hardware/
H A Dhwgpe.c58 void *Context);
301 void *Context)
341 void *Context)
382 void *Context)
431 void *Context)
298 AcpiHwDisableGpeBlock( ACPI_GPE_XRUPT_INFO *GpeXruptInfo, ACPI_GPE_BLOCK_INFO *GpeBlock, void *Context) argument
338 AcpiHwClearGpeBlock( ACPI_GPE_XRUPT_INFO *GpeXruptInfo, ACPI_GPE_BLOCK_INFO *GpeBlock, void *Context) argument
379 AcpiHwEnableRuntimeGpeBlock( ACPI_GPE_XRUPT_INFO *GpeXruptInfo, ACPI_GPE_BLOCK_INFO *GpeBlock, void *Context) argument
428 AcpiHwEnableWakeupGpeBlock( ACPI_GPE_XRUPT_INFO *GpeXruptInfo, ACPI_GPE_BLOCK_INFO *GpeBlock, void *Context) argument
/freebsd-9.3-release/sys/contrib/dev/acpica/resources/
H A Drsxface.c78 void *Context);
489 void *Context)
491 ACPI_VENDOR_WALK_INFO *Info = Context;
550 * Context - Passed to UserFunction
565 void *Context)
613 Status = UserFunction (Resource, Context);
487 AcpiRsMatchVendorResource( ACPI_RESOURCE *Resource, void *Context) argument
561 AcpiWalkResources( ACPI_HANDLE DeviceHandle, char *Name, ACPI_WALK_RESOURCE_CALLBACK UserFunction, void *Context) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp100 method->addAttr(new (Context) UnavailableAttr(loc, Context,
142 << Context.getObjCInterfaceType(CurrentClass)
210 if (!Context.hasSameType(method->getResultType(), Context.VoidTy)) {
232 method->addAttr(new (Context) NSConsumesSelfAttr(SourceLocation(),
233 Context));
252 method->addAttr(new (Context) NSReturnsRetainedAttr(SourceLocation(),
253 Context));
322 MDecl->createImplicitParams(Context, MDec
1278 isObjCTypeSubstitutable(ASTContext &Context, const ObjCObjectPointerType *A, const ObjCObjectPointerType *B, bool rejectId) argument
2018 matchTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy, QualType leftQT, QualType rightQT) argument
2070 tryMatchRecordTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy, const Type *lt, const Type *rt) argument
[all...]
H A DSemaCodeComplete.cpp222 PreferredType = SemaRef.Context.getCanonicalType(T);
439 /// \param Context the AST context in which the qualification will be used.
450 getRequiredQualification(ASTContext &Context, argument
473 Result = NestedNameSpecifier::Create(Context, Result, Namespace);
476 Result = NestedNameSpecifier::Create(Context, Result,
478 Context.getTypeDeclType(TD).getTypePtr());
577 R.Qualifier = getRequiredQualification(SemaRef.Context,
717 // Context-based decisions.
763 QualType T = getDeclUsageType(SemaRef.Context, R.Declaration);
765 CanQualType TC = SemaRef.Context
1451 getCompletionPrintingPolicy(const ASTContext &Context, const Preprocessor &PP) argument
1470 GetCompletionTypeString(QualType T, ASTContext &Context, const PrintingPolicy &Policy, CodeCompletionAllocator &Allocator) argument
2056 AddResultTypeChunk(ASTContext &Context, const PrintingPolicy &Policy, const NamedDecl *ND, CodeCompletionBuilder &Result) argument
2093 MaybeAddSentinel(ASTContext &Context, const NamedDecl *FunctionOrMethod, CodeCompletionBuilder &Result) argument
2125 FormatFunctionParameter(ASTContext &Context, const PrintingPolicy &Policy, const ParmVarDecl *Param, bool SuppressName = false, bool SuppressBlock = false) argument
2255 AddFunctionParameterChunks(ASTContext &Context, const PrintingPolicy &Policy, const FunctionDecl *Function, CodeCompletionBuilder &Result, unsigned Start = 0, bool InOptional = false) argument
2308 AddTemplateParameterChunks(ASTContext &Context, const PrintingPolicy &Policy, const TemplateDecl *Template, CodeCompletionBuilder &Result, unsigned MaxParameters = 0, unsigned Start = 0, bool InDefaultArg = false) argument
2387 AddQualifierToCompletionString(CodeCompletionBuilder &Result, NestedNameSpecifier *Qualifier, bool QualifierIsInformative, ASTContext &Context, const PrintingPolicy &Policy) argument
2444 AddTypedNameChunk(ASTContext &Context, const PrintingPolicy &Policy, const NamedDecl *ND, CodeCompletionBuilder &Result) argument
3025 HandleCodeCompleteResults(Sema *S, CodeCompleteConsumer *CodeCompleter, CodeCompletionContext Context, CodeCompletionResult *Results, unsigned NumResults) argument
3489 ASTContext &Context = Container->getASTContext(); local
5374 ASTContext &Context = Results.getSema().Context; local
6124 FindImplementableMethods(ASTContext &Context, ObjCContainerDecl *Container, bool WantInstanceMethods, QualType ReturnType, KnownMethodsMap &KnownMethods, bool InOriginalClass = true) argument
6215 AddObjCPassingTypeChunk(QualType Type, unsigned ObjCDeclQuals, ASTContext &Context, const PrintingPolicy &Policy, CodeCompletionBuilder &Builder) argument
6244 AddObjCKeyValueCompletions(ObjCPropertyDecl *Property, bool IsInstanceMethod, QualType ReturnType, ASTContext &Context, VisitedSelectorSet &KnownSelectors, ResultBuilder &Results) argument
[all...]
H A DSemaTemplateInstantiateDecl.cpp163 Attr *NewAttr = sema::instantiateTemplateAttribute(TmplAttr, Context,
178 LabelDecl *Inst = LabelDecl::Create(SemaRef.Context, Owner, D->getLocation(),
192 = NamespaceAliasDecl::Create(SemaRef.Context, Owner,
213 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy);
232 DI = SemaRef.Context.getTrivialTypeSourceInfo(
238 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
241 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
317 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner, D->getLocation(),
365 VarDecl *Var = VarDecl::Create(SemaRef.Context, D
1161 adjustFunctionTypeForInstantiation(ASTContext &Context, FunctionDecl *D, TypeSourceInfo *TInfo) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h159 void initialize(ASTContext &Context, SourceLocation Loc) const { argument
160 initializeImpl(Context, *this, Loc);
193 static void initializeImpl(ASTContext &Context, TypeLoc TL,
248 void initializeLocal(ASTContext &Context, SourceLocation Loc) { argument
469 void initializeLocal(ASTContext &Context, SourceLocation Loc) { argument
573 void initializeLocal(ASTContext &Context, SourceLocation Loc) { argument
785 void initializeLocal(ASTContext &Context, SourceLocation loc) { argument
871 void initializeLocal(ASTContext &Context, SourceLocation Loc) {
928 void initializeLocal(ASTContext &Context, SourceLocation Loc) {
960 void initializeLocal(ASTContext &Context, SourceLocatio
[all...]
H A DDependentDiagnostic.h38 static DependentDiagnostic *Create(ASTContext &Context, argument
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
101 static DependentDiagnostic *Create(ASTContext &Context,
/freebsd-9.3-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp207 explicit ConstantPlaceHolder(Type *Ty, LLVMContext& Context) argument
209 Op<0>() = UndefValue::get(Type::getInt32Ty(Context));
272 Constant *C = new ConstantPlaceHolder(Ty, Context);
411 Value *V = MDNode::getTemporary(Context, None);
426 return TypeList[ID] = StructType::create(Context);
493 Attrs.push_back(AttributeSet::get(Context, Record[i], B));
496 MAttributes.push_back(AttributeSet::get(Context, Attrs));
504 MAttributes.push_back(AttributeSet::get(Context, Attrs));
677 MAttributeGroups[GrpID] = AttributeSet::get(Context, Idx, B);
731 ResultTy = Type::getVoidTy(Context);
3275 getLazyBitcodeModule(MemoryBuffer *Buffer, LLVMContext& Context, std::string *ErrMsg) argument
3297 getStreamedBitcodeModule(const std::string &name, DataStreamer *streamer, LLVMContext &Context, std::string *ErrMsg) argument
3316 ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext& Context, std::string *ErrMsg) argument
3337 getBitcodeTargetTriple(MemoryBuffer *Buffer, LLVMContext& Context, std::string *ErrMsg) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp110 LLVMContext *Context = &MF.getFunction()->getContext();
114 *Context, "_GLOBAL_OFFSET_TABLE_", ARMPCLabelIndex, PCAdj);
117 ->getPrefTypeAlignment(Type::getInt32PtrTy(*Context));
/freebsd-9.3-release/contrib/llvm/tools/bugpoint/
H A DBugDriver.cpp72 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
119 Program = ParseInputFile(Filenames[0], Context);
125 OwningPtr<Module> M(ParseInputFile(Filenames[i], Context));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DModuleBuilder.cpp55 virtual void Initialize(ASTContext &Context) { argument
56 Ctx = &Context;
61 Builder.reset(new CodeGen::CodeGenModule(Context, CodeGenOpts, *M, *TD,
H A DCodeGenAction.cpp44 ASTContext *Context; member in class:clang::BackendConsumer
68 Context(),
84 Context = &Ctx;
99 Context->getSourceManager(),
169 Context->getSourceManager(),
199 static void InlineAsmDiagHandler(const llvm::SMDiagnostic &SM,void *Context, argument
202 ((BackendConsumer*)Context)->InlineAsmDiagHandler2(SM, Loc);
256 Loc = ConvertBackendLocation(D, Context->getSourceManager());
/freebsd-9.3-release/sys/contrib/dev/acpica/events/
H A Devregion.c72 void *Context,
79 void *Context,
453 HandlerDesc->AddressSpace.Context, &RegionContext);
517 HandlerDesc->AddressSpace.Context, RegionObj2->Extra.RegionContext);
642 HandlerObj->AddressSpace.Context, RegionContext);
758 void *Context,
771 HandlerObj = (ACPI_OPERAND_OBJECT *) Context;
882 * Context - Value passed to the handler on each access
897 void *Context)
1080 HandlerObj->AddressSpace.Context
755 AcpiEvInstallHandler( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
892 AcpiEvInstallSpaceHandler( ACPI_NAMESPACE_NODE *Node, ACPI_ADR_SPACE_TYPE SpaceId, ACPI_ADR_SPACE_HANDLER Handler, ACPI_ADR_SPACE_SETUP Setup, void *Context) argument
1171 AcpiEvRegRun( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
[all...]
H A Devevent.c183 AcpiGbl_FixedEventHandlers[i].Context = NULL;
315 AcpiGbl_FixedEventHandlers[Event].Context));
H A Devglock.c57 void *Context);
147 * PARAMETERS: Context - From thread interface, not used
159 void *Context)
158 AcpiEvGlobalLockHandler( void *Context) argument
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h249 void *Context);
268 void *Context);
272 void *Context);
/freebsd-9.3-release/sys/contrib/dev/acpica/utilities/
H A Dutresrc.c279 * Context - Passed to UserFunction
293 void *Context)
336 Status = UserFunction (Aml, Length, Offset, ResourceIndex, Context);
360 *(void **) Context = Aml;
289 AcpiUtWalkAmlResources( UINT8 *Aml, ACPI_SIZE AmlLength, ACPI_WALK_AML_CALLBACK UserFunction, void *Context) argument
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h212 static StructType *create(LLVMContext &Context, StringRef Name);
213 static StructType *create(LLVMContext &Context);
219 static StructType *create(LLVMContext &Context,
223 static StructType *create(LLVMContext &Context, ArrayRef<Type*> Elements);
228 static StructType *get(LLVMContext &Context, ArrayRef<Type*> Elements,
233 static StructType *get(LLVMContext &Context, bool isPacked = false);
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCWin64EH.cpp134 MCContext &Context = streamer.getContext(); local
135 const MCSymbolRefExpr *BaseRef = MCSymbolRefExpr::Create(Base, Context);
136 const MCSymbolRefExpr *OtherRef = MCSymbolRefExpr::Create(Other, Context);
137 const MCExpr *Ofs = MCBinaryExpr::CreateSub(OtherRef, BaseRef, Context);
140 Context);
141 streamer.EmitValue(MCBinaryExpr::CreateAdd(BaseRefRel, Ofs, Context), 4);
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp114 LLVMContext &Context = M.getContext(); local
116 Void = Type::getVoidTy(Context);
117 Boolean = Type::getInt1Ty(Context);
118 Int64 = Type::getInt64Ty(Context);
121 BoolTrue = ConstantInt::getTrue(Context);
122 BoolFalse = ConstantInt::getFalse(Context);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h87 IntrusiveRefCntPtr<ASTContext> Context; member in class:clang::CompilerInstance
376 bool hasASTContext() const { return Context != 0; }
379 assert(Context && "Compiler instance has no AST context!");
380 return *Context;
384 Context.resetWithoutRelease();
552 Preprocessor &PP, ASTContext &Context,
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCObjectStreamer.h43 MCObjectStreamer(MCContext &Context, MCTargetStreamer *TargetStreamer,
46 MCObjectStreamer(MCContext &Context, MCTargetStreamer *TargetStreamer,
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp89 MCContext &Context = Layout->getAssembler().getContext(); local
119 Sym = MCSymbolRefExpr::Create(&Sym->getSymbol(), Modifier, Context);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DBuiltins.h66 class Context { class in namespace:clang::Builtin
70 Context();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTConsumers.cpp44 virtual void HandleTranslationUnit(ASTContext &Context) { argument
45 TranslationUnitDecl *D = Context.getTranslationUnitDecl();
104 virtual void HandleTranslationUnit(ASTContext &Context) { argument
105 TraverseDecl(Context.getTranslationUnitDecl());
139 ASTContext *Context; member in class:__anon3141::ASTViewer
141 void Initialize(ASTContext &Context) { argument
142 this->Context = &Context;

Completed in 328 milliseconds

1234567891011>>