HomeSort by relevance Sort by last modified time
    Searched full:frontend (Results 126 - 150 of 387) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 19 #include "clang/Frontend/ASTUnit.h"
Indexing.cpp 18 #include "clang/Frontend/ASTUnit.h"
19 #include "clang/Frontend/CompilerInvocation.h"
20 #include "clang/Frontend/CompilerInstance.h"
21 #include "clang/Frontend/FrontendAction.h"
22 #include "clang/Frontend/Utils.h"
  /external/iproute2/genl/
genl.c 2 * genl.c "genl" utility frontend.
  /external/oprofile/events/ppc64/pa6t/
event_mappings 18 # Group 2, Frontend
  /external/webkit/Source/WebCore/inspector/
InspectorResourceAgent.h 118 // Called from frontend
InspectorConsoleAgent.cpp 117 void InspectorConsoleAgent::setFrontend(InspectorFrontend* frontend)
119 m_frontend = frontend->console();
InspectorPageAgent.cpp 69 void InspectorPageAgent::setFrontend(InspectorFrontend* frontend)
71 m_frontend = frontend;
InspectorTimelineAgent.cpp 108 void InspectorTimelineAgent::setFrontend(InspectorFrontend* frontend)
110 m_frontend = frontend->timeline();
  /gdk/sources/llvm-ndk-cc/
Compiler.h 13 #include "clang/Frontend/CodeGenOptions.h"
  /external/clang/include/clang/Tooling/
Tooling.h 159 /// Runs a frontend action over all files specified in the command line.
161 /// \param ActionFactory Factory generating the frontend actions. The function
  /external/llvm/docs/
Atomics.html 68 frontend for LLVM or working on optimization passes for LLVM with a guide
205 behavior. If your frontend is for a "safe" language like Java,
256 on ARM. (A frontend for Java or other "safe" languages would normally
296 <dd>If you are writing a frontend which uses this directly, use with caution.
332 <dd>If you are writing a frontend which uses this directly, use with caution.
367 <dd>If you are writing a frontend which uses this directly, use with caution.
399 <dd>If you are writing a frontend which uses this directly, use with caution.
430 <dd>If a frontend is exposing atomic operations, these are much easier to
  /external/webkit/Source/WebKit/chromium/src/
WebDevToolsAgentImpl.cpp 72 static const char kFrontendConnectedFeatureName[] = "frontend-connected";
194 // Prevent controller from sending messages to the frontend.
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 121 // Create a SyncBackendHost with a reference to the |frontend| that it serves
134 void Initialize(SyncFrontend* frontend,
448 // frontend UI components.
473 // Called from Core::OnSyncCycleCompleted to handle updating frontend
485 // frontend thread components.
628 // The frontend which we serve (and are owned by).
  /external/clang/lib/Frontend/
FrontendActions.cpp 10 #include "clang/Frontend/FrontendActions.h"
17 #include "clang/Frontend/ASTConsumers.h"
18 #include "clang/Frontend/ASTUnit.h"
19 #include "clang/Frontend/CompilerInstance.h"
20 #include "clang/Frontend/FrontendDiagnostic.h"
21 #include "clang/Frontend/Utils.h"
VerifyDiagnosticConsumer.cpp 14 #include "clang/Frontend/VerifyDiagnosticConsumer.h"
15 #include "clang/Frontend/FrontendDiagnostic.h"
16 #include "clang/Frontend/TextDiagnosticBuffer.h"
385 OS << "\n (frontend)";
407 OS << "\n (frontend)";
  /external/clang/tools/driver/
driver.cpp 21 #include "clang/Frontend/CompilerInvocation.h"
22 #include "clang/Frontend/DiagnosticOptions.h"
23 #include "clang/Frontend/TextDiagnosticPrinter.h"
24 #include "clang/Frontend/Utils.h"
266 // Try to infer frontend type and default target from the program name.
270 // If there is a match, the frontend type is updated as necessary (CPP/C++).
  /external/clang/include/clang/Frontend/
CompilerInstance.h 13 #include "clang/Frontend/CompilerInvocation.h"
97 /// \brief The frontend timer
440 /// @name Frontend timer
446 assert(FrontendTimer && "Compiler instance has no frontend timer!");
571 /// Create the frontend timer and replace any existing one with it.
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 11 #include "clang/Frontend/ASTUnit.h"
12 #include "clang/Frontend/CompilerInstance.h"
13 #include "clang/Frontend/FrontendAction.h"
14 #include "clang/Frontend/TextDiagnosticPrinter.h"
15 #include "clang/Frontend/Utils.h"
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 25 #include "clang/StaticAnalyzer/Frontend/CheckerRegistration.h"
36 #include "clang/Frontend/AnalyzerOptions.h"
147 #include "clang/Frontend/Analyses.def"
161 #include "clang/Frontend/Analyses.def"
169 #include "clang/Frontend/Analyses.def"
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 1 //===--- CodeGenAction.cpp - LLVM Code Generation Frontend Action ---------===//
19 #include "clang/Frontend/CompilerInstance.h"
20 #include "clang/Frontend/FrontendDiagnostic.h"
  /external/clang/lib/Driver/
Tools.h 47 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC) {}
125 "gcc frontend", TC) {}
259 Compile(const ToolChain &TC) : CC1("darwin::Compile", "gcc frontend", TC) {}
  /external/clang/test/Driver/
fast-math.c 2 // permutation of Clang frontend flags. This is non-trivial for a few reasons.
28 // Check that various umbrella flags also enable these frontend options.
43 // program by adding a special preprocessor macro. Check that the frontend flag
  /frameworks/compile/slang/
llvm-rs-cc.cpp 30 #include "clang/Frontend/DiagnosticOptions.h"
31 #include "clang/Frontend/TextDiagnosticPrinter.h"
32 #include "clang/Frontend/Utils.h"
  /external/clang/www/
index.html 7 <title>"clang" C Language Family Frontend for LLVM</title>
15 <h1>clang: a C language family frontend for LLVM</h1>
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 173 * Legacy CREC frontend.
175 CA_Frontend* frontend; member in struct:SR_RecognizerImpl_t

Completed in 1570 milliseconds

1 2 3 4 56 7 8 91011>>