HomeSort by relevance Sort by last modified time
    Searched refs:PS (Results 1 - 25 of 46) sorted by null

1 2

  /external/clang/test/CodeGen/
c11atomics-ios.c 145 typedef struct { short x, y, z; } PS;
147 void testPromotedStruct(_Atomic(PS) *fp) {
150 // CHECK-NEXT: [[F:%.*]] = alloca [[PS:%.*]], align 2
159 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 0
161 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 1
163 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 2
165 __c11_atomic_init(fp, (PS){1,2,3});
170 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 0
172 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 1
174 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32
    [all...]
c11atomics.c 274 typedef struct { short x, y, z; } PS;
276 void testPromotedStruct(_Atomic(PS) *fp) {
279 // CHECK-NEXT: [[F:%.*]] = alloca [[PS:%.*]], align 2
283 // CHECK-NEXT: [[TMP2:%.*]] = alloca %struct.PS, align 2
291 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 0
293 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 1
295 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 2
297 __c11_atomic_init(fp, (PS){1,2,3});
302 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 0
304 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32
    [all...]
debug-info-crash.c 27 } PS;
30 PS p2;
builtin-memfns.c 70 struct PS {
73 struct PS ps; variable in typeref:struct:PS
77 __builtin_memcpy(arg, ps.modes, sizeof(struct PS));
  /external/clang/docs/tools/
Makefile 23 DST_PS_DIR=ps/
27 all:: html man ps
30 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
57 PS := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_PS_DIR)%.ps, $(POD))
62 INSTALL_TARGETS := install-html install-man install-ps
66 .SUFFIXES: .html .pod .1 .ps
75 $(DST_PS_DIR)%.ps: $(DST_MAN_DIR)%.1 $(DST_PS_DIR)/.dir
81 ps: $(PS)
    [all...]
  /external/chromium_org/content/browser/fileapi/
sandbox_file_system_backend_unittest.cc 27 // PS stands for path separator.
29 #define PS "\\"
31 #define PS "/"
43 {storage::kFileSystemTypeTemporary, "http://foo:1/", "000" PS "t"},
44 {storage::kFileSystemTypePersistent, "http://foo:1/", "000" PS "p"},
45 {storage::kFileSystemTypeTemporary, "http://bar.com/", "001" PS "t"},
46 {storage::kFileSystemTypePersistent, "http://bar.com/", "001" PS "p"},
47 {storage::kFileSystemTypeTemporary, "https://foo:2/", "002" PS "t"},
48 {storage::kFileSystemTypePersistent, "https://foo:2/", "002" PS "p"},
49 {storage::kFileSystemTypeTemporary, "https://bar.com/", "003" PS "t"}
    [all...]
  /external/chromium_org/third_party/lcov/contrib/galaxy/
posterize.pl 39 my $Image = "../lgp/image.ps";
60 my $filename = "poster.ps";
76 %!PS-Adobe-1.0
306 print POSTER `cat /home/lgp/image.ps`;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
ctype.c 16 PS = GIT_SPACE | GIT_PRINT_EXTRA,
24 PS,P, P, P, R, P, P, P, R, R, G, R, P, P, R, P, /* 32.. 47 */
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefBranchChecker.cpp 93 if (Optional<PostStmt> PS = P.getAs<PostStmt>())
94 if (PS->getStmt() == Ex)
  /external/clang/test/SemaCXX/
warn-memset-bad-sizeof.cpp 9 typedef S* PS;
29 S* ps = &s; local
30 PS ps2 = &s;
39 memset(ps, 0, sizeof(ps)); // \
42 // expected-warning {{'memset' call operates on objects of type 'S' while the size is based on a different type 'PS' (aka 'S *')}} expected-note{{did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?}}
45 memset(ps2, 0, sizeof(PS)); // \
55 memmove(ps, 0, sizeof(ps)); // \
57 memcmp(ps, 0, sizeof(ps)); //
    [all...]
  /bionic/libc/arch-mips/include/machine/
regnum.h 69 #define PS SR /* alias for SR */
  /bionic/libc/arch-mips64/include/machine/
regnum.h 69 #define PS SR /* alias for SR */
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 69 #define PS SR /* alias for SR */
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regnum.h 69 #define PS SR /* alias for SR */
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regnum.h 69 #define PS SR /* alias for SR */
  /external/guava/guava-tests/test/com/google/common/net/
InternetDomainNameTest.java 102 private static final List<String> PS = ImmutableList.of(
215 for (String name : PS) {
335 VALID_NAME, PS, NO_PS, NON_PS);
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 110 PS = 1, PD = 2, XS = 3, XD = 4
284 else if (OpPrefix == X86Local::PS)
298 else if (OpPrefix == X86Local::PS)
313 else if (OpPrefix == X86Local::PS)
327 else if (OpPrefix == X86Local::PS)
342 else if (OpPrefix == X86Local::PS)
367 else if (OpPrefix == X86Local::PS)
387 else if (HasVEX_WPrefix && OpPrefix == X86Local::PS)
389 else if (HasVEX_LPrefix && OpPrefix == X86Local::PS)
395 else if (OpPrefix == X86Local::PS)
    [all...]
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 197 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1;
205 // PS is the successor which is not BB. Check successors to identify
207 if (Preds.count(PS) == 0) {
212 BranchInst *BPS = dyn_cast<BranchInst>(PS->getTerminator());
214 // Case 1: PS(BB3) should be an unconditional branch.
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 267 void UpdateParsedFileStatus(SourceManager &SM, FileID FID, ParsedStatus PS);
  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.c 302 #define TORGB(PS, ROFFSET, GOFFSET, BOFFSET) { \
303 int rowPad=pitch-width*PS; \
306 unsigned char *endOfRow=src+width*PS; \
312 dst+=RGB_PIXELSIZE; src+=PS; \
362 #define FROMRGB(PS, ROFFSET, GOFFSET, BOFFSET, SETALPHA) { \
363 int rowPad=pitch-width*PS; \
366 unsigned char *endOfRow=dst+width*PS; \
373 dst+=PS; src+=RGB_PIXELSIZE; \
    [all...]
  /external/chromium_org/v8/test/mjsunit/
whitespaces.js 18 0x2029, // Paragraph Separator PS
  /external/clang/lib/AST/
DeclTemplate.cpp 395 SmallVectorImpl<ClassTemplatePartialSpecializationDecl *> &PS) {
398 PS.clear();
399 PS.reserve(PartialSpecs.size());
403 PS.push_back(P->getMostRecentDecl());
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 129 ParsedStatus PS = IsUnparsed;
140 PS = IsUnparsedNoDirectives;
143 UpdateParsedFileStatus(*SrcManager, FID, PS);
771 ParsedStatus PS) {
781 if (PS == IsParsed) {
790 if (PS == IsUnparsedNoDirectives)
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 490 Optional<PostStore> PS = Succ->getLocationAs<PostStore>();
491 if (!PS || PS->getLocationValue() != R)
551 if (Optional<PostStmt> PS = StoreSite->getLocationAs<PostStmt>()) {
552 const Stmt *S = PS->getStmt();
566 SVal V = State->getSVal(S, PS->getLocationContext());
924 if (Optional<StmtPoint> ps = pp.getAs<StmtPoint>()) {
925 if (ps->getStmt() == S || ps->getStmt() == Inner)
    [all...]

Completed in 1123 milliseconds

1 2