Searched defs:Spec (Results 1 - 23 of 23) sorted by relevance

/external/llvm/lib/MC/
H A DMCSectionMachO.cpp166 /// ParseSectionSpecifier - Parse the section specifier indicated by "Spec".
171 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. argument
180 Spec.split(SplitSpec, ",");
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.h104 InstructionSpecifier* Spec; member in class:llvm::X86Disassembler::RecognizableInstr
/external/mesa3d/src/mesa/main/
H A DAPIspec.py31 class Spec(object): class in inherits:object
32 """A Spec is an abstraction of the API spec."""
606 spec = Spec(doc)
/external/clang/include/clang/Sema/
H A DTemplateDeduction.h233 void set(Decl *Spec, DeductionFailureInfo Info) { argument
234 Specialization = Spec;
/external/deqp/modules/egl/
H A DteglMakeCurrentPerfTests.cpp71 struct Spec struct in class:deqp::egl::MakeCurrentPerfCase
85 MakeCurrentPerfCase (EglTestContext& eglTestCtx, const Spec& spec, const char* name, const char* description);
93 Spec m_spec;
124 string MakeCurrentPerfCase::Spec::toName (void) const
151 string MakeCurrentPerfCase::Spec::toDescription (void) const
157 MakeCurrentPerfCase::MakeCurrentPerfCase (EglTestContext& eglTestCtx, const Spec& spec, const char* name, const char* description)
568 MakeCurrentPerfCase::Spec spec;
604 MakeCurrentPerfCase::Spec spec;
647 MakeCurrentPerfCase::Spec spec;
697 MakeCurrentPerfCase::Spec spe
[all...]
H A DteglMemoryStressTests.cpp317 struct Spec struct in class:deqp::egl::MemoryStressCase
327 MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description);
333 Spec m_spec;
344 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description)
476 MemoryStressCase::Spec spec;
490 MemoryStressCase::Spec spec;
504 MemoryStressCase::Spec spec;
518 MemoryStressCase::Spec spec;
532 MemoryStressCase::Spec spec;
546 MemoryStressCase::Spec spe
[all...]
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp404 DILineInfoSpecifier Spec) {
410 getFunctionNameForAddress(CU, Address, Spec.FNKind, Result.FunctionName);
411 if (Spec.FLIKind != FileLineInfoKind::None) {
414 Spec.FLIKind, Result);
421 DILineInfoSpecifier Spec) {
428 getFunctionNameForAddress(CU, Address, Spec.FNKind, FunctionName);
432 if (Spec.FLIKind == FileLineInfoKind::None) {
451 Spec.FLIKind, Result.FileName);
463 DILineInfoSpecifier Spec) {
476 if (Spec
403 getLineInfoForAddress(uint64_t Address, DILineInfoSpecifier Spec) argument
420 getLineInfoForAddressRange(uint64_t Address, uint64_t Size, DILineInfoSpecifier Spec) argument
462 getInliningInfoForAddress(uint64_t Address, DILineInfoSpecifier Spec) argument
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayObjectTests.cpp114 struct Spec struct in namespace:deqp::gles3::Functional::__anon3451
116 Spec (void);
131 Spec::Spec (void) function in class:deqp::gles3::Functional::__anon3451::Spec
149 VertexArrayObjectTest (Context& context, const Spec& spec, const char* name, const char* description);
156 Spec m_spec;
177 VertexArrayObjectTest::VertexArrayObjectTest (Context& context, const Spec& spec, const char* name, const char* description)
675 Spec m_spec;
1259 Spec spec;
1296 Spec spe
[all...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorRegistry.java71 // class Spec
75 * A Spec is a string specifying either a source or a target. In more
77 * Spec class for sources and targets.
79 * A Spec may be a locale or a script. If it is a locale, it has a
81 * ssss is the script mapping of xx_YY_ZZZ. The Spec API methods
85 * The Spec class canonicalizes itself, so the locale is put into
89 static class Spec { class in class:TransliteratorRegistry
99 public Spec(String theSpec) { method in class:TransliteratorRegistry.Spec
599 private Object[] findInDynamicStore(Spec src,
600 Spec tr
[all...]
/external/valgrind/coregrind/
H A Dm_redir.c249 Spec; typedef in typeref:struct:_Spec
260 Spec* specs; /* specs pulled out of seginfo */
284 TopSpec* parent_spec; /* the TopSpec which supplied the Spec */
325 Spec* specs,
393 Spec* specList;
394 Spec* spec;
597 spec = dinfo_zalloc("redir.rnnD.1", sizeof(Spec));
749 Spec* specs,
756 Spec* sp;
1023 Spec* s
[all...]
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1319 CXXScopeSpec Spec; local
1321 if (ParseOptionalCXXScopeSpecifier(Spec, ParsedType(), EnteringContext)) {
1325 if (Spec.isSet())
1331 SS = Spec;
H A DParseDecl.cpp3303 // see OpenCL C Spec v2.0 s6.5.5
3653 CXXScopeSpec Spec; local
3654 if (ParseOptionalCXXScopeSpecifier(Spec, ParsedType(),
3658 if (Spec.isSet() && Tok.isNot(tok::identifier)) {
3668 SS = Spec;
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp412 class Spec class in class:deqp::gls::MultiVertexArrayTest
442 MultiVertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const Spec& spec, const char* name, const char* desc);
450 Spec m_spec;
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2436 if (const TemplateSpecializationType *Spec
2438 return Spec->getTemplateName().getAsTemplateDecl() != nullptr;
4770 const TemplateSpecializationType *Spec local
4772 MarkUsedTemplateParameters(Ctx, Spec->getTemplateName(), OnlyDeduced,
4780 hasPackExpansionBeforeEnd(Spec->getArgs(), Spec->getNumArgs()))
4783 for (unsigned I = 0, N = Spec->getNumArgs(); I != N; ++I)
4784 MarkUsedTemplateParameters(Ctx, Spec->getArg(I), OnlyDeduced, Depth,
4811 const DependentTemplateSpecializationType *Spec local
4814 MarkUsedTemplateParameters(Ctx, Spec
[all...]
H A DSemaTemplateInstantiateDecl.cpp4497 if (CXXRecordDecl *Spec = dyn_cast<CXXRecordDecl>(ParentDC)) {
4498 if (!Spec->isDependentContext()) {
4499 QualType T = Context.getTypeDeclType(Spec);
4552 EnumDecl *Spec = cast<EnumDecl>(FindInstantiatedDecl(Loc, Enum, local
4554 assert(Spec->getTemplateSpecializationKind() ==
4558 << Context.getTypeDeclType(cast<TypeDecl>(Spec->getDeclContext()));
4559 Diag(Spec->getLocation(), diag::note_enum_specialized_here)
4560 << Context.getTypeDeclType(Spec);
/external/clang/lib/AST/
H A DExpr.cpp589 const ClassTemplateSpecializationDecl *Spec local
591 if (Spec && !Spec->isExplicitSpecialization())
592 Specs.push_back(Spec);
H A DASTContext.cpp3288 TemplateSpecializationType *Spec local
3292 Types.push_back(Spec);
3293 return QualType(Spec, 0);
3321 TemplateSpecializationType *Spec local
3324 if (!Spec) {
3329 Spec = new (Mem) TemplateSpecializationType(CanonTemplate,
3332 Types.push_back(Spec);
3333 TemplateSpecializationTypes.InsertNode(Spec, InsertPos);
3336 assert(Spec->isDependentType() &&
3338 return QualType(Spec,
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1530 TemplateSpecializationKind Spec = TSK_Undeclared;
1533 Spec = SD->getSpecializationKind();
1535 if (Spec == TSK_ExplicitInstantiationDeclaration &&
2005 const auto *Spec = cast<TemplateSpecializationType>(T); local
2006 if (Spec->isTypeAlias())
2008 T = Spec->desugar();
H A DCodeGenModule.cpp3381 const auto *Spec = cast<ClassTemplateSpecializationDecl>(D); local
3383 Spec->getSpecializationKind() == TSK_ExplicitInstantiationDefinition &&
3384 Spec->hasDefinition())
3385 DebugInfo->completeTemplateDefinition(*Spec);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp3712 ClassTemplateSpecializationDecl *Spec = local
3714 Spec->setTemplateSpecializationKind(TSK);
3715 Spec->setPointOfInstantiation(POI);
3727 if (!Spec->getSpecializedTemplateOrPartial()
3729 Spec->setInstantiationOf(PartialSpec, TemplArgList);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1761 milliseconds