/external/clang/test/PCH/ |
D | headermap.m | 3 // RUN: %clang_cc1 -x objective-c -emit-pch -o %t.h.pch %S/headermap.h 4 // RUN: %clang_cc1 -include-pch %t.h.pch %s 6 // RUN: %clang_cc1 -x objective-c -emit-pch -o %t.h.pch %S/headermap.h 7 // RUN: %clang_cc1 -include-pch %t.h.pch -I%t.hmap %s 9 // RUN: %clang_cc1 -x objective-c -I%t.hmap -emit-pch -o %t.h.pch %S/headermap.h 10 // RUN: %clang_cc1 -include-pch %t.h.pch %s 12 // RUN: %clang_cc1 -x objective-c -I%t.hmap -emit-pch -o %t.h.pch %S/headermap.h 13 // RUN: %clang_cc1 -include-pch %t.h.pch -I%t.hmap %s
|
D | verify_pch.m | 8 // RUN: %clang_cc1 -isystem %t/usr/include -x objective-c-header -emit-pch -o %t.pch %t.h 11 // RUN: %clang_cc1 -isystem %t/usr/include -verify-pch %t.pch 14 // RUN: %clang_cc1 -isystem %t/usr/include -x objective-c -fno-builtin -verify-pch %t.pch 18 // RUN: not %clang_cc1 -isystem %t/usr/include -verify-pch %t.pch 2> %t.log.2 20 // CHECK-STALE-DEP: file '{{.*}}.h' has been modified since the precompiled header '{{.*}}.pch' was… 23 // RUN: %clang_cc1 -isystem %t/usr/include -x objective-c-header -emit-pch -o %t.pch %t.h 24 // RUN: %clang_cc1 -isystem %t/usr/include -verify-pch %t.pch 26 // RUN: not %clang_cc1 -isystem %t/usr/include -verify-pch %t.pch 2> %t.log.3 28 …-H: file '{{.*}}sys_header.h' has been modified since the precompiled header '{{.*}}.pch' was built
|
D | arc.m | 2 // Test this without pch. 5 // Test with pch. 6 // RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -x objective-c-heade… 7 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-only … 9 // Test error when pch's -fobjc-arc state is different. 10 // RUN: not %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -include-pch %t -fsyntax-only -emit-l… 11 // RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -x objective-c-header -o %t %S/… 12 // RUN: not %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-o…
|
D | objc_container.m | 1 // Test this without pch. 4 // Test with pch. 5 // RUN: %clang_cc1 -x objective-c -emit-pch -o %t %S/objc_container.h 6 // RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify %s 7 // RUN: %clang_cc1 -include-pch %t -ast-print %s | FileCheck -check-prefix=CHECK-PRINT %s 8 // RUN: %clang_cc1 -include-pch %t -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-IR %s
|
D | chain-remap-types.m | 1 // RUN: %clang_cc1 -emit-pch -x objective-c-header -o %t1 %S/Inputs/chain-remap-types1.h 2 // RUN: %clang_cc1 -emit-pch -x objective-c-header -o %t2 %S/Inputs/chain-remap-types2.h -include-p… 3 // RUN: %clang_cc1 -include-pch %t2 -fsyntax-only -verify %s 4 // RUN: %clang_cc1 -ast-print -include-pch %t2 %s | FileCheck %s
|
D | objc_stmts.m | 1 // Test this without pch. 5 // Test with pch. 6 // RUN: %clang_cc1 -x objective-c -emit-pch -fobjc-exceptions -o %t %S/objc_stmts.h 7 // RUN: %clang_cc1 -include-pch %t -emit-llvm -fobjc-exceptions -o - %s 8 // RUN: %clang_cc1 -include-pch %t -ast-print -fobjc-exceptions -o - %s | FileCheck %s
|
/external/clang/test/Modules/ |
D | ignored_macros.m | 3 …dules -DIGNORED=1 -fmodules -fimplicit-module-maps -I %S/Inputs -emit-pch -o %t.pch -x objective-c… 4 …%t.modules -DIGNORED=1 -fmodules -fimplicit-module-maps -I %S/Inputs -include-pch %t.pch %s -verify 10 …e-path=%t.modules -fmodules -fimplicit-module-maps -I %S/Inputs -emit-pch -o %t.pch -x objective-c… 11 …ules -DIGNORED=1 -fmodules -fimplicit-module-maps -I %S/Inputs -include-pch %t.pch %s > %t.err 2>&1 19 …e-path=%t.modules -fmodules -fimplicit-module-maps -I %S/Inputs -emit-pch -o %t.pch -x objective-c… 20 …les -DIGNORED=1 -fmodules -fimplicit-module-maps -I %S/Inputs -include-pch %t.pch -fmodules-ignore… 26 …ore-macro=IGNORED -fmodules -fimplicit-module-maps -I %S/Inputs -emit-pch -o %t.pch -x objective-c… 27 …les -DIGNORED=1 -fmodules -fimplicit-module-maps -I %S/Inputs -include-pch %t.pch -fmodules-ignore… 33 …e-macro=IGNORED=1 -fmodules -fimplicit-module-maps -I %S/Inputs -emit-pch -o %t.pch -x objective-c… 34 …les -DIGNORED=1 -fmodules -fimplicit-module-maps -I %S/Inputs -include-pch %t.pch -fmodules-ignore…
|
D | va_list.m | 5 // RUN: -x objective-c-header %s -o %t.pch -emit-pch 7 // Include the pch, as a sanity check. 9 // RUN: -fmodules-ignore-macro=PREFIX -I %S/Inputs/va_list -include-pch %t.pch \ 12 // Repeat the previous emit-pch, but not we will have a global module index. 14 // emitted into the pch. 17 // RUN: -x objective-c-header %s -o %t.pch -emit-pch 19 // Include the pch, which now has __va_list_tag in it, which needs to be merged. 21 // RUN: -fmodules-ignore-macro=PREFIX -I %S/Inputs/va_list -include-pch %t.pch \
|
D | macro-undef-through-pch.m | 3 // RUN: -I%S/Inputs/macro-undef-through-pch -emit-pch \ 4 // RUN: %S/Inputs/macro-undef-through-pch/foo.h -o %t.pch 6 // RUN: -I%S/Inputs/macro-undef-through-pch -emit-pch \ 7 // RUN: -include-pch %t.pch %s
|
D | redecls.m | 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps %s -emit-pch -o %t1.pch -fmodules-cache-path=%t… 3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps %s -emit-pch -o %t2.pch -include-pch %t1.pch -f… 4 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps %s -fsyntax-only -include-pch %t2.pch -I %S/Inp…
|
D | resolution-change.m | 4 …ules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path1/A -emit-pch -o %t-A.pch %s 7 …-name/DependsOnA -I %S/Inputs/modules-with-same-name/path1/A -include-pch %t-A.pch %s -fsyntax-onl… 10 …-name/DependsOnA -I %S/Inputs/modules-with-same-name/path1/A -include-pch %t-A.pch %s -fsyntax-onl… 13 …cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -include-pch %t-A.pch %s -fsyntax-onl… 14 …pendsOnA' in AST file '{{.*DependsOnA.*pcm}}' (imported by AST file '{{.*A.pch}}') is not defined … 17 …cache-path=%t -I %S/Inputs/modules-with-same-name/DependsOnA -include-pch %t-A.pch %s -fsyntax-onl… 21 …-name/DependsOnA -I %S/Inputs/modules-with-same-name/path2/A -include-pch %t-A.pch %s -fsyntax-onl…
|
D | pch-used.m | 3 // RUN: %clang_cc1 -x objective-c-header -emit-pch %S/Inputs/pch-used.h -o %t/pch-used.h.pch -fmodu… 4 // RUN: %clang_cc1 %s -include-pch %t/pch-used.h.pch -fmodules -fimplicit-module-maps -fmodules-cac…
|
D | pch-module-macro.m | 2 …t-pch -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -o %t.pch -I %S/Inputs -x objective… 3 …-path=%t -fmodules -fimplicit-module-maps -fsyntax-only -I %S/Inputs -include-pch %t.pch %s -verify
|
D | builtins.m | 6 // RUN: rm -rf %t.pch.cache 7 …UN: %clang_cc1 -fmodules-cache-path=%t.pch.cache -fmodules -fimplicit-module-maps -I %S/Inputs -em… 8 …: %clang_cc1 -fmodules-cache-path=%t.pch.cache -fmodules -fimplicit-module-maps -I %S/Inputs %s -i…
|
D | autolink.m | 2 …cc1 -emit-pch -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -o %t.pch -I %S/Inputs -x o… 3 …%t -fmodules -fimplicit-module-maps -F %S/Inputs -I %S/Inputs -include-pch %t.pch %s | FileCheck %s 4 …%t -fmodules -fimplicit-module-maps -F %S/Inputs -I %S/Inputs -include-pch %t.pch %s | FileCheck -…
|
D | preprocess.m | 3 …uts -I %S/Inputs/preprocess -x objective-c-header -emit-pch %S/Inputs/preprocess-prefix.h -o %t.pch 4 … -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess -include-pch %t.pch -E %s | FileChec… 7 …s -I %S/Inputs/preprocess -x objective-c++-header -emit-pch %S/Inputs/preprocess-prefix.h -o %t.pch 8 …path=%t -I %S/Inputs -I %S/Inputs/preprocess -x objective-c++ -include-pch %t.pch -E %s | FileChec…
|
/external/python/cpython2/Python/ |
D | dynload_win.c | 135 char *pch; local 139 pch = import_name + 6; 141 while (*pch && pch[0] != '_' && pch[1] != 'd' && pch[2] != '.') { 143 while (*pch && *pch != '.') { 145 if (*pch >= '0' && *pch <= '9') { 146 pch++; 148 pch = NULL; 153 if (pch) {
|
/external/clang/test/Driver/ |
D | verify_pch.m | 1 // RUN: touch %t.pch 2 // RUN: %clang -### -verify-pch %t.pch 2> %t.log.1 4 // CHECK: -verify-pch 6 // Also ensure that the language setting is not affected by the .pch extension 9 // RUN: %clang -### -verify-pch -x objective-c %t.pch 2> %t.log.2
|
/external/c-ares/ |
D | inet_net_pton.c | 213 const char *pch; in getbits() local 215 pch = strchr(digits, ch); in getbits() 216 if (pch != NULL) { in getbits() 220 val += aresx_sztosi(pch - digits); in getbits() 245 const char *pch; in getv4() local 247 pch = strchr(digits, ch); in getv4() 248 if (pch != NULL) { in getv4() 252 val += aresx_sztoui(pch - digits); in getv4() 306 const char *pch; in inet_net_pton_ipv6() local 308 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_net_pton_ipv6() [all …]
|
/external/curl/lib/ |
D | inet_pton.c | 104 const char *pch; in inet_pton4() local 106 if((pch = strchr(digits, ch)) != NULL) { in inet_pton4() 107 unsigned int val = *tp * 10 + (unsigned int)(pch - digits); in inet_pton4() 170 const char *pch; in inet_pton6() local 172 if((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6() 173 pch = strchr((xdigits = xdigits_u), ch); in inet_pton6() 174 if(pch != NULL) { in inet_pton6() 176 val |= (pch - xdigits); in inet_pton6()
|
/external/clang/test/ARCMT/ |
D | migrate-with-pch.m | 2 // RUN: %clang_cc1 -x objective-c %S/Common.h -emit-pch -o %t.pch 3 …c1 -arcmt-migrate -mt-migrate-directory %t %S/Inputs/test1.m.in -x objective-c -include-pch %t.pch 4 …cc1 -arcmt-migrate -mt-migrate-directory %t %S/Inputs/test2.m.in -x objective-c -include-pch %t.pch
|
D | objcmt-with-pch.m.result | 3 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -x objective-c %S/Common.h -emit-pch -o %t.pch 4 …iterals -objcmt-migrate-subscripting -mt-migrate-directory %t %s -x objective-c -include-pch %t.pch 6 …%clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s.result -include-pch %t.pch
|
D | objcmt-with-pch.m | 3 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -x objective-c %S/Common.h -emit-pch -o %t.pch 4 …iterals -objcmt-migrate-subscripting -mt-migrate-directory %t %s -x objective-c -include-pch %t.pch 6 …%clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s.result -include-pch %t.pch
|
/external/clang/test/CodeCompletion/ |
D | pch-and-module.m | 18 // RUN: c-index-test -write-pch %t/import_moduleA.pch -x objective-c-header %S/Inputs/import_module… 19 // RUN: c-index-test -code-completion-at=%s:5:11 %s -include-pch %t/import_moduleA.pch -I %S/Inputs… 23 // RUN: c-index-test -write-pch %t/import_moduleA.pch -x objective-c-header %S/Inputs/import_module… 24 // RUN: c-index-test -code-completion-at=%s:5:11 %s -include-pch %t/import_moduleA.pch -I %S/Inputs…
|
/external/clang/test/Index/ |
D | index-pch-with-module.m | 15 // RUN: c-index-test -write-pch %t.h.pch %s -fmodules-cache-path=%t.cache -fmodules -F %S/../Module… 20 // CHECK: [importedASTFile]: {{.*}}.h.pch 22 // CHECK-NEXT: [enteredMainFile]: {{.*[/\\]}}index-pch-with-module.m 26 // RUN: c-index-test -index-tu %t.h.pch | FileCheck %s -check-prefix=CHECK-PCH 28 // CHECK-PCH: [enteredMainFile]: {{.*[/\\]}}index-pch-with-module.m
|