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.h88 class LLVM_LIBRARY_VISIBILITY Common : public Tool { class in namespace:clang::driver::tools::gcc
90 Common(const char *Name, const char *ShortName, function in class:clang::driver::tools::gcc::Common
106 class LLVM_LIBRARY_VISIBILITY Preprocess : public Common {
108 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
118 class LLVM_LIBRARY_VISIBILITY Precompile : public Common {
120 Precompile(const ToolChain &TC) : Common("gcc::Precompile",
130 class LLVM_LIBRARY_VISIBILITY Compile : public Common {
132 Compile(const ToolChain &TC) : Common("gcc::Compile",
142 class LLVM_LIBRARY_VISIBILITY Assemble : public Common {
144 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.cpp686 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); local
690 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope)
699 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
727 // 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.h585 CommonBase *Common; member in class:clang::TemplateParameterList::DependentFunctionTemplateSpecializationInfo
598 : TemplateDecl(DK, DC, L, Name, Params, Decl), Common() { }
721 struct Common : CommonBase { struct in class:clang::TemplateParameterList::FunctionTemplateDecl
722 Common() : InjectedArgs(0) { } function in struct:clang::TemplateParameterList::FunctionTemplateDecl::Common
744 Common *getCommonPtr() {
745 return static_cast<Common *>(RedeclarableTemplateDecl::getCommonPtr());
1785 struct Common : CommonBase { struct in class:clang::TemplateParameterList::ClassTemplateDecl
1786 Common() : LazySpecializations() { } function in struct:clang::TemplateParameterList::ClassTemplateDecl::Common
1829 Common *getCommonPtr() {
1830 return static_cast<Common *>(RedeclarableTemplateDec
2088 typedef CommonBase Common; typedef in class:clang::TemplateParameterList::TypeAliasTemplateDecl
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml54 | Common Constructor in type:Linkage/t
/external/clang/include/clang/Sema/
H A DDeclSpec.h1286 TypeInfoCommon Common; member in union:clang::DeclaratorChunk::__anon3386
1310 return Common.AttrList;
1314 return Common.AttrList;
1415 I.Common.AttrList = 0;

Completed in 1197 milliseconds