/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 2007 frontend::ActionKind Action, in ParseDependencyOutputArgs() 2027 if (Action == frontend::PrintPreprocessedInput || !ShowLineMarkers) in ParseDependencyOutputArgs() 2353 static const std::pair<frontend::ActionKind, unsigned> Table[] = { in getFrontendActionTable() 2354 {frontend::ASTDeclList, OPT_ast_list}, in getFrontendActionTable() 2356 {frontend::ASTDump, OPT_ast_dump_all_EQ}, in getFrontendActionTable() 2357 {frontend::ASTDump, OPT_ast_dump_all}, in getFrontendActionTable() 2358 {frontend::ASTDump, OPT_ast_dump_EQ}, in getFrontendActionTable() 2359 {frontend::ASTDump, OPT_ast_dump}, in getFrontendActionTable() 2360 {frontend::ASTDump, OPT_ast_dump_lookups}, in getFrontendActionTable() 2361 {frontend::ASTDump, OPT_ast_dump_decl_types}, in getFrontendActionTable() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/ |
H A D | IncrementalParser.cpp | 60 case frontend::ASTDump: in IncrementalAction() 62 case frontend::ASTPrint: in IncrementalAction() 64 case frontend::ParseSyntaxOnly: in IncrementalAction() 67 case frontend::EmitAssembly: in IncrementalAction() 69 case frontend::EmitObj: in IncrementalAction() 71 case frontend::EmitLLVMOnly: in IncrementalAction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | OpaquePointers.rst | 59 The frontend should already know what type each operation operates on based on 61 LLVM pointer pointee types to keep track of pointee types. The frontend needs to 62 keep track of frontend pointee types on its own. 64 For optimizations around frontend types, pointee types are not useful due their 65 lack of semantics. Rather, since LLVM IR works on untyped memory, for a frontend 66 to tell LLVM about frontend types for the purposes of alias analysis, extra 110 * Migrate frontends to not keep track of frontend pointee types via LLVM pointer 121 If you have your own frontend, there are a couple of things to do after opaque 124 * Don't rely on LLVM pointee types to keep track of frontend pointee types
|
H A D | Coroutines.rst | 50 different ABIs, and expect substantially different patterns of frontend 121 The frontend may generate code to call the coroutine function directly; 123 to the coroutine object. The frontend should always resume or destroy 131 the ABI must be handled more explicitly by the frontend. 181 handling of control-flow must be handled explicitly by the frontend. 203 by applying a `context projection function` that is provided by the frontend as 225 The frontend should provide a `async function pointer` struct associated with 229 coroutine frame requirements. The frontend is responsible for allocating the 244 resume function is left up to the frontend. 600 A coroutine author or a frontend may designate a distinguished `alloca` that can [all …]
|
H A D | InAlloca.rst | 74 To avoid stack leaks, the frontend saves the current stack pointer with 77 default constructor could throw an exception, so the frontend has to 78 create a landing pad. The frontend has to destroy the already 159 the inalloca attribute should not change much, but the frontend IR
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 24 namespace frontend { 71 frontend::IncludeDirGroup Group; 79 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() 234 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | FAQ.rst | 35 ``clang -cc1`` is the frontend, ``clang`` is the :doc:`driver 36 <DriverInternals>`. The driver invokes the frontend with options appropriate 43 Some clang command line options are driver-only options, some are frontend-only 48 If you want to use a frontend-only option ("a ``-cc1`` option"), for example
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
H A D | slapover.txt | 7 The "frontend" refers to all the code that deals with the actual interaction 13 Because the frontend serves as the framework that ties everything together, 19 is an instance of a backend type. Together they work with the frontend to 48 Ordinarily an LDAP request is received by the slapd frontend, parsed into a 50 may call various utility functions in the frontend to assist in processing, and 51 then it eventually calls some send_ldap_result function in the frontend to send 56 frontend or the backend or both, and generally you would need to write an 73 inserted between the slapd frontend and any backend, so that incoming requests 86 plus a few additional fields. It gets inserted into the usual frontend->backend 96 Continuing with the stack notion - a request enters the frontend, is directed [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/xen/ |
H A D | Kconfig | 10 tristate "Para-virtualized frontend driver for Xen guest OS" 19 frontend DRM/KMS driver for Xen guest OSes.
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/ |
H A D | ExecuteCompilerInvocation.cpp | 40 using namespace clang::frontend; in CreateFrontendBaseAction() 150 if (CI.getFrontendOpts().ProgramAction != frontend::MigrateSource && in CreateFrontendAction() 151 CI.getFrontendOpts().ProgramAction != frontend::GeneratePCH) { in CreateFrontendAction() 219 Clang->getFrontendOpts().ProgramAction = clang::frontend::PluginAction; in ExecuteCompilerInvocation()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 33 namespace frontend { 402 frontend::ActionKind ProgramAction = frontend::ParseSyntaxOnly;
|
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its8521/ |
H A D | slapd-consumer.ldif | 24 dn: olcDatabase={-1}frontend,cn=config 27 olcDatabase: {-1}frontend
|
H A D | slapd-provider.ldif | 24 dn: olcDatabase={-1}frontend,cn=config 27 olcDatabase: {-1}frontend
|
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its8663/ |
H A D | slapd-provider.ldif | 24 dn: olcDatabase={-1}frontend,cn=config 27 olcDatabase: {-1}frontend
|
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its8616/ |
H A D | slapd-provider.ldif | 24 dn: olcDatabase={-1}frontend,cn=config 27 olcDatabase: {-1}frontend
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | ChangeLog-2015 | 621 * Make-lang.in: Update for D frontend changes. 636 (WrappedExp::WrappedExp): Move to frontend sources. 648 * d-decls.cc (Dsymbol::toSymbolX): Update for frontend changes. 690 (AssignExp::toElem): Update for frontend changes. 693 (DelegateExp::toElem): Update for frontend changes. 712 with no side effects. Now handled in frontend. 713 * d-lang.cc (d_init_options): Update for frontend changes. 715 (d_add_builtin_version): Update for frontend changes. 721 (StructDeclaration::toObjFile): Update for frontend changes. 723 (TemplateInstance::toObjFile): Update for frontend changes. [all …]
|
H A D | ChangeLog-2013 | 51 * d-lang.cc (d_init_options): Update for frontend changes. 52 (d_handle_option): Set frontend allInst option if -femit-templates. 56 * d-todt.cc (StructDeclaration::toDt): Update for frontend changes. 71 * d-todt.cc (StructLiteralExp::toDt): Update for frontend changes. 81 (convert_expr): Update for frontend changes. 85 * d-ctype.cc (TypeFunction::toCtype): Update for frontend changes. 89 * d-elem.cc (PowAssignExp::toElem): Update for frontend changes. 95 (genCmain): Update for frontend changes. 98 * d-objfile.cc (ClassDeclaration::toObjFile): Update for frontend 112 (Module::genobjfile): Update for frontend changes. [all …]
|
H A D | ChangeLog-2014 | 176 the frontend. Do not delay calling cgraph_finalize_function. 199 (finish_aggregate_type): Update for frontend UDA changes. 200 * d-ctype.cc (TypeTypedef::toCtype): Update for frontend UDA changes. 205 * d-lang.cc (rootmodule): New declaration for frontend entrypoint 207 (genCmain): Update for frontend entrypoint changes. 212 (TemplateInstance::toObjFile): Update for frontend changes. 214 (output_declaration_p): Update for frontend changes. 215 (setup_symbol_storage): Update for frontend UDA changes. 217 * d-typinf.cc (Type::getInternalTypeInfo): Update for frontend changes. 380 * d-ctype.cc (Type::toCtype): Return d_unknown_type_node for frontend [all …]
|
H A D | ChangeLog-2018 | 189 * d-frontend.cc (Port::writelongLE): Remove function. 266 * d-frontend.cc: Include compiler.h, errors.h, expression.h. 294 * d-frontend.cc: Include identifier.h. 326 * d-frontend.cc (eval_builtin): Replace DECL_BUILT_IN with 363 * d-frontend.cc: Likewise. 431 * d-frontend.cc (eval_builtin): Allow both gcc and frontend builtins. 489 the frontend to a null terminated string. 534 * d-frontend.cc (CTFloat::fabs): Assign result to real_t directly. 556 frontend.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/ |
H A D | config-lang.in | 1 # config-lang.in -- Top level configure fragment for gcc BRIG (HSAIL) frontend. 33 # The BRIG frontend is written in C++, so we need to build the C++
|
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its9282/ |
H A D | config.ldif | 30 dn: olcDatabase={-1}frontend,cn=config 33 olcDatabase: {-1}frontend
|
/netbsd-src/external/bsd/openldap/dist/tests/scripts/ |
H A D | test083-argon2 | 71 dn: olcDatabase={-1}frontend,cn=config 74 olcDatabase: {-1}frontend
|
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its8667/ |
H A D | slapd.ldif | 23 dn: olcDatabase={-1}frontend,cn=config 26 olcDatabase: {-1}frontend
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | slapd.ldif | 47 dn: olcDatabase=frontend,cn=config 50 olcDatabase: frontend
|
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its9051/ |
H A D | slapd-provider.ldif | 32 dn: olcDatabase={-1}frontend,cn=config 35 olcDatabase: {-1}frontend
|