Searched defs:Context (Results 126 - 150 of 306) sorted by relevance

1234567891011>>

/freebsd-10.2-release/sys/contrib/dev/acpica/compiler/
H A Ddtutils.c665 DtSum( DT_SUBTABLE *Subtable, void *Context, void *ReturnValue) argument
802 DtWalkTableTree( DT_SUBTABLE *StartTable, DT_WALK_CALLBACK UserFunction, void *Context, void *ReturnValue) argument
/freebsd-10.2-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c353 AcpiDbExecutionWalk( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
543 AcpiDbMethodThread( void *Context) argument
H A Ddbnames.c357 AcpiDbWalkAndMatchName( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
469 AcpiDbWalkForPredefinedNames( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
569 AcpiDbWalkForSpecificObjects( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
672 AcpiDbIntegrityWalk( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
781 AcpiDbWalkForReferences( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
857 AcpiDbBusWalk( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
[all...]
H A Ddbtest.c307 AcpiDbTestOneObject( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
999 AcpiDbEvaluateOnePredefinedName( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
/freebsd-10.2-release/sys/contrib/dev/acpica/components/utilities/
H A Dutobject.c639 AcpiUtGetElementLength( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
H A Dutresrc.c453 AcpiUtWalkAmlResources( ACPI_WALK_STATE *WalkState, UINT8 *Aml, ACPI_SIZE AmlLength, ACPI_WALK_AML_CALLBACK UserFunction, void **Context) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp372 static bool shouldBeModeledWithNoOp(ASTContext &Context, QualType ToTy, argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp223 static void ReportInlineAsmError(const llvm::SMDiagnostic &diagnostic, void *Context, unsigned LocCookie) argument
/freebsd-10.2-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp572 LLVMContext &Context = getGlobalContext(); local
/freebsd-10.2-release/contrib/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp391 DIContext *Context = DIContext::getDWARFContext(DbgObj); local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp30 ASTContext &Context = CGF.getContext(); local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp436 ProcessCodeCompleteResults(Sema &SemaRef, CodeCompletionContext Context, CodeCompletionResult *Results, unsigned NumResults) argument
H A DJumpDiagnostics.cpp124 static ScopePair GetDiagForGotoScopeDecl(ASTContext &Context, const Decl *D) { argument
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h87 IntrusiveRefCntPtr<ASTContext> Context; member in class:clang::CompilerInstance
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp179 bool CXXBasePaths::lookupInBases(ASTContext &Context, argument
698 AddIndirectPrimaryBases(const CXXRecordDecl *RD, ASTContext &Context, argument
723 ASTContext &Context = getASTContext(); local
H A DNestedNameSpecifier.cpp28 NestedNameSpecifier::FindOrInsert(const ASTContext &Context, argument
46 NestedNameSpecifier::Create(const ASTContext &Context, argument
59 NestedNameSpecifier::Create(const ASTContext &Context, argument
74 NestedNameSpecifier::Create(const ASTContext &Context, argument
89 Create(const ASTContext &Context, NestedNameSpecifier *Prefix, bool Template, const Type *T) argument
101 Create(const ASTContext &Context, IdentifierInfo *II) argument
111 GlobalSpecifier(const ASTContext &Context) argument
500 Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, SourceLocation ColonColonLoc) argument
513 Extend(ASTContext &Context, IdentifierInfo *Identifier, SourceLocation IdentifierLoc, SourceLocation ColonColonLoc) argument
525 Extend(ASTContext &Context, NamespaceDecl *Namespace, SourceLocation NamespaceLoc, SourceLocation ColonColonLoc) argument
537 Extend(ASTContext &Context, NamespaceAliasDecl *Alias, SourceLocation AliasLoc, SourceLocation ColonColonLoc) argument
548 MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc) argument
557 MakeTrivial(ASTContext &Context, NestedNameSpecifier *Qualifier, SourceRange R) argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp53 MCContext &Context; member in class:llvm::MMIAddrLabelMap
H A DShadowStackGC.cpp349 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr, argument
362 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr, argument
375 LLVMContext &Context local
[all...]
H A DTargetLoweringBase.cpp1114 unsigned TargetLoweringBase::getVectorTypeBreakdown(LLVMContext &Context, EVT VT, argument
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp615 RegsForValue(LLVMContext &Context, const TargetLowering &tli, argument
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DAttributes.cpp33 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, argument
57 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { argument
77 Attribute Attribute::getWithAlignment(LLVMContext &Context, uint64_t Align) { argument
83 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, argument
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCNullStreamer.cpp22 MCNullStreamer(MCContext &Context) : MCStreamer(Context, 0) {} argument
116 MCStreamer *llvm::createNullStreamer(MCContext &Context) { argument
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h162 LLVMContext &Context; member in class:llvm::CCState
H A DMachineModuleInfo.h99 MCContext Context; member in class:llvm::MachineModuleInfo
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DType.h82 LLVMContext &Context; member in class:llvm::Type

Completed in 269 milliseconds

1234567891011>>