Searched defs:Spec (Results 1 - 23 of 23) sorted by last modified time

/external/valgrind/main/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,
394 Spec* specList;
395 Spec* spec;
573 spec = dinfo_zalloc("redir.rnnD.1", sizeof(Spec));
724 Spec* specs,
731 Spec* sp;
986 Spec* s
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/llvm/utils/TableGen/
H A DX86RecognizableInstr.h102 InstructionSpecifier* Spec; member in class:llvm::X86Disassembler::RecognizableInstr
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp491 DILineInfoSpecifier Spec) {
497 getFunctionNameForAddress(CU, Address, Spec.FNKind, Result.FunctionName);
498 if (Spec.FLIKind != FileLineInfoKind::None) {
500 getFileLineInfoForCompileUnit(CU, LineTable, Address, Spec.FLIKind, Result);
507 DILineInfoSpecifier Spec) {
514 getFunctionNameForAddress(CU, Address, Spec.FNKind, FunctionName);
518 if (Spec.FLIKind == FileLineInfoKind::None) {
536 getFileNameForCompileUnit(CU, LineTable, Row.File, Spec.FLIKind,
549 DILineInfoSpecifier Spec) {
562 if (Spec
490 getLineInfoForAddress(uint64_t Address, DILineInfoSpecifier Spec) argument
506 getLineInfoForAddressRange(uint64_t Address, uint64_t Size, DILineInfoSpecifier Spec) argument
548 getInliningInfoForAddress(uint64_t Address, DILineInfoSpecifier Spec) argument
[all...]
/external/llvm/lib/MC/
H A DMCSectionMachO.cpp164 /// ParseSectionSpecifier - Parse the section specifier indicated by "Spec".
169 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. argument
178 Spec.split(SplitSpec, ",");
/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/deqp/modules/gles3/functional/
H A Des3fVertexArrayObjectTests.cpp114 struct Spec struct in namespace:deqp::gles3::Functional::__anon20152
116 Spec (void);
131 Spec::Spec (void) function in class:deqp::gles3::Functional::__anon20152::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/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/deqp/modules/egl/
H A DteglMakeCurrentPerfTests.cpp66 struct Spec struct in class:deqp::egl::MakeCurrentPerfCase
80 MakeCurrentPerfCase (EglTestContext& eglTestCtx, const Spec& spec, const char* name, const char* description);
88 Spec m_spec;
118 string MakeCurrentPerfCase::Spec::toName (void) const
145 string MakeCurrentPerfCase::Spec::toDescription (void) const
151 MakeCurrentPerfCase::MakeCurrentPerfCase (EglTestContext& eglTestCtx, const Spec& spec, const char* name, const char* description)
540 MakeCurrentPerfCase::Spec spec;
576 MakeCurrentPerfCase::Spec spec;
619 MakeCurrentPerfCase::Spec spec;
669 MakeCurrentPerfCase::Spec spe
[all...]
H A DteglMemoryStressTests.cpp308 struct Spec struct in class:deqp::egl::MemoryStressCase
318 MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description);
324 Spec m_spec;
335 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description)
459 MemoryStressCase::Spec spec;
473 MemoryStressCase::Spec spec;
487 MemoryStressCase::Spec spec;
501 MemoryStressCase::Spec spec;
515 MemoryStressCase::Spec spec;
529 MemoryStressCase::Spec spe
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2474 if (const TemplateSpecializationType *Spec
2476 return Spec->getTemplateName().getAsTemplateDecl() != nullptr;
4884 const TemplateSpecializationType *Spec local
4886 MarkUsedTemplateParameters(Ctx, Spec->getTemplateName(), OnlyDeduced,
4894 hasPackExpansionBeforeEnd(Spec->getArgs(), Spec->getNumArgs()))
4897 for (unsigned I = 0, N = Spec->getNumArgs(); I != N; ++I)
4898 MarkUsedTemplateParameters(Ctx, Spec->getArg(I), OnlyDeduced, Depth,
4925 const DependentTemplateSpecializationType *Spec local
4928 MarkUsedTemplateParameters(Ctx, Spec
[all...]
H A DSemaTemplateInstantiateDecl.cpp4529 if (CXXRecordDecl *Spec = dyn_cast<CXXRecordDecl>(ParentDC)) {
4530 if (!Spec->isDependentContext()) {
4531 QualType T = Context.getTypeDeclType(Spec);
4584 EnumDecl *Spec = cast<EnumDecl>(FindInstantiatedDecl(Loc, Enum, local
4586 assert(Spec->getTemplateSpecializationKind() ==
4590 << Context.getTypeDeclType(cast<TypeDecl>(Spec->getDeclContext()));
4591 Diag(Spec->getLocation(), diag::note_enum_specialized_here)
4592 << Context.getTypeDeclType(Spec);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp3240 ClassTemplateSpecializationDecl *Spec = local
3242 Spec->setTemplateSpecializationKind(TSK);
3243 Spec->setPointOfInstantiation(POI);
3252 Spec->setInstantiationOf(PartialSpec, TemplArgList);
H A DASTWriter.cpp4542 auto *Spec = cast<ClassTemplateSpecializationDecl>(RD); local
4543 Record.push_back(Spec->getTemplateSpecializationKind());
4544 AddSourceLocation(Spec->getPointOfInstantiation(), Record);
4548 auto From = Spec->getInstantiatedFrom();
4553 AddTemplateArgumentList(&Spec->getTemplateInstantiationArgs(),
/external/clang/include/clang/Sema/
H A DTemplateDeduction.h237 void set(Decl *Spec, DeductionFailureInfo Info) { argument
238 Specialization = Spec;
/external/clang/lib/AST/
H A DASTContext.cpp3211 TemplateSpecializationType *Spec local
3215 Types.push_back(Spec);
3216 return QualType(Spec, 0);
3244 TemplateSpecializationType *Spec local
3247 if (!Spec) {
3252 Spec = new (Mem) TemplateSpecializationType(CanonTemplate,
3255 Types.push_back(Spec);
3256 TemplateSpecializationTypes.InsertNode(Spec, InsertPos);
3259 assert(Spec->isDependentType() &&
3261 return QualType(Spec,
[all...]
H A DExpr.cpp550 const ClassTemplateSpecializationDecl *Spec local
552 if (Spec && !Spec->isExplicitSpecialization())
553 Specs.push_back(Spec);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1515 TemplateSpecializationKind Spec = TSK_Undeclared;
1518 Spec = SD->getSpecializationKind();
1520 if (Spec == TSK_ExplicitInstantiationDeclaration &&
1990 const auto *Spec = cast<TemplateSpecializationType>(T); local
1991 if (Spec->isTypeAlias())
1993 T = Spec->desugar();
H A DCodeGenModule.cpp3220 const auto *Spec = cast<ClassTemplateSpecializationDecl>(D); local
3222 Spec->getSpecializationKind() == TSK_ExplicitInstantiationDefinition)
3223 DebugInfo->completeTemplateDefinition(*Spec);
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 8693 milliseconds