HomeSort by relevance Sort by last modified time
    Searched defs:PS (Results 1 - 20 of 20) sorted by null

  /external/clang/test/CodeGen/
debug-info-crash.c 27 } PS;
30 PS p2;
c11atomics-ios.c 149 typedef struct { short x, y, z; } PS;
151 void testPromotedStruct(_Atomic(PS) *fp) {
154 // CHECK-NEXT: [[F:%.*]] = alloca [[PS:%.*]], align 2
163 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 0
165 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 1
167 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 2
169 __c11_atomic_init(fp, (PS){1,2,3});
174 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 0
176 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 1
178 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32
    [all...]
builtin-memfns.c 70 struct PS {
73 struct PS ps; variable in typeref:struct:PS
77 __builtin_memcpy(arg, ps.modes, sizeof(struct PS));
c11atomics.c 278 typedef struct { short x, y, z; } PS;
280 void testPromotedStruct(_Atomic(PS) *fp) {
283 // CHECK-NEXT: [[F:%.*]] = alloca [[PS:%.*]], align 2
292 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 0
294 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 1
296 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 2
298 __c11_atomic_init(fp, (PS){1,2,3});
303 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 0
305 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32 1
307 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]]* [[T0]], i32 0, i32
    [all...]
  /external/linux-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/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/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...]
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.c 176 #define PS 16
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,cmpnltps
    [all...]
  /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);
  /bionic/libc/arch-mips/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 */
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 69 #define PS SR /* alias for SR */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 69 #define PS SR /* alias for SR */
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 123 ParsedStatus PS = IsUnparsed;
134 PS = IsUnparsedNoDirectives;
137 UpdateParsedFileStatus(*SrcManager, FID, PS);
661 ParsedStatus PS) {
671 if (PS == IsParsed) {
680 if (PS == IsUnparsedNoDirectives)
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadioIntent.java 40 public static final String PS = "fm.rx.intent.PS";
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 442 Optional<PostStore> PS = Succ->getLocationAs<PostStore>();
443 if (!PS || PS->getLocationValue() != R)
504 if (Optional<PostStmt> PS = StoreSite->getLocationAs<PostStmt>()) {
505 const Stmt *S = PS->getStmt();
517 SVal V = State->getSVal(S, PS->getLocationContext());
819 if (Optional<PostStmt> ps = pp.getAs<PostStmt>()) {
820 if (ps->getStmt() == S || ps->getStmt() == Inner)
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
  /external/zxing/core/
core.jar 

Completed in 398 milliseconds