Searched refs:CHECK2 (Results 1 – 25 of 67) sorted by relevance
123
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/SanitizerCoverage/ |
D | coverage.ll | 22 ; CHECK2: @llvm.global_ctors = {{.*}}{ i32 2, void ()* @sancov.module_ctor, i8* null } 49 ; CHECK2-LABEL: define void @foo 50 ; CHECK2: call void @__sanitizer_cov 51 ; CHECK2: call void asm sideeffect "", ""() 52 ; CHECK2: call void @__sanitizer_cov 53 ; CHECK2: call void asm sideeffect "", ""() 54 ; CHECK2: call void asm sideeffect "", ""() 55 ; CHECK2-NOT: call void @__sanitizer_cov 56 ; CHECK2: ret void 58 ; CHECK2-LABEL: define internal void @sancov.module_ctor [all …]
|
/external/clang/test/Index/ |
D | annotate-macro-args.m | 3 …ate-macro-args.h:15:1:16:1 %s -include %S/annotate-macro-args.h | FileCheck -check-prefix=CHECK2 %s 8 …okens=%S/annotate-macro-args.h:15:1:16:1 %s -include-pch %t.pch | FileCheck -check-prefix=CHECK2 %s 18 // CHECK2: Identifier: "INVOKE" [15:3 - 15:9] macro expansion=INVOKE:12:9 19 // CHECK2: Punctuation: "(" [15:9 - 15:10] 20 // CHECK2: Identifier: "meth" [15:10 - 15:14] ObjCMessageExpr=meth:2:8 21 // CHECK2: Punctuation: "," [15:14 - 15:15] 22 // CHECK2: Identifier: "MyClass" [15:16 - 15:23] ObjCClassRef=MyClass:1:12 23 // CHECK2: Punctuation: ")" [15:23 - 15:24]
|
/external/clang/test/Modules/ |
D | ModuleDebugInfo.m | 13 // RUN: cat %t-mod.ll | FileCheck %s --check-prefix=CHECK2 20 // RUN: cat %t-pch.ll | FileCheck %s --check-prefix=CHECK2 86 // CHECK2: !DISubprogram(name: "+[ObjCClass classMethod]" 87 // CHECK2: !DISubprogram(name: "-[ObjCClass instanceMethodWithInt:]" 88 // CHECK2: !DICompositeType(tag: DW_TAG_structure_type, name: "ObjCClass", 89 // CHECK2: !DIObjCProperty(name: "property", 90 // CHECK2: !DIDerivedType(tag: DW_TAG_member, name: "ivar" 91 // CHECK2: !DISubprogram(name: "-[Category(Category) categoryMethod]" 92 // CHECK2: !DICompositeType(tag: DW_TAG_structure_type, name: "FwdDecl", 93 // CHECK2: !DIDerivedType(tag: DW_TAG_typedef, name: "InnerEnum"
|
/external/llvm/test/Instrumentation/SanitizerCoverage/ |
D | coverage.ll | 3 ; RUN: opt < %s -sancov -sanitizer-coverage-level=2 -S | FileCheck %s --check-prefix=CHECK2 4 …zer-coverage-level=2 -sanitizer-coverage-block-threshold=10 -S | FileCheck %s --check-prefix=CHECK2 13 ; RUN: -S | FileCheck %s --check-prefix=CHECK2 35 ; CHECK2: @llvm.global_ctors = {{.*}}{ i32 2, void ()* @sancov.module_ctor, i8* null } 62 ; CHECK2-LABEL: define void @foo 63 ; CHECK2: call void @__sanitizer_cov 64 ; CHECK2: call void asm sideeffect "", ""() 65 ; CHECK2: call void @__sanitizer_cov 66 ; CHECK2: call void asm sideeffect "", ""() 67 ; CHECK2: call void asm sideeffect "", ""() [all …]
|
/external/llvm/test/Object/ |
D | archive-replace-pos.test | 17 RUN: llvm-ar t %t.a | FileCheck --check-prefix=CHECK2 %s 19 CHECK2: .zed 20 CHECK2-NEXT: .foo 21 CHECK2-NEXT: .bar
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | archive-replace-pos.test | 17 RUN: llvm-ar t %t.a | FileCheck --check-prefix=CHECK2 %s 19 CHECK2: .zed 20 CHECK2-NEXT: .foo 21 CHECK2-NEXT: .bar
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/ |
D | global_with_section.ll | 14 … %t3.o.0.2.internalize.bc -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK2-REGULARLTO 26 ; RUN: llvm-dis %t2.o.2.internalize.bc -o - | FileCheck %s --check-prefix=CHECK2-THINLTO 62 ; CHECK2-REGULARLTO-DAG: define internal void @deadfunc_with_nonC_section() section ".nonCsection" 72 ; CHECK2-REGULARLTO: define internal void @deadfunc2_called_from_section 76 ; CHECK2-THINLTO: define dso_local void @deadfunc2_called_from_section 81 ; CHECK2-REGULARLTO: define internal void @deadfunc2_called_from_nonC_section 83 ; CHECK2-THINLTO-NOT: @deadfunc2_called_from_nonC_section
|
/external/llvm/lib/Fuzzer/test/ |
D | merge.test | 22 …: LLVMFuzzer-FullCoverageSetTest -merge=1 %tmp/T1 %tmp/T2 2>&1 | FileCheck %s --check-prefix=CHECK2 23 CHECK2: === Minimizing the initial corpus of 3 units 24 CHECK2: === Merging extra 6 units 25 CHECK2: === Merge: written 3 units
|
D | fuzzer-dfsan.test | 3 CHECK2: BINGO 14 …pTest-DFSan -use_traces=1 -seed=1 -runs=100000 -timeout=5 2>&1 | FileCheck %s --check-prefix=CHECK2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-split/ |
D | scc-const-alias.ll | 5 ; RUN: llvm-dis -o - %t2 | FileCheck --check-prefix=CHECK2 %s 16 ; CHECK2: @g1 = external global i32 17 ; CHECK2: @g1Alias = external global i8 18 ; CHECK2: @c1Alias = external global i8
|
D | scc-global-alias.ll | 5 ; RUN: llvm-dis -o - %t2 | FileCheck --check-prefix=CHECK2 %s 16 ; CHECK2: @funExternalAlias = alias 17 ; CHECK2: define i32 @funExternal
|
/external/llvm/test/tools/llvm-split/ |
D | scc-const-alias.ll | 5 ; RUN: llvm-dis -o - %t2 | FileCheck --check-prefix=CHECK2 %s 16 ; CHECK2: @g1 = external global i32 17 ; CHECK2: @g1Alias = external global i8 18 ; CHECK2: @c1Alias = external global i8
|
D | scc-global-alias.ll | 5 ; RUN: llvm-dis -o - %t2 | FileCheck --check-prefix=CHECK2 %s 16 ; CHECK2: @funExternalAlias = alias 17 ; CHECK2: define i32 @funExternal
|
/external/clang/test/Driver/ |
D | verify_pch.m | 10 // RUN: FileCheck -check-prefix=CHECK2 %s < %t.log.2 11 // CHECK2: "-x" "objective-c" 12 // CHECK2-NOT: "-x" "precompiled-header"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WinEH/ |
D | wineh-intrinsics-invalid.ll | 2 ; RUN: sed -e s/.T2:// %s | not opt -lint -disable-output 2>&1 | FileCheck --check-prefix=CHECK2 %s 23 ;CHECK2: eh.exceptionpointer argument must be a catchpad 24 ;CHECK2-NEXT: call i8* @llvm.eh.exceptionpointer.p0i8(token undef)
|
/external/llvm/test/CodeGen/WinEH/ |
D | wineh-intrinsics-invalid.ll | 2 ; RUN: sed -e s/.T2:// %s | not opt -lint -disable-output 2>&1 | FileCheck --check-prefix=CHECK2 %s 23 ;CHECK2: eh.exceptionpointer argument must be a catchpad 24 ;CHECK2-NEXT: call i8* @llvm.eh.exceptionpointer.p0i8(token undef)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdbdump-source-names.test | 15 RUN: | FileCheck -check-prefix=CHECK2 %s 20 CHECK2: SourceFiles: 21 CHECK2: 'C:\src\test.cc'
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/ |
D | merge-triple.ll | 5 ; RUN: llvm-dis < %t2.bc.thinlto.imported.bc | FileCheck %s --check-prefix=CHECK2 10 ; CHECK2: target triple = "x86_64-apple-macosx10.11.0"
|
D | deadstrip.ll | 9 …x %t.index.bc -thinlto-module-id=%t2.bc - -o - | llvm-dis -o - | FileCheck %s --check-prefix=CHECK2 28 ; RUN: llvm-dis < %t.out.2.3.import.bc | FileCheck %s --check-prefix=LTO2-CHECK2 29 ; RUN: llvm-nm %t.out.1 | FileCheck %s --check-prefix=CHECK2-NM 66 ; CHECK2: define void @boo() 67 ; LTO2-CHECK2: define dso_local void @boo() 69 ; CHECK2-NM-NOT: _baz
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | dev-null.txt | 7 # RUN: %{python} %S/check_args.py --my_arg=/dev/null | FileCheck %s --check-prefix=CHECK2 8 # CHECK2: OK
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | ctors.ll | 4 ; RUN: FileCheck --check-prefix=ALL --check-prefix=CHECK2 %s 11 ; CHECK2: @v = weak global i8 1
|
/external/llvm/test/Linker/ |
D | ctors.ll | 4 ; RUN: FileCheck --check-prefix=ALL --check-prefix=CHECK2 %s 11 ; CHECK2: @v = weak global i8 1
|
D | apple-version.ll | 3 …RUN: llvm-link %s %S/Inputs/apple-version/2.ll -S -o - 2>%t.err | FileCheck %s -check-prefix=CHECK2 15 ; CHECK2: target triple = "x86_64-apple-macosx10.9.0"
|
/external/skia/platform_tools/android/apps/ |
D | gradlew | 134 … CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option 136 if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
|
/external/drrickorang/LoopbackApp/ |
D | gradlew | 134 … CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option 136 if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
|
123