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

/external/clang/docs/tools/
H A DMakefile30 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
57 PS := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_PS_DIR)%.ps, $(POD)) macro
81 ps: $(PS)
86 $(Verb) $(RM) -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
103 install-ps:: $(PS)
104 $(Echo) Installing PS Clang Tools Documentation
106 $(Verb) $(DataInstall) $(PS) $(PS_DIR)
/external/clang/test/CodeGen/
H A Ddebug-info-crash.c27 } PS; typedef in typeref:struct:P
30 PS p2;
/external/llvm/docs/CommandGuide/
H A DMakefile25 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
49 PS := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_PS_DIR)%.ps, $(POD)) macro
73 ps: $(PS)
78 $(Verb) $(RM) -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
84 install-local:: $(HTML) $(INSTALL_MANS) $(PS)
93 $(Echo) Installing PS CommandGuide Documentation
95 $(Verb) $(DataInstall) $(PS) $(PS_DIR)
/external/clang/test/SemaCXX/
H A Dwarn-memset-bad-sizeof.cpp9 typedef S* PS; typedef
30 PS ps2 = &s;
45 memset(ps2, 0, sizeof(PS)); // \
/external/valgrind/main/memcheck/tests/amd64/
H A Dsse_memory.c176 #define PS 16 macro
180 TEST_INSN( &AllMask, PS,addps)
182 TEST_INSN( &AllMask, PS,andnps)
183 TEST_INSN( &AllMask, PS,andps)
184 TEST_INSN( &AllMask, PS,cmpeqps)
186 TEST_INSN( &AllMask, PS,cmpleps)
188 TEST_INSN( &AllMask, PS,cmpltps)
190 TEST_INSN( &AllMask, PS,cmpneqps)
192 TEST_INSN( &AllMask, PS,cmpnleps)
194 TEST_INSN( &AllMask, PS,cmpnltp
[all...]
/external/valgrind/main/memcheck/tests/x86/
H A Dsse_memory.c176 #define PS 16 macro
180 TEST_INSN( &AllMask, PS,addps)
182 TEST_INSN( &AllMask, PS,andnps)
183 TEST_INSN( &AllMask, PS,andps)
184 TEST_INSN( &AllMask, PS,cmpeqps)
186 TEST_INSN( &AllMask, PS,cmpleps)
188 TEST_INSN( &AllMask, PS,cmpltps)
190 TEST_INSN( &AllMask, PS,cmpneqps)
192 TEST_INSN( &AllMask, PS,cmpnleps)
194 TEST_INSN( &AllMask, PS,cmpnltp
[all...]
/external/clang/lib/AST/
H A DDeclTemplate.cpp351 SmallVectorImpl<ClassTemplatePartialSpecializationDecl *> &PS) {
354 PS.clear();
355 PS.resize(PartialSpecs.size());
359 assert(!PS[P->getSequenceNumber()]);
360 PS[P->getSequenceNumber()] = P->getMostRecentDeclaration();
350 getPartialSpecializations( SmallVectorImpl<ClassTemplatePartialSpecializationDecl *> &PS) argument
/external/clang/include/clang/AST/
H A DDeclTemplate.h1478 SpecializedPartialSpecialization *PS local
1480 PS->PartialSpecialization = PartialSpec;
1481 PS->TemplateArgs = TemplateArgs;
1482 SpecializedTemplate = PS;
1862 SmallVectorImpl<ClassTemplatePartialSpecializationDecl *> &PS);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1169 ClassTemplateSpecializationDecl::SpecializedPartialSpecialization *PS local
1172 PS->PartialSpecialization
1174 PS->TemplateArgs = ArgList;
1175 D->SpecializedTemplate = PS;
/external/v8/src/mips/
H A Dconstants-mips.h317 PS = ((2 << 3) + 6) << 21, enumerator in enum:v8::internal::SecondaryField
364 // COP1 Encoding of Function Field When rs=PS.

Completed in 193 milliseconds