Home
last modified time | relevance | path

Searched refs:CHECK2 (Results 1 – 25 of 67) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/SanitizerCoverage/
Dcoverage.ll22 ; 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/
Dannotate-macro-args.m3 …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/
DModuleDebugInfo.m13 // 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/
Dcoverage.ll3 ; 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/
Darchive-replace-pos.test17 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/
Darchive-replace-pos.test17 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/
Dglobal_with_section.ll14 … %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/
Dmerge.test22 …: 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
Dfuzzer-dfsan.test3 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/
Dscc-const-alias.ll5 ; 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
Dscc-global-alias.ll5 ; 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/
Dscc-const-alias.ll5 ; 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
Dscc-global-alias.ll5 ; RUN: llvm-dis -o - %t2 | FileCheck --check-prefix=CHECK2 %s
16 ; CHECK2: @funExternalAlias = alias
17 ; CHECK2: define i32 @funExternal
/external/clang/test/Driver/
Dverify_pch.m10 // 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/
Dwineh-intrinsics-invalid.ll2 ; 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/
Dwineh-intrinsics-invalid.ll2 ; 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/
Dpdbdump-source-names.test15 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/
Dmerge-triple.ll5 ; RUN: llvm-dis < %t2.bc.thinlto.imported.bc | FileCheck %s --check-prefix=CHECK2
10 ; CHECK2: target triple = "x86_64-apple-macosx10.11.0"
Ddeadstrip.ll9 …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/
Ddev-null.txt7 # 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/
Dctors.ll4 ; RUN: FileCheck --check-prefix=ALL --check-prefix=CHECK2 %s
11 ; CHECK2: @v = weak global i8 1
/external/llvm/test/Linker/
Dctors.ll4 ; RUN: FileCheck --check-prefix=ALL --check-prefix=CHECK2 %s
11 ; CHECK2: @v = weak global i8 1
Dapple-version.ll3 …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/
Dgradlew134CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
136 if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
/external/drrickorang/LoopbackApp/
Dgradlew134CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
136 if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition

123