Searched refs:Common (Results 26 - 50 of 81) sorted by relevance

1234

/external/swiftshader/src/OpenGL/compiler/
H A DAndroid.mk9 $(LOCAL_PATH)/../../Common/ \
/external/clang/include/clang/AST/
H A DDeclTemplate.h703 mutable CommonBase *Common; member in class:clang::final
717 Common() {}
844 struct Common : CommonBase { struct in class:clang::FunctionTemplateDecl
845 Common() : InjectedArgs(), LazySpecializations() { } function in struct:clang::FunctionTemplateDecl::Common
876 Common *getCommonPtr() const {
877 return static_cast<Common *>(RedeclarableTemplateDecl::getCommonPtr());
1941 struct Common : CommonBase { struct in class:clang::ClassTemplateDecl
1942 Common() : LazySpecializations() { } function in struct:clang::ClassTemplateDecl::Common
1980 Common *getCommonPtr() const {
1981 return static_cast<Common *>(RedeclarableTemplateDec
2227 typedef CommonBase Common; typedef in class:clang::TypeAliasTemplateDecl
2755 struct Common : CommonBase { struct in class:clang::VarTemplateDecl
2756 Common() : LazySpecializations() {} function in struct:clang::VarTemplateDecl::Common
[all...]
H A DExprCXX.h4136 enum SubExpr { Common, Ready, Suspend, Resume, Count };
4141 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Common,
4145 Resume->isValueDependent(), Common->isInstantiationDependent(),
4146 Common->containsUnexpandedParameterPack()),
4148 SubExprs[SubExpr::Common] = Common;
4154 Expr *Common)
4156 Common->containsUnexpandedParameterPack()),
4158 assert(Common->isTypeDependent() && Ty->isDependentType() &&
4160 SubExprs[SubExpr::Common]
[all...]
/external/skia/src/effects/
H A DSkMergeImageFilter.cpp113 Common common;
/external/bsdiff/
H A DAndroid.mk17 # Common project flags.
/external/clang/lib/Driver/
H A DTools.h151 class LLVM_LIBRARY_VISIBILITY Common : public GnuTool { class in namespace:clang::driver::tools::gcc
153 Common(const char *Name, const char *ShortName, const ToolChain &TC) function in class:clang::driver::tools::gcc::Common
171 class LLVM_LIBRARY_VISIBILITY Preprocessor : public Common {
174 : Common("gcc::Preprocessor", "gcc preprocessor", TC) {}
183 class LLVM_LIBRARY_VISIBILITY Compiler : public Common {
185 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {}
194 class LLVM_LIBRARY_VISIBILITY Linker : public Common {
196 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {}
/external/fdlibm/
H A DAndroid.mk18 # Common definitions for host and device.
/external/harfbuzz_ng/win32/
H A Dintrospection-msvc.mak0 # Common NMake Makefile module for checking the build environment is sane
/external/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp185 if (unsigned Common = *A++ & *B++) {
187 TRI->getRegClass(I + countTrailingZeros(Common));
H A DRegisterCoalescer.cpp817 LaneBitmask Common = BMask & AMask; local
818 if (Common == 0)
822 << " into " << PrintLaneMask(Common) << '\n');
830 CommonRange = IntB.createSubRangeFrom(Allocator, Common, SB);
833 SB.LaneMask = Common;
2607 LaneBitmask Common = RMask & LaneMask; local
2609 if (Common == 0)
2613 << PrintLaneMask(Common) << '\n');
2622 CommonRange = LI.createSubRangeFrom(Allocator, Common, R);
2625 R.LaneMask = Common;
[all...]
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DAndroid.mk48 $(LOCAL_PATH)/../../Common/ \
/external/swiftshader/src/OpenGL/libGLESv2/
H A DAndroid.mk55 $(LOCAL_PATH)/../../Common/ \
/external/conscrypt/
H A DAndroid.mk22 # Common definitions for host and target.
32 # src/main/java # Common Java source for all platforms.
34 # main # Common C++ source for all platforms.
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp369 /// @brief Common integer divide transforms
442 if (Instruction *Common = commonIDivTransforms(I))
443 return Common;
510 if (Instruction *Common = commonIDivTransforms(I))
511 return Common;
580 /// @brief Common integer remainder transforms
663 if (Instruction *Common = commonIRemTransforms(I))
664 return Common;
/external/skia/src/core/
H A DSkImageFilter.cpp112 void SkImageFilter::Common::allocInputs(int count) {
116 bool SkImageFilter::Common::unflatten(SkReadBuffer& buffer, int expectedCount) {
179 Common common;
/external/mesa3d/docs/specs/
H A DEXT_shader_integer_mix.spec56 Modify Section 8.3, Common Functions
/external/pdfium/xfa/fxfa/parser/
H A Dxfa_basic_data_element_properties.cpp176 {XFA_Element::Common, 1, 0},
327 {XFA_Element::Common, 1, 0},
/external/testng/
H A DAndroid.mk31 ## Common variables, don't repeat yourself.
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
H A Dlinux64.S217 .4byte .LECIE1-.LSCIE1 # Length of Common Information Entry
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-darwin_closure.S242 .long L$set$0 ; Length of Common Information Entry
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp186 decltype(T::PartialSpecializations) &getPartialSpecializations(T *Common) { argument
187 return Common->PartialSpecializations;
189 ArrayRef<Decl> getPartialSpecializations(FunctionTemplateDecl::Common *) {
195 auto *Common = D->getCommonPtr(); local
201 Common->LazySpecializations) {
203 assert(!Common->LazySpecializations);
207 if (auto *LS = Common->LazySpecializations)
217 for (auto &Entry : Common->Specializations)
219 for (auto &Entry : getPartialSpecializations(Common))
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp802 /// @brief Common integer divide transforms
1066 if (Instruction *Common = commonIDivTransforms(I))
1067 return Common;
1139 if (Instruction *Common = commonIDivTransforms(I))
1140 return Common;
1376 /// @brief Common integer remainder transforms
1463 if (Instruction *Common = commonIRemTransforms(I))
1464 return Common;
/external/minijail/
H A DAndroid.mk18 # Common variables.
/external/python/cpython2/Modules/_ctypes/libffi/src/s390/
H A Dsysv.S157 .4byte .LECIE1-.LSCIE1 # Length of Common Information Entry
356 .4byte .LECIE1-.LSCIE1 # Length of Common Information Entry
/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
H A Dosf.S322 UA_SI $LECIE1-$LSCIE1 # Length of Common Information Entry

Completed in 1137 milliseconds

1234