Searched defs:Common (Results 1 - 9 of 9) sorted by relevance

/external/libvorbis/doc/
H A D04-codec.tex26 \subsubsection{Common header decode}
/external/dropbear/libtommath/
H A Dbn.tex1785 \section{Greatest Common Divisor}
1792 \section{Least Common Multiple}
/external/clang/lib/Driver/
H A DTools.h115 class LLVM_LIBRARY_VISIBILITY Common : public Tool { class in namespace:clang::driver::tools::gcc
117 Common(const char *Name, const char *ShortName, function in class:clang::driver::tools::gcc::Common
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("gc
[all...]
/external/llvm/include/llvm/MC/
H A DSectionKind.h98 /// Common - Data with common linkage. These represent tentative
101 Common, enumerator in enum:llvm::SectionKind::Kind
180 bool isCommon() const { return K == Common; }
228 static SectionKind getCommon() { return get(Common); }
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp711 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); local
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.
H A DSemaLookup.cpp185 DeclContext *Common = UD->getNominatedNamespace(); local
186 while (!Common->Encloses(EffectiveDC))
187 Common = Common->getParent();
188 Common = Common->getPrimaryContext();
190 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common));
/external/clang/include/clang/AST/
H A DDeclTemplate.h615 mutable CommonBase *Common; member in class:clang::TemplateParameterList::DependentFunctionTemplateSpecializationInfo
628 : TemplateDecl(DK, DC, L, Name, Params, Decl), Common() { }
747 struct Common : CommonBase { struct in class:clang::TemplateParameterList::FunctionTemplateDecl
748 Common() : InjectedArgs(), LazySpecializations() { } function in struct:clang::TemplateParameterList::FunctionTemplateDecl::Common
777 Common *getCommonPtr() const {
778 return static_cast<Common *>(RedeclarableTemplateDecl::getCommonPtr());
1819 struct Common : CommonBase { struct in class:clang::TemplateParameterList::ClassTemplateDecl
1820 Common() : LazySpecializations() { } function in struct:clang::TemplateParameterList::ClassTemplateDecl::Common
1864 Common *getCommonPtr() const {
1865 return static_cast<Common *>(RedeclarableTemplateDec
2123 typedef CommonBase Common; typedef in class:clang::TemplateParameterList::TypeAliasTemplateDecl
2679 struct Common : CommonBase { struct in class:clang::TemplateParameterList::VarTemplateDecl
2680 Common() : LazySpecializations() {} function in struct:clang::TemplateParameterList::VarTemplateDecl::Common
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml54 | Common Constructor in type:Linkage/t
/external/clang/include/clang/Sema/
H A DDeclSpec.h1325 TypeInfoCommon Common; member in union:clang::DeclaratorChunk::__anon15918
1349 return Common.AttrList;
1353 return Common.AttrList;
1456 I.Common.AttrList = 0;

Completed in 1405 milliseconds