Searched refs:Context (Results 276 - 300 of 528) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h150 struct Context;
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1428 MCContext &Context = Parser.getContext(); local
1433 Expr->Imm.Val, MCConstantExpr::create(16, Context), Context);
1436 Expr->Imm.Val, MCConstantExpr::create(0xffff, Context), Context);
1439 Expr->Imm.Val = HexagonNoExtendOperand::Create(Expr->Imm.Val, Context);
1528 MCContext &Context = getParser().getContext(); local
1559 MO.getExpr(), MCConstantExpr::create(1, Context), Context));
1581 MO.getExpr(), MCConstantExpr::create(1, Context), Contex
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp319 Context read_inst_context;
376 EmulateInstruction::Context context;
424 EmulateInstructionARM64::BranchTo (const Context &context, uint32_t N, addr_t target)
612 Context context;
768 Context context_t;
769 Context context_t2;
868 Context context;
948 Context context;
1016 EmulateInstruction::Context context;
1069 EmulateInstruction::Context contex
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DModuleBuilder.cpp97 void Initialize(ASTContext &Context) override {
98 Ctx = &Context;
102 Builder.reset(new CodeGen::CodeGenModule(Context, HeaderSearchOpts,
H A DCGCall.cpp65 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD) { argument
66 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal();
67 return Context.getPointerType(CanQualType::CreateUnsafe(RecTy));
193 argTypes.push_back(GetThisType(Context, RD));
195 argTypes.push_back(Context.VoidPtrTy);
227 argTypes.push_back(GetThisType(Context, MD->getParent()));
252 : Context.VoidTy;
267 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty));
276 : Context.VoidTy;
328 argTys.push_back(Context
661 getTypeExpansion(QualType Ty, const ASTContext &Context) argument
718 getExpansionSize(QualType Ty, const ASTContext &Context) argument
1135 ClangToLLVMArgMapping(const ASTContext &Context, const CGFunctionInfo &FI, bool OnlyRequiredArgs = false) argument
[all...]
H A DCGExprConstant.cpp97 const ASTContext &Context = CGM.getContext(); local
99 CharUnits FieldOffsetInChars = Context.toCharUnitsFromBits(FieldOffset);
159 const ASTContext &Context = CGM.getContext(); local
160 const uint64_t CharWidth = Context.getCharWidth();
161 uint64_t NextFieldOffsetInBits = Context.toBits(NextFieldOffsetInChars);
164 CharUnits PadSize = Context.toCharUnitsFromBits(
166 Context.getTargetInfo().getCharAlign()));
171 uint64_t FieldSize = Field->getBitWidthValue(Context);
186 NextFieldOffsetInBits = Context.toBits(NextFieldOffsetInChars);
1185 Ty = Context
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h158 LLVMContext &Context, bool RoundToAlign = false);
208 LLVMContext &Context; member in class:llvm::ObjectSizeOffsetEvaluator
223 LLVMContext &Context, bool RoundToAlign = false);
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h112 /// Context - This is the MCContext used for the entire code generator.
113 MCContext Context; member in class:llvm::MachineModuleInfo
219 const MCContext &getContext() const { return Context; }
220 MCContext &getContext() { return Context; }
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DSignals.inc216 CONTEXT Context = *ContextOrig;
217 Context.ContextFlags = CONTEXT_CONTROL | CONTEXT_INTEGER;
222 &Context, 0, fSymFunctionTableAccess64,
280 CONTEXT *Context) {
289 Context)) {
295 Context, 0, fSymFunctionTableAccess64,
502 CONTEXT Context = {};
503 ::RtlCaptureContext(&Context);
505 StackFrame.AddrPC.Offset = Context.Rip;
506 StackFrame.AddrStack.Offset = Context
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp610 MCContext &Context = MCA.getContext(); local
613 MCSectionELF *Sec = Context.getELFSection(".pdr", ELF::SHT_PROGBITS,
616 MCSymbol *Sym = Context.getOrCreateSymbol(Name);
618 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_None, Context);
646 MCSymbol *CurPCSym = Context.createTempSymbol();
649 MCSymbolRefExpr::create(CurPCSym, MCSymbolRefExpr::VK_None, Context),
650 ExprRef, Context);
654 Size = MCConstantExpr::create(AbsSize, Context);
715 MCContext &Context = getStreamer().getAssembler().getContext(); local
716 const MCRegisterInfo *RegInfo = Context
891 MCContext &Context = MCA.getContext(); local
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutobject.c69 void *Context);
646 void *Context)
649 ACPI_PKG_INFO *Info = (ACPI_PKG_INFO *) Context;
642 AcpiUtGetElementLength( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Daslanalyze.c59 void *Context);
643 void *Context)
645 char *Name = ACPI_CAST_PTR (char, Context);
640 ApDeviceSubtreeWalk( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h83 /// \param Context The AST context in which this nested-name-specifier
91 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
97 /// \param Context The AST context in which this nested-name-specifier
105 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
111 /// \param Context The AST context in which this nested-name-specifier
119 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
125 /// \param Context The AST context in which this nested-name-specifier
134 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
139 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
144 /// \param Context Th
1642 TheContext Context; member in class:clang::Declarator
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h148 std::string getParentContextString(const DIScope *Context) const;
151 virtual void addGlobalName(StringRef Name, DIE &Die, const DIScope *Context) { argument
156 const DIScope *Context) {}
303 DIE *getOrCreateContextDIE(const DIScope *Context);
370 void updateAcceleratorTables(const DIScope *Context, const DIType *Ty,
155 addGlobalType(const DIType *Ty, const DIE &Die, const DIScope *Context) argument
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCMachOStreamer.cpp56 MCMachOStreamer(MCContext &Context, MCAsmBackend &MAB, raw_pwrite_stream &OS, argument
58 : MCObjectStreamer(Context, MAB, OS, Emitter), LabelSections(label),
483 MCStreamer *llvm::createMachOStreamer(MCContext &Context, MCAsmBackend &MAB, argument
487 MCMachOStreamer *S = new MCMachOStreamer(Context, MAB, OS, CE,
489 const Triple &TT = Context.getObjectFileInfo()->getTargetTriple();
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h360 ItaniumVTableContext(ASTContext &Context);
501 ASTContext &Context; member in class:clang::MicrosoftVTableContext
532 MicrosoftVTableContext(ASTContext &Context) argument
533 : VTableContextBase(/*MS=*/true), Context(Context) {}
H A DType.h717 bool isPODType(ASTContext &Context) const;
721 bool isCXX98PODType(ASTContext &Context) const;
726 bool isCXX11PODType(ASTContext &Context) const;
729 bool isTrivialType(ASTContext &Context) const;
732 bool isTriviallyCopyableType(ASTContext &Context) const;
859 QualType getNonLValueExprType(const ASTContext &Context) const;
869 QualType getDesugaredType(const ASTContext &Context) const {
870 return getDesugaredType(*this, Context);
882 QualType getSingleStepDesugaredType(const ASTContext &Context) const {
883 return getSingleStepDesugaredTypeImpl(*this, Context);
2628 const ASTContext &Context; member in class:clang::DependentSizedArrayType
2687 const ASTContext &Context; member in class:clang::DependentSizedExtVectorType
3410 const ASTContext &Context; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTypeOfExprType
3413 DependentTypeOfExprType(const ASTContext &Context, Expr *E) argument
3476 const ASTContext &Context; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentDecltypeType
4432 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context) argument
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c1053 void *Context)
1473 * Context - Passed as a parameter to the function
1485 void *Context)
1491 ret = pthread_create (&thread, NULL, (PTHREAD_CALLBACK) Function, Context);
1511 void *Context)
1514 Function (Context);
1050 AcpiOsInstallInterruptHandler( UINT32 InterruptNumber, ACPI_OSD_HANDLER ServiceRoutine, void *Context) argument
1482 AcpiOsExecute( ACPI_EXECUTE_TYPE Type, ACPI_OSD_EXEC_CALLBACK Function, void *Context) argument
1508 AcpiOsExecute( ACPI_EXECUTE_TYPE Type, ACPI_OSD_EXEC_CALLBACK Function, void *Context) argument
/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c73 void *Context);
79 void *Context,
356 void *Context,
552 * PARAMETERS: Context - Execution info segment
563 void *Context)
566 ACPI_DB_METHOD_INFO *Info = Context;
353 AcpiDbExecutionWalk( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
562 AcpiDbMethodThread( void *Context) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp400 if (TheSema->Context.getLangOpts().CPlusPlus && IsNestedNameSpecifier &&
492 ASTContext &Context; member in class:__anon3872::ASTInfoCollector
500 ASTInfoCollector(Preprocessor &PP, ASTContext &Context, LangOptions &LangOpt, argument
503 : PP(PP), Context(Context), LangOpt(LangOpt), TargetOpts(TargetOpts),
552 Context.InitBuiltinTypes(*Target);
556 Context.getCommentCommandTraits().registerCommentOptions(
707 ASTContext &Context = *AST->Ctx; local
712 AST->Reader = new ASTReader(PP, Context, PCHContainerRdr, { },
718 *AST->PP, Context, AS
2136 CalculateHiddenNames(const CodeCompletionContext &Context, CodeCompletionResult *Results, unsigned NumResults, ASTContext &Ctx, llvm::StringSet<llvm::BumpPtrAllocator> &HiddenNames) argument
2218 ProcessCodeCompleteResults(Sema &S, CodeCompletionContext Context, CodeCompletionResult *Results, unsigned NumResults) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp170 cast<TemplateSpecializationType>(Context.getCanonicalType(T));
408 << Context.getTypeDeclType(Record)
477 << Context.getTypeDeclType(PartialSpec)
913 = cast<TemplateTypeParmType>(getSema().Context.getTypeDeclType(TTPD));
1026 return getSema().Context.getSubstTemplateTemplateParmPack(TTP, Arg);
1041 Template = getSema().Context.getSubstTemplateTemplateParm(TTP, Template);
1094 return new (SemaRef.Context) SubstNonTypeTemplateParmPackExpr(TargetType,
1120 getSema().Context, LH->getSemanticSpelling(), LH->getOption(),
1183 return new (SemaRef.Context) SubstNonTypeTemplateParmExpr(
1237 return FunctionParmPackExpr::Create(getSema().Context,
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp130 explicit ItaniumMangleContextImpl(ASTContext &Context, argument
132 : ItaniumMangleContext(Context, Diags) {}
213 ItaniumMangleContextImpl &Context; member in class:__anon3677::CXXNameMangler
266 ASTContext &getASTContext() const { return Context.getASTContext(); }
271 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
279 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
283 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
478 if (!Context.shouldMangleDeclName(FD))
1027 unsigned AnonStructId = Context.getAnonymousStructId(TD);
1215 if (Context
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1183 ASTContext &Context,
1219 if (Context.getLangOpts().ImplicitModules) {
1236 cleanPathForOutput(Context.getSourceManager().getFileManager(), BaseDir);
1309 const LangOptions &LangOpts = Context.getLangOpts();
1346 const TargetInfo &Target = Context.getTargetInfo();
1364 = Context.getDiagnostics().getDiagnosticOptions();
1382 Context.getSourceManager().getFileManager().getFileSystemOpts();
1454 SourceManager &SM = Context.getSourceManager();
1488 WriteInputFiles(Context.SourceMgr,
2764 uint64_t ASTWriter::WriteDeclContextLexicalBlock(ASTContext &Context, argument
1182 WriteControlBlock(Preprocessor &PP, ASTContext &Context, StringRef isysroot, const std::string &OutputFile) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp362 std::unique_ptr<DIContext> Context; local
370 Context.reset(new PDBContext(*CoffObject, std::move(Session)));
373 if (!Context)
374 Context.reset(new DWARFContextInMemory(*Objects.second));
375 assert(Context);
377 SymbolizableObjectFile::create(Objects.first, std::move(Context));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp54 ASTResultSynthesizer::Initialize(ASTContext &Context) argument
56 m_ast_context = &Context;
59 m_passthrough->Initialize(Context);

Completed in 513 milliseconds

<<11121314151617181920>>