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

  /external/clang/lib/Driver/
Tools.h 115 class LLVM_LIBRARY_VISIBILITY Common : public Tool {
117 Common(const char *Name, const char *ShortName,
133 class LLVM_LIBRARY_VISIBILITY Preprocess : public Common {
135 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
145 class LLVM_LIBRARY_VISIBILITY Precompile : public Common {
147 Precompile(const ToolChain &TC) : Common("gcc::Precompile",
157 class LLVM_LIBRARY_VISIBILITY Compile : public Common {
159 Compile(const ToolChain &TC) : Common("gcc::Compile",
169 class LLVM_LIBRARY_VISIBILITY Assemble : public Common {
171 Assemble(const ToolChain &TC) : Common("gcc::Assemble"
    [all...]
  /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 136 Common,
  /external/dropbear/libtommath/
bn.tex 119 This requires the ``libtool'' package (common on most Linux/BSD systems). It will build LibTomMath as both shared
514 Another less common initializer is mp\_init\_size() which allows the user to initialize an mp\_int with a given
641 Setting mp\_ints to small constants is a relatively common operation. To accomodate these instances there are two
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 542 /// DCA(A,B) is the deepest common ancestor of A and B.
711 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
714 // Walk out the scope chain until we reach the common ancestor.
715 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope)
724 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
752 // Common case: exactly the same scope, which is fine.
SemaLookup.cpp 73 // Sort by the pointer value of the common ancestor.
183 // Find the common ancestor between the effective context and
185 DeclContext *Common = UD->getNominatedNamespace();
186 while (!Common->Encloses(EffectiveDC))
187 Common = Common->getParent();
188 Common = Common->getPrimaryContext();
190 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common));
762 // 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 26 * - Desc - Defined, Reference, Common or Indirect
72 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.
628 : TemplateDecl(DK, DC, L, Name, Params, Decl), Common() { }
745 /// \brief Data that is common to all of the declarations of a given
747 struct Common : CommonBase {
748 Common() : InjectedArgs(), LazySpecializations() { }
777 Common *getCommonPtr() const {
778 return static_cast<Common *>(RedeclarableTemplateDecl::getCommonPtr())
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 54 | Common
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 171 milliseconds