/external/clang/www/timing-data/2009-03-02/ |
D | sketch.txt | 32 'pch':"pch" }, 45 'pch':"no_pch" }, 58 'pch':"pch" }, 71 'pch':"no_pch" }, 84 'pch':"pch" }, 97 'pch':"no_pch" }, 110 'pch':"pch" }, 123 'pch':"no_pch" }, 136 'pch':"pch" }, 149 'pch':"no_pch" }, [all …]
|
D | 176.gcc.txt | 32 'pch':"no_pch" }, 45 'pch':"no_pch" }, 58 'pch':"no_pch" }, 71 'pch':"no_pch" }, 84 'pch':"no_pch" }, 97 'pch':"no_pch" }, 110 'pch':"no_pch" }, 123 'pch':"no_pch" }, 136 'pch':"no_pch" }, 149 'pch':"no_pch" }, [all …]
|
/external/clang/www/timing-data/2009-06-26/ |
D | sketch.txt | 26 'pch':"pch" }, 39 'pch':"pch" }, 52 'pch':"pch" }, 65 'pch':"pch" }, 78 'pch':"pch" }, 91 'pch':"pch" }, 104 'pch':"pch" }, 117 'pch':"pch" }, 130 'pch':"pch" }, 143 'pch':"pch" }, [all …]
|
D | 176.gcc.txt | 26 'pch':"no_pch" }, 39 'pch':"no_pch" }, 52 'pch':"no_pch" }, 65 'pch':"no_pch" }, 78 'pch':"no_pch" }, 91 'pch':"no_pch" }, 104 'pch':"no_pch" }, 117 'pch':"no_pch" }, 130 'pch':"no_pch" }, 143 'pch':"no_pch" }, [all …]
|
/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 | arc.m | 1 // Test this without pch. 4 // Test with pch. 5 // RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -x objective-c-heade… 6 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-only … 8 // Test error when pch's -fobjc-arc state is different. 9 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -include-pch %t -fsyntax-only -emit-llvm-… 10 // RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -x objective-c-header -o %t %S/… 11 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-only …
|
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=PRINT %s 8 // RUN: %clang -cc1 -include-pch %t -emit-llvm -o - %s | FileCheck -check-prefix=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-dump -fobjc-exceptions -o - %s 2>&1 | FileCheck %s
|
D | subscripting-literals.m | 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-pch -o %t.pch %s 3 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o %t.pch.ll %s -include-pch %t.pch 4 // RUN: diff %t.nopch.ll %t.pch.ll
|
D | selector-warning.m | 1 // RUN: %clang_cc1 -x objective-c -emit-pch -o %t.h.pch %S/selector-warning.h 2 // RUN: %clang_cc1 -include-pch %t.h.pch %s
|
D | objc_property.m | 1 // Test this without pch. 4 // Test with pch. 5 // RUN: %clang_cc1 -x objective-c -emit-pch -o %t %S/objc_property.h 6 // RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify %s
|
D | objc_import.m | 1 // Test this without pch. 4 // Test with pch. 5 // RUN: %clang_cc1 -x objective-c -emit-pch -o %t %S/objc_import.h 6 // RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify %s
|
D | objc_methods.m | 1 // Test this without pch. 4 // Test with pch. 5 // RUN: %clang_cc1 -x objective-c -emit-pch -o %t %S/objc_methods.h 6 // RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify %s
|
D | method_pool.m | 1 // Test this without pch. 4 // Test with pch. 5 // RUN: %clang_cc1 -x objective-c -Wno-objc-root-class -emit-pch -o %t %S/method_pool.h 6 // RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify -Wno-objc-root-class %s
|
D | objcxx-ivar-class.mm | 1 // Test this without pch. 4 // Test with pch. 5 // RUN: %clang_cc1 -x objective-c++-header -emit-pch -o %t %S/objcxx-ivar-class.h 6 // RUN: %clang_cc1 -include-pch %t -verify %s -emit-llvm -o - | FileCheck %s
|
D | objc_exprs.m | 1 // Test this without pch. 4 // Test with pch. 5 // RUN: %clang_cc1 -x objective-c-header -emit-pch -fblocks -o %t %S/objc_exprs.h 6 // RUN: %clang_cc1 -fblocks -include-pch %t -fsyntax-only -verify %s
|
D | chain-predecl.m | 1 // RUN: %clang_cc1 -emit-pch -o %t1 %S/chain-predecl.h -x objective-c 2 // RUN: %clang_cc1 -emit-pch -o %t2 %s -x objective-c -include-pch %t1
|
D | chain-selectors.m | 3 // RUN: %clang_cc1 -x objective-c -Wno-objc-root-class -emit-pch -o %t1 %S/Inputs/chain-selectors1.h 4 …ang_cc1 -x objective-c -Wno-objc-root-class -emit-pch -o %t2 %S/Inputs/chain-selectors2.h -include… 5 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s -Wselector -include-pch %t2
|
D | objc_literals.m | 1 // RUN: %clang -cc1 -emit-pch -o %t %s 2 // RUN: %clang -cc1 -include-pch %t -verify %s 3 // RUN: %clang -cc1 -include-pch %t -ast-print %s | FileCheck -check-prefix=PRINT %s 4 // RUN: %clang -cc1 -include-pch %t -emit-llvm -o - %s | FileCheck -check-prefix=IR %s
|
/external/oprofile/m4/ |
D | precompiledheader.m4 | 8 dnl we consider than if -Winvalid-pch is accepted pch will works ... 9 CXXFLAGS=-Winvalid-pch 10 dnl but we don't want -Winvalid-pch else compilation will fail due -Werror and 11 dnl the fact than some pch will be invalid for the given compilation option
|
/external/clang/test/Index/ |
D | annotate-macro-args.m | 6 // RUN: c-index-test -write-pch %t.pch -x objective-c-header %S/annotate-macro-args.h -Xclang -deta… 7 // RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:9:1:10:1 %s -include-pch %t.pch… 8 …t -test-annotate-tokens=%S/annotate-macro-args.h:15:1:16:1 %s -include-pch %t.pch | FileCheck -che…
|
D | preamble-reparse-import.m | 1 // RUN: c-index-test -write-pch %t.h.pch -x objective-c %s-2.h 4 // RUN: c-index-test -write-pch %t.h.pch -x objective-c %s-3.h
|
D | pch-with-errors.m | 20 // RUN: c-index-test -write-pch %t.h.pch %s -Xclang -detailed-preprocessing-record 24 // CHECK-PARSE: pch-with-errors.m:{{.*}} FunctionDecl=foo 25 // CHECK-PARSE: pch-with-errors.m:{{.*}} ObjCMessageExpr=meth
|
D | get-cursor-macro-args.m | 9 // RUN: c-index-test -write-pch %t.pch -x objective-c-header %S/get-cursor-macro-args.h 14 // RUN: %s -include-pch %t.pch | FileCheck %s
|