HomeSort by relevance Sort by last modified time
    Searched defs:Common (Results 1 - 14 of 14) sorted by null

  /external/clang/test/CodeGen/
pr19841.cpp 3 namespace Common {
18 Common::RenderMode _configRenderMode;
22 0 == Common::kRenderCGA || _vm->_configRenderMode == Common::kRenderEGA
  /external/clang/lib/Driver/
Tools.h 121 class LLVM_LIBRARY_VISIBILITY Common : public Tool {
123 Common(const char *Name, const char *ShortName,
139 class LLVM_LIBRARY_VISIBILITY Preprocess : public Common {
141 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
151 class LLVM_LIBRARY_VISIBILITY Compile : public Common {
153 Compile(const ToolChain &TC) : Common("gcc::Compile",
163 class LLVM_LIBRARY_VISIBILITY Link : public Common {
165 Link(const ToolChain &TC) : Common("gcc::Link",
  /external/libvorbis/doc/
04-codec.tex 26 \subsubsection{Common header decode}
543 One point is worth mentioning about this dot product; a common mistake
  /frameworks/compile/mclinker/include/mcld/MC/
SymbolCategory.h 133 Common,
  /external/chromium_org/third_party/skia/src/core/
SkImageFilter.cpp 59 SkImageFilter::Common::~Common() {
65 void SkImageFilter::Common::allocInputs(int count) {
71 void SkImageFilter::Common::detachInputs(SkImageFilter** inputs) {
77 bool SkImageFilter::Common::unflatten(SkReadBuffer& buffer, int expectedCount) {
137 Common common; local
138 if (common.unflatten(buffer, inputCount)) {
139 fCropRect = common.cropRect();
140 fInputCount = common.inputCount()
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 537 /// DCA(A,B) is the deepest common ancestor of A and B.
708 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
711 // Walk out the scope chain until we reach the common ancestor.
712 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope)
721 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
751 // Common case: exactly the same scope, which is fine.
SemaLookup.cpp 74 // Sort by the pointer value of the common ancestor.
178 // Find the common ancestor between the effective context and
180 DeclContext *Common = UD->getNominatedNamespace();
181 while (!Common->Encloses(EffectiveDC))
182 Common = Common->getParent();
183 Common = Common->getPrimaryContext();
185 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common));
768 // using directives whose common ancestor is this namespace
    [all...]
  /external/llvm/include/llvm/MC/
SectionKind.h 10 // This file implements classes used to handle lowerings specific to common
98 /// Common - Data with common linkage. These represent tentative
101 Common,
180 bool isCommon() const { return K == Common; }
228 static SectionKind getCommon() { return get(Common); }
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 24 * - Desc - Defined, Reference, Common or Indirect
70 Common = 2,
  /external/clang/include/clang/AST/
DeclTemplate.h 613 /// \brief Pointer to the common data shared by all declarations of this
615 mutable CommonBase *Common;
617 /// \brief Retrieves the "common" pointer shared by all (re-)declarations of
619 /// for the common pointer.
629 Common() {}
751 /// \brief Data that is common to all of the declarations of a given
753 struct Common : CommonBase {
754 Common() : InjectedArgs(), LazySpecializations() { }
785 Common *getCommonPtr() const {
786 return static_cast<Common *>(RedeclarableTemplateDecl::getCommonPtr())
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 57 | Common
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 512 milliseconds