HomeSort by relevance Sort by last modified time
    Searched full:frontend (Results 76 - 100 of 441) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
const-init.cpp 45 // We don't expect to fold this in the frontend, but make sure it doesn't crash.
60 // Make sure we don't try to fold this in the frontend; the backend can't
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 20 #include "clang/Frontend/ASTUnit.h"
21 #include "clang/Frontend/FrontendDiagnostic.h"
  /external/webkit/Source/WebCore/inspector/
InjectedScriptHost.h 89 void setFrontend(InspectorFrontend* frontend) { m_frontend = frontend; }
InspectorApplicationCacheAgent.cpp 52 void InspectorApplicationCacheAgent::setFrontend(InspectorFrontend* frontend)
54 m_frontend = frontend->applicationcache();
InspectorDOMStorageResource.cpp 67 void InspectorDOMStorageResource::bind(InspectorFrontend* frontend)
70 m_frontend = frontend->domstorage();
  /external/webkit/Source/WebKit/chromium/src/
InspectorFrontendClientImpl.cpp 49 InspectorFrontendClientImpl::InspectorFrontendClientImpl(Page* frontendPage, WebDevToolsFrontendClient* client, WebDevToolsFrontendImpl* frontend)
52 , m_frontend(frontend)
  /external/clang/include/clang/Basic/
AllDiagnostics.h 22 #include "clang/Frontend/FrontendDiagnostic.h"
  /external/clang/lib/Frontend/
FrontendOptions.cpp 10 #include "clang/Frontend/FrontendOptions.h"
DependencyFile.cpp 14 #include "clang/Frontend/Utils.h"
17 #include "clang/Frontend/DependencyOutputOptions.h"
18 #include "clang/Frontend/FrontendDiagnostic.h"
ChainedIncludesSource.cpp 15 #include "clang/Frontend/ChainedIncludesSource.h"
17 #include "clang/Frontend/ASTUnit.h"
18 #include "clang/Frontend/CompilerInstance.h"
19 #include "clang/Frontend/TextDiagnosticPrinter.h"
  /external/clang/test/CodeGen/
le32-arguments.c 19 // Structs should be returned sret and not simplified by the frontend
mips-constraint-regs.c 4 // This checks that the frontend will accept inline asm constraints
  /external/clang/www/
clang_video-05-25-2007.html 18 <p><b>Details:</b> New LLVM C Front-end - This talk describes a new from-scratch C frontend (which is aiming to support Objective C and C++ someday) for LLVM, built as a native part of the LLVM system and in the LLVM design style.
  /external/libselinux/src/
label.c 2 * Generalized labeling frontend for userspace object managers.
  /external/webkit/Source/WebKit/mac/WebInspector/
WebInspectorPrivate.h 37 - (void)setFrontend:(WebInspectorFrontend *)frontend;
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_gui.sgml 26 <para>wpa_gui is a QT graphical frontend program for interacting
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 14 #include "clang/StaticAnalyzer/Frontend/CheckerRegistration.h"
16 #include "clang/Frontend/FrontendDiagnostic.h"
22 #include "clang/StaticAnalyzer/Frontend/FrontendActions.h"
  /external/clang/unittests/Tooling/
ToolingTest.cpp 13 #include "clang/Frontend/CompilerInstance.h"
14 #include "clang/Frontend/FrontendAction.h"
15 #include "clang/Frontend/FrontendActions.h"
  /external/chromium/chrome/browser/extensions/
crx_installer.h 82 // frontend->install_directory() then registered with |frontend|. Any install
85 CrxInstaller(ExtensionService* frontend,
165 // notify the frontend.
230 // The frontend we will report results back to.
  /external/webkit/Source/WebCore/storage/
IDBRequest.cpp 221 RefPtr<IDBTransaction> frontend = IDBTransaction::create(scriptExecutionContext(), backend, m_source->idbDatabase().get()); local
222 backend->setCallbacks(frontend.get());
223 m_transaction = frontend;
226 m_source->idbDatabase()->setSetVersionTransaction(frontend.get());
230 m_result = IDBAny::create(frontend.release());
  /external/clang/include/clang/Frontend/
FrontendActions.h 1 //===-- FrontendActions.h - Useful Frontend Actions -------------*- C++ -*-===//
13 #include "clang/Frontend/FrontendAction.h"
137 * \brief Frontend action adaptor that merges ASTs together.
  /external/chromium/chrome/browser/sync/glue/
change_processor.h 40 // applied to the frontend model. See syncapi.h for detailed instructions on
  /external/clang/include/clang/Tooling/
Tooling.h 36 #include "clang/Frontend/FrontendAction.h"
168 /// a frontend action. One could install another command line
194 /// Runs a frontend action over all files specified in the command line.
196 /// \param ActionFactory Factory generating the frontend actions. The function
  /external/clang/lib/Rewrite/Frontend/
RewriteTest.cpp 14 #include "clang/Rewrite/Frontend/Rewriters.h"
  /external/clang/test/CodeGenObjC/
debug-info-block-captured-self.m 6 // This test is split into two parts, this one for the frontend, and

Completed in 999 milliseconds

1 2 34 5 6 7 8 91011>>