HomeSort by: relevance | last modified time | path
    Searched refs:frontend (Results 1 - 25 of 113) sorted by relevancy

1 2 3 4 5

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearchOptions.h 24 namespace frontend { namespace in namespace:clang
63 } // namespace frontend
71 frontend::IncludeDirGroup Group;
79 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
234 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /src/external/bsd/openldap/dist/servers/slapd/
slapd.ldif 43 # Frontend settings
45 dn: olcDatabase=frontend,cn=config
48 olcDatabase: frontend
Makefile.in 38 backglue.c backover.c ctxcsn.c ldapsync.c frontend.c \
56 backglue.o backover.o ctxcsn.o ldapsync.o frontend.o \
  /src/external/gpl3/gcc/usr.bin/frontend/
Makefile 9 LIB= frontend
  /src/external/gpl3/gcc.old/usr.bin/frontend/
Makefile 9 LIB= frontend
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 9 #include "clang/Frontend/CompilerInvocation.h"
34 #include "clang/Frontend/CommandLineSourceLoc.h"
35 #include "clang/Frontend/DependencyOutputOptions.h"
36 #include "clang/Frontend/FrontendDiagnostic.h"
37 #include "clang/Frontend/FrontendOptions.h"
38 #include "clang/Frontend/FrontendPluginRegistry.h"
39 #include "clang/Frontend/MigratorOptions.h"
40 #include "clang/Frontend/PreprocessorOutputOptions.h"
41 #include "clang/Frontend/TextDiagnosticBuffer.h"
42 #include "clang/Frontend/Utils.h
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Interpreter/
IncrementalParser.cpp 18 #include "clang/Frontend/CompilerInstance.h"
19 #include "clang/Frontend/FrontendAction.h"
60 case frontend::ASTDump:
62 case frontend::ASTPrint:
64 case frontend::ParseSyntaxOnly:
67 case frontend::EmitAssembly:
69 case frontend::EmitObj:
71 case frontend::EmitLLVMOnly:
  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 18 #include "clang/Frontend/CompilerInstance.h"
19 #include "clang/Frontend/CompilerInvocation.h"
20 #include "clang/Frontend/FrontendActions.h"
21 #include "clang/Frontend/FrontendDiagnostic.h"
22 #include "clang/Frontend/FrontendPluginRegistry.h"
23 #include "clang/Frontend/Utils.h"
25 #include "clang/Rewrite/Frontend/FrontendActions.h"
26 #include "clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h"
27 #include "clang/StaticAnalyzer/Frontend/FrontendActions.h"
40 using namespace clang::frontend;
    [all...]
  /src/external/gpl3/gcc/usr.bin/
Makefile 20 # We keep libcpp here since it depends upon frontend.
25 frontend .WAIT \
  /src/external/gpl3/gcc.old/usr.bin/
Makefile 20 # We keep libcpp here since it depends upon frontend.
25 frontend .WAIT \
  /src/sys/conf/
lint.mk 36 # Alas, bugs in the GCC C frontend prevent this from completely effective
  /src/external/bsd/openldap/dist/tests/scripts/
test083-argon2 71 dn: olcDatabase={-1}frontend,cn=config
74 olcDatabase: {-1}frontend
test022-ppolicy 611 dn: olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
617 dn: olcDatabase=ldap,olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendOptions.h 14 #include "clang/Frontend/CommandLineSourceLoc.h"
33 namespace frontend { namespace in namespace:clang
96 /// Only execute frontend initialization.
142 } // namespace frontend
227 /// FrontendOptions - Options for controlling the behavior of the frontend.
240 /// Show frontend performance metrics and statistics.
401 /// The frontend action to perform.
402 frontend::ActionKind ProgramAction = frontend::ParseSyntaxOnly;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
filename.d 265 assert(removeExt("/foo/bar/frontend.di"[]) == "/foo/bar/frontend");
318 assert(name("/foo/bar/frontend.di"[]) == "frontend.di");
  /src/external/mit/isl/dist/interface/
extract_interface.cc 67 #include <clang/Frontend/CompilerInstance.h>
68 #include <clang/Frontend/CompilerInvocation.h>
72 #include <clang/Frontend/DiagnosticOptions.h>
74 #include <clang/Frontend/TextDiagnosticPrinter.h>
75 #include <clang/Frontend/Utils.h>
80 #include <clang/Frontend/PreprocessorOptions.h>
393 HSO.AddPath(Path, frontend::Angled, false, true);
404 HSO.AddPath(Path, frontend::Angled, true, false, false);
  /src/external/bsd/openldap/sbin/slapd/
Makefile 33 backglue.c backover.c ctxcsn.c ldapsync.c frontend.c \
  /src/external/bsd/openldap/dist/tests/data/regressions/its9863/
its9863 157 dn: olcDatabase={0}ldap,olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
ModuleDepCollector.cpp 12 #include "clang/Frontend/CompilerInstance.h"
31 CI.getFrontendOpts().ProgramAction = frontend::GenerateModule;
  /src/external/gpl3/binutils/dist/gprofng/src/
hwc_intel_icelake.h 26 offcore_rsp, ldlat, frontend, period, mtr) \
31 .config1 = SH(offcore_rsp, 0) | SH(ldlat, 0) | SH(frontend, 0), \
435 /* frontend: */
  /src/external/gpl3/binutils.old/dist/gprofng/src/
hwc_intel_icelake.h 26 offcore_rsp, ldlat, frontend, period, mtr) \
31 .config1 = SH(offcore_rsp, 0) | SH(ldlat, 0) | SH(frontend, 0), \
435 /* frontend: */
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 14 #include "clang/Frontend/FrontendDiagnostic.h"
15 #include "clang/Frontend/Utils.h"
591 (Entry.Group == frontend::IncludeDirGroup::Quoted ||
592 Entry.Group == frontend::IncludeDirGroup::Angled ||
593 Entry.Group == frontend::IncludeDirGroup::System))
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/
sun4i-a10.dtsi 1111 fe0: display-frontend@1e00000 {
1112 compatible = "allwinner,sun4i-a10-display-frontend";
1143 fe1: display-frontend@1e20000 {
1144 compatible = "allwinner,sun4i-a10-display-frontend";
sun6i-a31.dtsi 1068 fe0: display-frontend@1e00000 {
1069 compatible = "allwinner,sun6i-a31-display-frontend";
1100 fe1: display-frontend@1e20000 {
1101 compatible = "allwinner,sun6i-a31-display-frontend";
sun9i-a80.dtsi 595 fe0: display-frontend@3100000 {
596 compatible = "allwinner,sun9i-a80-display-frontend";
619 fe1: display-frontend@3140000 {
620 compatible = "allwinner,sun9i-a80-display-frontend";

Completed in 32 milliseconds

1 2 3 4 5