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

/external/clang/lib/Driver/
H A DTools.h80 class LLVM_LIBRARY_VISIBILITY Common : public Tool { class in namespace:clang::driver::tools::gcc
82 Common(const char *Name, const char *ShortName, function in class:clang::driver::tools::gcc::Common
98 class LLVM_LIBRARY_VISIBILITY Preprocess : public Common {
100 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
110 class LLVM_LIBRARY_VISIBILITY Precompile : public Common {
112 Precompile(const ToolChain &TC) : Common("gcc::Precompile",
122 class LLVM_LIBRARY_VISIBILITY Compile : public Common {
124 Compile(const ToolChain &TC) : Common("gcc::Compile",
134 class LLVM_LIBRARY_VISIBILITY Assemble : public Common {
136 Assemble(const ToolChain &TC) : Common("gc
[all...]
/external/dropbear/libtommath/
H A Dbn.tex1785 \section{Greatest Common Divisor}
1792 \section{Least Common Multiple}
/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/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/include/clang/AST/
H A DDeclTemplate.h568 CommonBase *Common; member in class:clang::TemplateParameterList::DependentFunctionTemplateSpecializationInfo
581 : TemplateDecl(DK, DC, L, Name, Params, Decl), Common() { }
704 struct Common : CommonBase { struct in class:clang::TemplateParameterList::FunctionTemplateDecl
705 Common() : InjectedArgs(0) { } function in struct:clang::TemplateParameterList::FunctionTemplateDecl::Common
727 Common *getCommonPtr() {
728 return static_cast<Common *>(RedeclarableTemplateDecl::getCommonPtr());
1686 struct Common : CommonBase { struct in class:clang::TemplateParameterList::ClassTemplateDecl
1687 Common() : LazySpecializations() { } function in struct:clang::TemplateParameterList::ClassTemplateDecl::Common
1730 Common *getCommonPtr() {
1731 return static_cast<Common *>(RedeclarableTemplateDec
1982 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.h1261 TypeInfoCommon Common; member in union:clang::DeclaratorChunk::__anon2959
1285 return Common.AttrList;
1289 return Common.AttrList;
1395 I.Common.AttrList = 0;

Completed in 199 milliseconds