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

/external/clang/test/CodeGen/
H A Dpr19841.cpp3 namespace Common { namespace
18 Common::RenderMode _configRenderMode;
22 0 == Common::kRenderCGA || _vm->_configRenderMode == Common::kRenderEGA
/external/libvorbis/doc/
H A D04-codec.tex26 \subsubsection{Common header decode}
/external/clang/lib/Driver/
H A DTools.h121 class LLVM_LIBRARY_VISIBILITY Common : public Tool { class in namespace:clang::driver::tools::gcc
123 Common(const char *Name, const char *ShortName, function in class:clang::driver::tools::gcc::Common
139 class LLVM_LIBRARY_VISIBILITY Preprocess : public Common {
141 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
151 class LLVM_LIBRARY_VISIBILITY Compile : public Common {
153 Compile(const ToolChain &TC) : Common("gcc::Compile",
163 class LLVM_LIBRARY_VISIBILITY Link : public Common {
165 Link(const ToolChain &TC) : Common("gcc::Link",
/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/chromium_org/third_party/skia/src/core/
H A DSkImageFilter.cpp59 SkImageFilter::Common::~Common() {
65 void SkImageFilter::Common::allocInputs(int count) {
71 void SkImageFilter::Common::detachInputs(SkImageFilter** inputs) {
77 bool SkImageFilter::Common::unflatten(SkReadBuffer& buffer, int expectedCount) {
137 Common common;
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp708 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); local
712 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope)
721 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
751 // Common case: exactly the same scope, which is fine.
H A DSemaLookup.cpp180 DeclContext *Common = UD->getNominatedNamespace(); local
181 while (!Common->Encloses(EffectiveDC))
182 Common = Common->getParent();
183 Common = Common->getPrimaryContext();
185 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
629 Common() {}
753 struct Common : CommonBase { struct in class:clang::TemplateParameterList::FunctionTemplateDecl
754 Common() : InjectedArgs(), LazySpecializations() { } function in struct:clang::TemplateParameterList::FunctionTemplateDecl::Common
785 Common *getCommonPtr() const {
786 return static_cast<Common *>(RedeclarableTemplateDecl::getCommonPtr());
1807 struct Common : CommonBase { struct in class:clang::TemplateParameterList::ClassTemplateDecl
1808 Common() : LazySpecializations() { } function in struct:clang::TemplateParameterList::ClassTemplateDecl::Common
1849 Common *getCommonPtr() const {
1850 return static_cast<Common *>(RedeclarableTemplateDec
2102 typedef CommonBase Common; typedef in class:clang::TemplateParameterList::TypeAliasTemplateDecl
2645 struct Common : CommonBase { struct in class:clang::TemplateParameterList::VarTemplateDecl
2646 Common() : LazySpecializations() {} function in struct:clang::TemplateParameterList::VarTemplateDecl::Common
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml57 | Common Constructor in type:Linkage/t
/external/clang/include/clang/Sema/
H A DDeclSpec.h1344 TypeInfoCommon Common; member in union:clang::DeclaratorChunk::__anon17618
1368 return Common.AttrList;
1372 return Common.AttrList;
1475 I.Common.AttrList = nullptr;

Completed in 213 milliseconds