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 98 class LLVM_LIBRARY_VISIBILITY Common : public Tool {
100 Common(const char *Name, const char *ShortName,
116 class LLVM_LIBRARY_VISIBILITY Preprocess : public Common {
118 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
128 class LLVM_LIBRARY_VISIBILITY Precompile : public Common {
130 Precompile(const ToolChain &TC) : Common("gcc::Precompile",
140 class LLVM_LIBRARY_VISIBILITY Compile : public Common {
142 Compile(const ToolChain &TC) : Common("gcc::Compile",
152 class LLVM_LIBRARY_VISIBILITY Assemble : public Common {
154 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 537 /// DCA(A,B) is the deepest common ancestor of A and B.
706 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
709 // Walk out the scope chain until we reach the common ancestor.
710 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope)
719 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
747 // 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));
751 // 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 611 /// \brief Pointer to the common data shared by all declarations of this
613 mutable CommonBase *Common;
615 /// \brief Retrieves the "common" pointer shared by all (re-)declarations of
617 /// for the common pointer.
626 : TemplateDecl(DK, DC, L, Name, Params, Decl), Common() { }
743 /// \brief Data that is common to all of the declarations of a given
745 struct Common : CommonBase {
746 Common() : InjectedArgs(0) { }
768 Common *getCommonPtr() const {
769 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 317 milliseconds