Searched refs:Context (Results 351 - 375 of 528) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/usr.sbin/ppp/
H A Dradius.c155 MD5_CTX Context; local
182 MD5Init(&Context);
183 MD5Update(&Context, S, Slen);
184 MD5Update(&Context, R, AUTH_LEN);
185 MD5Update(&Context, A, SALT_LEN);
186 MD5Final(b, &Context);
196 MD5Init(&Context);
197 MD5Update(&Context, S, Slen);
198 MD5Update(&Context, C, 16);
199 MD5Final(b, &Context);
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.cpp732 const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD);
750 return !Context.getLangOpts().AppleKext ?
757 return !Context.getLangOpts().AppleKext ?
762 return !Context.getLangOpts().AppleKext ?
773 if (Context.getLangOpts().AppleKext)
914 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
H A DCodeGenTBAA.h49 ASTContext &Context; member in class:clang::CodeGen::CodeGenTBAA
H A DObjectFilePCHContainerOperations.cpp157 void Initialize(ASTContext &Context) override {
160 Ctx = &Context;
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc50 static char ctx_placeholder[sizeof(Context)] ALIGNED(64);
51 Context *ctx;
95 Context::Context() function in class:__tsan::Context
110 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch,
136 static void MemoryProfiler(Context *ctx, fd_t fd, int i) {
320 ctx = new(ctx_placeholder) Context;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp433 CodeCompletionContext Context,
447 = Results[I].CreateCodeCompletionString(SemaRef, Context,
466 = Results[I].CreateCodeCompletionString(SemaRef, Context,
432 ProcessCodeCompleteResults(Sema &SemaRef, CodeCompletionContext Context, CodeCompletionResult *Results, unsigned NumResults) argument
H A DTreeTransform.h562 return SemaRef.Context.getTrivialTypeSourceInfo(T,
813 return SemaRef.Context.getTypeDeclType(Typedef);
818 return SemaRef.Context.getTypeDeclType(Record);
823 return SemaRef.Context.getTypeDeclType(Enum);
855 return SemaRef.Context.getAutoType(Deduced, Keyword,
873 return SemaRef.Context.getParenType(InnerType);
885 return SemaRef.Context.getElaboratedType(Keyword,
914 return SemaRef.Context.getDependentTemplateSpecializationType(Keyword,
928 return SemaRef.Context.getElaboratedType(Keyword,
949 return SemaRef.Context
[all...]
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAttributes.cpp35 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, argument
37 LLVMContextImpl *pImpl = Context.pImpl;
59 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { argument
60 LLVMContextImpl *pImpl = Context.pImpl;
79 Attribute Attribute::getWithAlignment(LLVMContext &Context, uint64_t Align) { argument
82 return get(Context, Alignment, Align);
85 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, argument
89 return get(Context, StackAlignment, Align);
92 Attribute Attribute::getWithDereferenceableBytes(LLVMContext &Context, argument
95 return get(Context, Dereferenceabl
98 getWithDereferenceableOrNullBytes(LLVMContext &Context, uint64_t Bytes) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp178 LLVMContext &Context = M->getContext(); local
180 Type *DestTy = PointerType::get(Type::getInt8Ty(Context), AddrSpace);
184 PointerType::get(Type::getInt8Ty(Context), llvm::ADDRESS_SPACE_GENERIC);
/freebsd-11.0-release/sys/contrib/dev/acpica/common/
H A Ddmrestag.c91 void **Context);
1022 void **Context)
1033 ScopeInfo.Scope.Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Context);
1017 AcpiDmAddResourceToNamespace( UINT8 *Aml, UINT32 Length, UINT32 Offset, UINT8 ResourceIndex, void **Context) argument
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Daslwalks.c81 void *Context)
159 void *Context)
553 void *Context)
78 AnMethodTypingWalkEnd( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
156 AnOperandTypecheckWalkEnd( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
550 AnOtherSemanticAnalysisWalkBegin( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
H A Dasltypes.h262 void *Context);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp50 Module *Context = resolveModuleId(Unresolved.Id, Mod, Complain); local
51 if (!Context)
54 return Module::ExportDecl(Context, Unresolved.Wildcard);
60 Module *Context = lookupModuleUnqualified(Id[0].first, Mod); local
61 if (!Context) {
71 Module *Sub = lookupModuleQualified(Id[I].first, Context);
75 << Id[I].first << Context->getFullModuleName()
81 Context = Sub;
84 return Context;
533 Module *Context) cons
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h267 BranchTo (const Context &context, uint32_t N, lldb::addr_t target);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Tooling/Core/
H A DReplacement.h195 std::string Context; member in struct:clang::tooling::TranslationUnitReplacements
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp368 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, argument
378 return Create(Context, QualifierLoc, TemplateKWLoc, D,
384 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, argument
406 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>());
407 return new (Mem) DeclRefExpr(Context, QualifierLoc, TemplateKWLoc, D,
412 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, argument
423 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>());
473 ASTContext &Context = CurrentDecl->getASTContext(); local
478 MC.reset(Context.createMangleContext());
500 MC.reset(Context
2926 SideEffectFinder(const ASTContext &Context, bool IncludePossible) argument
3206 NonTrivialCallFinder(const ASTContext &Context) argument
3582 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack, unsigned ResultIndex) argument
3608 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack) argument
3862 Create(const ASTContext &Context, EmptyShell sh, unsigned numSemanticExprs) argument
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCObjectStreamer.h48 MCObjectStreamer(MCContext &Context, MCAsmBackend &TAB, raw_pwrite_stream &OS,
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DBinary.h138 LLVMContext *Context = nullptr);
H A DSymbolicFile.h158 LLVMContext *Context);
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp192 MCContext &Context = getObjFileLowering().getContext(); local
194 Context.getELFSection(".AMDGPU.config", ELF::SHT_PROGBITS, 0);
216 Context.getELFSection(".AMDGPU.csdata", ELF::SHT_PROGBITS, 0);
260 Context.getELFSection(".AMDGPU.disasm", ELF::SHT_NOTE, 0));
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCXXInheritance.h165 bool lookupInBases(ASTContext &Context, const CXXRecordDecl *Record,
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dacdebug.h420 void *Context);
H A Dacstruct.h158 void *Context; member in struct:acpi_get_devices_info
/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c74 void *Context);
80 void *Context,
879 void *Context)
902 void *Context,
877 AcpiDbResourceCallback( ACPI_RESOURCE *Resource, void *Context) argument
899 AcpiDbDeviceResources( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp44 Declarator::TheContext Context,
48 DeclSpecContext DSC = getDeclSpecContextFromDeclaratorContext(Context);
61 Declarator DeclaratorInfo(DS, Context);
234 IdentifierLoc *IL = IdentifierLoc::create(Actions.Context,
1433 /// 'Context' should be a Declarator::TheContext value. This returns the
1447 Parser::DeclGroupPtrTy Parser::ParseDeclaration(unsigned Context, argument
1461 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd);
1468 return ParseNamespace(Context, DeclEnd, InlineLoc);
1470 return ParseSimpleDeclaration(Context, DeclEnd, attrs,
1474 return ParseNamespace(Context, DeclEn
43 ParseTypeName(SourceRange *Range, Declarator::TheContext Context, AccessSpecifier AS, Decl **OwnedType, ParsedAttributes *Attrs) argument
1511 ParseSimpleDeclaration(unsigned Context, SourceLocation &DeclEnd, ParsedAttributesWithRange &Attrs, bool RequireSemi, ForRangeInit *FRI) argument
1545 MightBeDeclarator(unsigned Context) argument
1693 ParseDeclGroup(ParsingDeclSpec &DS, unsigned Context, SourceLocation *DeclEnd, ForRangeInit *FRI) argument
2405 getDeclSpecContextFromDeclaratorContext(unsigned Context) argument
[all...]

Completed in 388 milliseconds

<<11121314151617181920>>